-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: unusua8_wp879
-- ------------------------------------------------------
-- Server version 	5.5.5-10.2.38-MariaDB-log
-- Date: Sat, 12 Jun 2021 21:21:53 +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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wpzv_commentmeta`
--

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

--
-- Dumping data for table `wpzv_commentmeta`
--

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

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

--
-- Table structure for table `wpzv_comments`
--

DROP TABLE IF EXISTS `wpzv_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_comments`
--

LOCK TABLES `wpzv_comments` WRITE;
/*!40000 ALTER TABLE `wpzv_comments` DISABLE KEYS */;
INSERT INTO `wpzv_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2021-05-24 01:10:13','2021-05-24 01:10:13','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'post-trashed','','comment',0,0),(2,1,'GcOVHjJqhpUYv','valuable1975folkch@gmail.com','http://CcadoujRWPlB','189.56.178.153','2021-05-25 00:59:07','2021-05-25 00:59:07','NlXaWcMLr',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wpzv_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wpzv_links`
--

DROP TABLE IF EXISTS `wpzv_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_links`
--

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

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

--
-- Table structure for table `wpzv_options`
--

DROP TABLE IF EXISTS `wpzv_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=14576 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_options`
--

LOCK TABLES `wpzv_options` WRITE;
/*!40000 ALTER TABLE `wpzv_options` DISABLE KEYS */;
INSERT INTO `wpzv_options` VALUES (1,'siteurl','https://innocent-angel.org','yes'),(2,'home','https://innocent-angel.org','yes'),(3,'blogname','','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','JWhitt@ubinternational.net','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:152:{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:\"^attribution$\";s:36:\"index.php?bg_attribution=attribution\";s:21:\"^attribution-staging$\";s:44:\"index.php?bg_attribution=attribution-staging\";s:40:\"./(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"./(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:16:\"./(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:28:\"./(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"./(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"bg_attribution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"bg_attribution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"bg_attribution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"bg_attribution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"bg_attribution/([^/]+)/embed/?$\";s:47:\"index.php?bg_attribution=$matches[1]&embed=true\";s:35:\"bg_attribution/([^/]+)/trackback/?$\";s:41:\"index.php?bg_attribution=$matches[1]&tb=1\";s:43:\"bg_attribution/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&paged=$matches[2]\";s:50:\"bg_attribution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&cpage=$matches[2]\";s:39:\"bg_attribution/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bg_attribution=$matches[1]&page=$matches[2]\";s:31:\"bg_attribution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"bg_attribution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"bg_attribution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"bg_attribution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"crio_page_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"crio_page_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"crio_page_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"crio_page_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"crio_page_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"crio_page_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"crio_page_header/([^/]+)/embed/?$\";s:49:\"index.php?crio_page_header=$matches[1]&embed=true\";s:37:\"crio_page_header/([^/]+)/trackback/?$\";s:43:\"index.php?crio_page_header=$matches[1]&tb=1\";s:45:\"crio_page_header/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?crio_page_header=$matches[1]&paged=$matches[2]\";s:52:\"crio_page_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?crio_page_header=$matches[1]&cpage=$matches[2]\";s:41:\"crio_page_header/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?crio_page_header=$matches[1]&page=$matches[2]\";s:33:\"crio_page_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"crio_page_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"crio_page_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"crio_page_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"crio_page_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"crio_page_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"bg-block-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:50:\"bg-block-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:31:\"bg-block-types/([^/]+)/embed/?$\";s:46:\"index.php?bg_block_type=$matches[1]&embed=true\";s:43:\"bg-block-types/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?bg_block_type=$matches[1]&paged=$matches[2]\";s:25:\"bg-block-types/([^/]+)/?$\";s:35:\"index.php?bg_block_type=$matches[1]\";s:36:\"bg-block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"bg-block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"bg-block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"bg-block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"bg-block/([^/]+)/embed/?$\";s:41:\"index.php?bg_block=$matches[1]&embed=true\";s:29:\"bg-block/([^/]+)/trackback/?$\";s:35:\"index.php?bg_block=$matches[1]&tb=1\";s:37:\"bg-block/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&paged=$matches[2]\";s:44:\"bg-block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&cpage=$matches[2]\";s:33:\"bg-block/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?bg_block=$matches[1]&page=$matches[2]\";s:25:\"bg-block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"bg-block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"bg-block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"bg-block/[^/]+/([^/]+)/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=113&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";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: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:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";i:3;s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";i:4;s:29:\"crio-premium/crio-premium.php\";i:5;s:22:\"font-awesome/index.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";i:8;s:47:\"post-and-page-builder/post-and-page-builder.php\";i:9;s:19:\"weforms/weforms.php\";}','yes'),(34,'category_base','.','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','crio','yes'),(41,'stylesheet','crio','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','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','113','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','448','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','1637370613','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,'wpzv_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a: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\";}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:7:{i:1623535814;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:1623535836;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:1623546613;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:1623546836;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:1623546838;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:1623719413;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;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1622243447;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'),(120,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','yes'),(121,'boldgrid_settings','a:2:{s:7:\"library\";a:4:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:8:\"2.13.2.0\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.12.1.0\";s:29:\"crio-premium/crio-premium.php\";s:8:\"2.13.3.0\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:8:\"2.12.1.0\";}s:15:\"plugins_checked\";a:6:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:1:{s:5:\"2.6.2\";i:1622338944;}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:2:{s:6:\"1.13.0\";i:1622243527;s:6:\"1.14.0\";i:1622338944;}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";a:1:{s:5:\"1.0.4\";i:1622338944;}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.13.3\";i:1622338944;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.3.3\";i:1622338944;}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:1:{s:6:\"1.6.10\";i:1622338944;}}}','yes'),(122,'boldgrid_attribution_rebuild','1','yes'),(123,'boldgrid_staging_boldgrid_attribution_rebuild','1','yes'),(124,'boldgrid_attribution_upgraded_to_cpt','1','yes'),(126,'_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-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1623532891;s:15:\"version_checked\";s:5:\"5.7.2\";s:12:\"translations\";a:0:{}}','no'),(14530,'_site_transient_timeout_theme_roots','1623534128','no'),(14531,'_site_transient_theme_roots','a:4:{s:4:\"crio\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(194,'finished_updating_comment_type','1','yes'),(134,'jetpack_sync_settings_disable','0','yes'),(14510,'_transient_timeout_jetpack_idc_allowed','1623535285','no'),(14511,'_transient_jetpack_idc_allowed','1','no'),(137,'widget_boldgrid_component_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(138,'widget_boldgrid_component_postlist','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(139,'boldgrid_editor','a:9:{s:19:\"has_flushed_rewrite\";b:1;s:19:\"has_checked_version\";i:1;s:15:\"preview_page_id\";i:151;s:7:\"notices\";a:1:{s:13:\"editor_choice\";a:1:{s:9:\"dismissed\";b:1;}}s:21:\"displayed_v1.3_notice\";i:1;s:13:\"custom_colors\";a:0:{}s:12:\"preview_meta\";a:2:{s:8:\"template\";s:7:\"default\";s:24:\"boldgrid_hide_page_title\";N;}s:18:\"count_usage_blocks\";i:59;s:22:\"block_default_industry\";s:7:\"fashion\";}','yes'),(635,'boldgrid_survey','a:3:{s:8:\"blogname\";a:1:{s:5:\"value\";s:14:\"Innocent Angel\";}s:5:\"phone\";a:1:{s:5:\"value\";s:12:\"877-356-1056\";}s:6:\"social\";a:1:{s:14:\"do-not-display\";b:1;}}','yes'),(638,'boldgrid_install_options','a:22:{s:11:\"author_type\";N;s:11:\"language_id\";N;s:14:\"theme_group_id\";N;s:8:\"theme_id\";i:64;s:18:\"theme_version_type\";s:6:\"stable\";s:11:\"category_id\";i:2;s:14:\"subcategory_id\";i:14;s:11:\"page_set_id\";i:11;s:21:\"page_set_version_type\";s:6:\"stable\";s:3:\"pde\";b:0;s:8:\"new_path\";s:19:\"0817766001622241984\";s:13:\"ticket_number\";s:0:\"\";s:16:\"build_profile_id\";i:1057114;s:12:\"custom_pages\";N;s:12:\"install_blog\";b:0;s:15:\"install_invoice\";b:0;s:13:\"install_cache\";b:0;s:17:\"install_timestamp\";i:1622243429;s:15:\"subcategory_key\";s:7:\"Fashion\";s:16:\"subcategory_name\";s:7:\"Fashion\";s:15:\"is_base_pageset\";b:1;s:20:\"parent_category_name\";s:15:\"Health & Beauty\";}','yes'),(143,'boldgrid_backup_id','b130d206','no'),(144,'boldgrid_backup_settings','a:14:{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:51;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:26:\"JWhitt@ubinternational.net\";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:16:\"backup_directory\";s:29:\"/home/unusua8/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"98870a63c6e095903aa81c4c97e5b83091be52a7a49c4a47fc5b6fc00fd17be0\";}','no'),(14420,'_transient_timeout_boldgrid_backup_system_zip_test','1623614444','no'),(14421,'_transient_boldgrid_backup_system_zip_test','1','no'),(14204,'_site_transient_timeout_boldgrid_ppbp_version_data','1623543926','no'),(14205,'_site_transient_boldgrid_ppbp_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:29:\"Post and Page Builder Premium\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"asset_id\";i:1154659;s:12:\"release_date\";s:19:\"2020-12-08 17:23:32\";s:19:\"requires_wp_version\";s:3:\"4.7\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";s:7448:\"{\"description\":\"<h4>What is the Post and Page Builder by BoldGrid?<\\/h4>\\n\\n<p>The Post and Page Builder is an intuitive drag and drop editor plugin and the easiest way to create and edit pages for any theme. Whether you are new to WordPress or consider yourself a pro, BoldGrid solutions will make your WordPress life better. Stop dealing with site-breaking shortcodes and theme restricted editors. You are going to love just how fast and easily you can create beautiful websites now.<\\/p>\\n\\n<p>Try out the <a href=\\\"https:\\/\\/www.boldgrid.com\\/central\\/get-it-now?redirect_url=wp-admin%2Fpost-new.php%3Fpost_type%3Dpage&amp;plugins=post-and-page-builder\\\">BoldGrid Demo<\\/a> on Cloud WordPress to see for yourself!<\\/p>\\n\\n<p>[youtube https:\\/\\/youtu.be\\/QoIb7OhV9ys?rel=0]<\\/p>\\n\\n<h4>Features<\\/h4>\\n\\n<ul>\\n<li><strong>Drag and Drop Editing<\\/strong> - Create simple or complex layouts with our unique editing experience<\\/li>\\n<li><strong>BoldGrid Blocks<\\/strong> - Hundreds of professional layout designs to work from<\\/li>\\n<li><strong>100% Mobile-friendly<\\/strong> - Responsive layouts and controls to change the design per device<\\/li>\\n<li><strong>Google Fonts<\\/strong> - Change font family, font size, font color, letter spacing, line height and more<\\/li>\\n<li><strong>Theme Compatibility<\\/strong> - Our WordPress Page Builder is designed to work with any WordPress Theme<\\/li>\\n<li><strong>Custom Backgrounds<\\/strong> - Add background images, gradient backgrounds, patterns, overlays, and background colors<\\/li>\\n<li><strong>Fast and Free Support<\\/strong> - Growing Community and knowledge base<\\/li>\\n<li><strong>Animations<\\/strong> - Add effects as the user scrolls down the page with Animate.css or background parallax scroll effects<\\/li>\\n<li><strong>Advanced Controls<\\/strong> - Add margin, padding, box shadows, borders, alignment and more to almost any element<\\/li>\\n<li><strong>Bootstrap Grid<\\/strong> - Drag and drop controls for bootstrap rows and columns elements<\\/li>\\n<li><strong>Add Custom CSS Classes<\\/strong> - Complete control over any element<\\/li>\\n<li><strong>Clean, Simple Markup<\\/strong> - Easily create a professionally coded template without experience<\\/li>\\n<li><strong>Google Maps<\\/strong> - Embed and customize maps into your post or page<\\/li>\\n<li><strong>Web Components<\\/strong> - High quality reusable and customizable HTML elements<\\/li>\\n<li><strong>Font Awesome Icons<\\/strong> - Insert and customize any Font Awesome icons<\\/li>\\n<li><strong>CSS Grid<\\/strong> - Full width, column and row based layouts<\\/li>\\n<li><strong>Image Editing<\\/strong> - Apply image filters and automatically crop images<\\/li>\\n<li><strong>Button Designs<\\/strong> - Fully customizable button designs<\\/li>\\n<li><strong>Custom Post Types<\\/strong> - Save and reuse full page layouts or BoldGrid Block designs<\\/li>\\n<li><strong>WordPress Editor Integration<\\/strong> - Integrated into TinyMCE so you can keep the same workflow<\\/li>\\n<li><strong>No Need for Shortcodes!<\\/strong> - Faster page loads by saving your custom HTML5 elements<\\/li>\\n<\\/ul>\\n\\n<p>Additional Features when used with other BoldGrid plugins:<\\/p>\\n\\n<ul>\\n<li>Dozens of free layout templates<\\/li>\\n<li>Integrated with professional image banks<\\/li>\\n<li>Contact Forms<\\/li>\\n<li>On-page SEO recommendations for targeted search phrase<\\/li>\\n<\\/ul>\\n\\n<p>Visit our website to learn more about additional <a href=\\\"https:\\/\\/www.boldgrid.com\\/wordpress-plugins\\/\\\">BoldGrid plugins<\\/a> to further improve your WordPress experience!<\\/p>\\n\\n<h4>People Love BoldGrid<\\/h4>\\n\\n<p>\\\"It\'s really the perfect starting point for just about any web project, allowing users to get their site up and running in very short time. \\\" - Digital.com<\\/p>\\n\\n<p>\\\"BoldGrid is a great extension to WordPress that will make my job a lot easier and faster while creating custom layouts and pages.\\\" - Webhostingmedia.net<\\/p>\\n\\n<p>\\\"Well, I have seen many site builders but this is the only one that provides so many features.\\\" - Woblogger.com<\\/p>\\n\\n<h4>A Post and Page Builder That Works With Your Theme and Plugins<\\/h4>\\n\\n<p>The Post and Page Builder by BoldGrid is designed to work with almost any WordPress theme. Add it to your existing website today, or try a BoldGrid theme for your new website. Alternatively, consider upgrading and using the powerful BoldGrid framework theme (available in Premium subscription) as an excellent time saver for agencies and developers.<\\/p>\\n\\n<h4>A Post and Page Builder Stuffed With Pre-Designed Templates &amp; Blocks<\\/h4>\\n\\n<p>Create layouts and pages faster and easier than ever with Blocks by BoldGrid. Blocks are pre-built page sections consisting of various layouts of rows and columns prepopulated with content that can be edited visually or with HTML and CSS. Blocks utilize a wide variety of content that can be completely customized to fit your needs such as icons, buttons, free and premium images, font packs, and more.<\\/p>\\n\\n<h4>A Post and Page Builder That Is Faster Than The Rest<\\/h4>\\n\\n<p>The Post and Page Builder by BoldGrid is designed to create pages that load fast. BoldGrid ditches shortcodes in favor of clean markup that can be served quickly. That also means BoldGrid code is easy to assess and customize.<\\/p>\\n\\n<h4>Coming Soon \\/ Maintenance Page<\\/h4>\\n\\n<p>Great for making \\\"under construction\\\" or \\\"coming soon\\\" pages. You can create a simple page within minutes by using free professionally designed WordPress Blocks.<\\/p>\\n\\n<h4>Bootstrap WYSIWYG Post &amp; Page Builder for WordPress<\\/h4>\\n\\n<p>Our drag and drop system is built on the Bootstrap Grid. You can drag columns, rows, and containers around your pages to make quick updates to pages.  Advanced CSS controls allow you to make pixel perfect designs.<\\/p>\\n\\n<h4>Create Custom Color Palette<\\/h4>\\n\\n<p>Choose your brand\'s colors and we\'ll help your design stay unified. Our unique color palette system is built with SASS and allows you to change all the colors on your site. You don\'t have to choose from a few presets anymore!<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>WordPress 4.4 or greater<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire post-and-page-builder folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\\n<p>You will find a \'Post and Page Builder\' menu in your WordPress admin panel and find most features within the\\nWordPress Editor.<\\/p>\\n\",\"changelog\":\"<h4>1.0.5<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Fix: Compatibility issues with WordPress 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<p>Release date: November 11th, 2019<\\/p>\\n\\n<ul>\\n<li>Fix: Order posts by date instead of id.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<p>Release date: October 30th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Optimizing build files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Release date: December 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed updating plugin via ajax<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: December 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug Fix: Fixing post excerpt wrapping element<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: October 16th, 2018<\\/p>\\n\\n<ul>\\n<li>New feature: Slider Components<\\/li>\\n<li>New feature: Post List Widget<\\/li>\\n<li>New feature: Single Post Widget<\\/li>\\n<\\/ul>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:7750:\"{\"5.6.1\":{\"1.0.5\":[100,95]},\"5.6\":{\"1.0.5\":[100,95]},\"5.5.3\":{\"1.0.5\":[100,95]},\"5.5.2\":{\"1.0.5\":[100,95]},\"5.5.1\":{\"1.0.5\":[100,95]},\"5.5\":{\"1.0.5\":[100,95]},\"5.4.4\":{\"1.0.5\":[100,95]},\"5.4.3\":{\"1.0.5\":[100,95]},\"5.4.2\":{\"1.0.5\":[100,95]},\"5.4.1\":{\"1.0.5\":[100,95]},\"5.4\":{\"1.0.5\":[100,95]},\"5.3.6\":{\"1.0.5\":[100,95]},\"5.3.5\":{\"1.0.5\":[100,95]},\"5.3.4\":{\"1.0.5\":[100,95]},\"5.3.3\":{\"1.0.5\":[100,95]},\"5.3.2\":{\"1.0.5\":[100,95]},\"5.3.1\":{\"1.0.5\":[100,95]},\"5.3\":{\"1.0.5\":[100,95]},\"5.2.9\":{\"1.0.5\":[100,95]},\"5.2.8\":{\"1.0.5\":[100,95]},\"5.2.7\":{\"1.0.5\":[100,95]},\"5.2.6\":{\"1.0.5\":[100,95]},\"5.2.5\":{\"1.0.5\":[100,95]},\"5.2.4\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.2.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.2.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.2.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.1.8\":{\"1.0.5\":[100,95]},\"5.1.7\":{\"1.0.5\":[100,95]},\"5.1.6\":{\"1.0.5\":[100,95]},\"5.1.5\":{\"1.0.5\":[100,95]},\"5.1.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.1.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.1.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.7\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.6\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.5\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.4\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"5.0\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.9\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.8\":{\"1.0.0-alpha.0\":[100,12],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.12\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.11\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.10\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.9\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.8\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.9\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.8\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.11\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.10\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]},\"4.6.12\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:153:\"{\"boldgrid\":\"Boldgrid\",\"page builder\":\"Page builder\",\"drag and drop\":\"Drag and drop\",\"tinymce\":\"Tinymce\",\"editor\":\"Editor\",\"landing page\":\"Landing page\"}\";s:7:\"banners\";s:137:\"{\"low\":\"//ps.w.org/post-and-page-builder/assets/banner-772x250.png\",\"high\":\"//ps.w.org/post-and-page-builder/assets/banner-1544x500.png\"}\";}}s:7:\"updated\";i:1623515126;}','no'),(154,'boldgrid_mobile_ratio','0:12','no'),(155,'bglib_activity','a:2:{s:5:\"bgppb\";a:2:{s:14:\"dedicated_user\";i:1;s:13:\"block_install\";i:23;}s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:2;}}','yes'),(156,'bglib_rating_prompt','a:2:{i:0;a:4:{s:6:\"plugin\";s:5:\"bgppb\";s:4:\"name\";s:14:\"dedicated_user\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:238:\"Great job keeping your plugin up to date and thank you for being a dedicated BoldGrid user. If you feel you\'re getting really good value from the Post and Page Builder by BoldGrid, 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:67:\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:42:\"Maybe later, I\'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:13:\"I already did\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:405:\"Thanks! A new page should have opened to the Post and Page Builder 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\'t open, please click the following link: <a href=\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/post-and-page-builder/reviews/</a>\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:240:\"No problem, maybe now is not a good time. We want to be your WordPress page builder of choice. If you\'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:280:\"Thank you for the previous rating! You can help us to continue improving the Post and Page Builder by reporting any bugs or submitting feature requests <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. Thank you for using the Post and Page Builder by BoldGrid!\";}}s:10:\"time_added\";i:1621818836;}i:1;a:4:{s:6:\"plugin\";s:5:\"bgppb\";s:4:\"name\";s:13:\"block_install\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:283:\"You\'re doing a great job of adding blocks to your site. It\'s looking great! Starting with Blocks is the most popular way to build pages. If you feel you\'re getting really good value from the Post and Page Builder by BoldGrid, 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:67:\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:42:\"Maybe later, I\'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:13:\"I already did\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:405:\"Thanks! A new page should have opened to the Post and Page Builder 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\'t open, please click the following link: <a href=\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/post-and-page-builder/reviews/</a>\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:240:\"No problem, maybe now is not a good time. We want to be your WordPress page builder of choice. If you\'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:280:\"Thank you for the previous rating! You can help us to continue improving the Post and Page Builder by reporting any bugs or submitting feature requests <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. Thank you for using the Post and Page Builder by BoldGrid!\";}}s:10:\"time_added\";i:1622768364;}}','yes'),(645,'boldgrid_theme_revision_Crio','20210226151843','yes'),(646,'allowedthemes','a:1:{s:4:\"crio\";b:1;}','no'),(647,'theme_mods_crio','a:180:{s:18:\"_boldgrid_theme_id\";i:64;s:18:\"nav_menu_locations\";a:5:{s:4:\"main\";i:2;s:11:\"sticky-main\";i:2;s:6:\"social\";i:0;s:13:\"footer-social\";i:2;s:13:\"sticky-social\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1614617897;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:10:\"search-106\";i:1;s:16:\"recent-posts-106\";i:2;s:12:\"archives-104\";i:3;s:14:\"categories-104\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:23:\"boldgrid-editor-sidebar\";a:0:{}s:17:\"boldgrid-widget-3\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:14:\"recent-posts-7\";i:1;s:8:\"search-7\";}s:17:\"boldgrid-widget-1\";a:0:{}}}s:22:\"boldgrid_color_palette\";s:1192:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"e170481c516589a00ab52198ab4b6914\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"rgb(23, 163, 152)\",\"rgb(51, 49, 46)\",\"rgb(225, 235, 237)\",\"rgb(255, 255, 255)\",\"rgb(51, 49, 46)\"],\"neutral-color\":\"rgb(255,255,255)\"}},\"saved_palettes\":[{\"format\":\"palette-primary\",\"colors\":[\"rgb(247, 122, 30)\",\"rgb(51, 51, 51)\",\"rgb(204, 204, 204)\",\"rgb(255, 255, 255)\",\"rgb(112, 112, 112)\"],\"neutral-color\":\"rgb(255, 255, 255)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(112, 112, 112)\",\"rgb(0, 0, 0)\",\"rgb(204, 204, 204)\",\"rgb(0, 0, 0)\",\"rgb(255, 255, 255)\"],\"neutral-color\":\"rgb(231, 231, 231)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(128, 128, 128)\",\"rgb(255, 255, 255)\",\"rgb(255, 255, 255)\",\"rgb(0, 0, 0)\",\"rgb(35, 48, 65)\"],\"neutral-color\":\"rgb(35, 48, 65)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(247, 122, 30)\",\"rgb(255, 255, 255)\",\"rgb(255, 255, 255)\",\"rgb(51, 51, 51)\",\"rgb(112, 112, 112)\"],\"neutral-color\":\"rgb(8, 8, 8)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(247, 122, 30)\",\"rgb(51, 51, 51)\",\"rgb(204, 204, 204)\",\"rgb(255, 255, 255)\",\"rgb(112, 112, 112)\"],\"neutral-color\":\"rgb(255, 255, 255)\"}]}}\";s:21:\"boldgrid_compiled_css\";s:26906:\".color1-background.color-1-link-color a{color:#17a398}.color1-background.color-1-link-color a:hover,.color1-background.color-1-link-color a:focus,.color1-background.color-1-link-color a:active,.color1-background.color-1-link-color a.highlighted{color:#0a4a45}.color1-background.color-2-link-color a{color:#33312e}.color1-background.color-2-link-color a:hover,.color1-background.color-2-link-color a:focus,.color1-background.color-2-link-color a:active,.color1-background.color-2-link-color a.highlighted{color:black}.color1-background.color-3-link-color a{color:#e1ebed}.color1-background.color-3-link-color a:hover,.color1-background.color-3-link-color a:focus,.color1-background.color-3-link-color a:active,.color1-background.color-3-link-color a.highlighted{color:#a1c1c7}.color1-background.color-4-link-color a{color:white}.color1-background.color-4-link-color a:hover,.color1-background.color-4-link-color a:focus,.color1-background.color-4-link-color a:active,.color1-background.color-4-link-color a.highlighted{color:#ccc}.color1-background.color-5-link-color a{color:#33312e}.color1-background.color-5-link-color a:hover,.color1-background.color-5-link-color a:focus,.color1-background.color-5-link-color a:active,.color1-background.color-5-link-color a.highlighted{color:black}.color1-background.color-neutral-link-color a{color:white}.color1-background.color-neutral-link-color a:hover,.color1-background.color-neutral-link-color a:focus,.color1-background.color-neutral-link-color a:active,.color1-background.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-hover:focus,.color1-background-hover:hover{background:#17a398 ! important}.color2-background.color-1-link-color a{color:#17a398}.color2-background.color-1-link-color a:hover,.color2-background.color-1-link-color a:focus,.color2-background.color-1-link-color a:active,.color2-background.color-1-link-color a.highlighted{color:#3ce4d6}.color2-background.color-2-link-color a{color:#33312e}.color2-background.color-2-link-color a:hover,.color2-background.color-2-link-color a:focus,.color2-background.color-2-link-color a:active,.color2-background.color-2-link-color a.highlighted{color:black}.color2-background.color-3-link-color a{color:#e1ebed}.color2-background.color-3-link-color a:hover,.color2-background.color-3-link-color a:focus,.color2-background.color-3-link-color a:active,.color2-background.color-3-link-color a.highlighted{color:#a1c1c7}.color2-background.color-4-link-color a{color:white}.color2-background.color-4-link-color a:hover,.color2-background.color-4-link-color a:focus,.color2-background.color-4-link-color a:active,.color2-background.color-4-link-color a.highlighted{color:#ccc}.color2-background.color-5-link-color a{color:#33312e}.color2-background.color-5-link-color a:hover,.color2-background.color-5-link-color a:focus,.color2-background.color-5-link-color a:active,.color2-background.color-5-link-color a.highlighted{color:black}.color2-background.color-neutral-link-color a{color:white}.color2-background.color-neutral-link-color a:hover,.color2-background.color-neutral-link-color a:focus,.color2-background.color-neutral-link-color a:active,.color2-background.color-neutral-link-color a.highlighted{color:#ccc}.color2-background-hover:focus,.color2-background-hover:hover{background:#33312e ! important}.color3-background.color-1-link-color a{color:#17a398}.color3-background.color-1-link-color a:hover,.color3-background.color-1-link-color a:focus,.color3-background.color-1-link-color a:active,.color3-background.color-1-link-color a.highlighted{color:#0a4a45}.color3-background.color-2-link-color a{color:#33312e}.color3-background.color-2-link-color a:hover,.color3-background.color-2-link-color a:focus,.color3-background.color-2-link-color a:active,.color3-background.color-2-link-color a.highlighted{color:black}.color3-background.color-3-link-color a{color:#e1ebed}.color3-background.color-3-link-color a:hover,.color3-background.color-3-link-color a:focus,.color3-background.color-3-link-color a:active,.color3-background.color-3-link-color a.highlighted{color:#a1c1c7}.color3-background.color-4-link-color a{color:white}.color3-background.color-4-link-color a:hover,.color3-background.color-4-link-color a:focus,.color3-background.color-4-link-color a:active,.color3-background.color-4-link-color a.highlighted{color:#ccc}.color3-background.color-5-link-color a{color:#33312e}.color3-background.color-5-link-color a:hover,.color3-background.color-5-link-color a:focus,.color3-background.color-5-link-color a:active,.color3-background.color-5-link-color a.highlighted{color:black}.color3-background.color-neutral-link-color a{color:white}.color3-background.color-neutral-link-color a:hover,.color3-background.color-neutral-link-color a:focus,.color3-background.color-neutral-link-color a:active,.color3-background.color-neutral-link-color a.highlighted{color:#ccc}.color3-background-hover:focus,.color3-background-hover:hover{background:#e1ebed ! important}.color4-background.color-1-link-color a{color:#17a398}.color4-background.color-1-link-color a:hover,.color4-background.color-1-link-color a:focus,.color4-background.color-1-link-color a:active,.color4-background.color-1-link-color a.highlighted{color:#0a4a45}.color4-background.color-2-link-color a{color:#33312e}.color4-background.color-2-link-color a:hover,.color4-background.color-2-link-color a:focus,.color4-background.color-2-link-color a:active,.color4-background.color-2-link-color a.highlighted{color:black}.color4-background.color-3-link-color a{color:#e1ebed}.color4-background.color-3-link-color a:hover,.color4-background.color-3-link-color a:focus,.color4-background.color-3-link-color a:active,.color4-background.color-3-link-color a.highlighted{color:#a1c1c7}.color4-background.color-4-link-color a{color:white}.color4-background.color-4-link-color a:hover,.color4-background.color-4-link-color a:focus,.color4-background.color-4-link-color a:active,.color4-background.color-4-link-color a.highlighted{color:#ccc}.color4-background.color-5-link-color a{color:#33312e}.color4-background.color-5-link-color a:hover,.color4-background.color-5-link-color a:focus,.color4-background.color-5-link-color a:active,.color4-background.color-5-link-color a.highlighted{color:black}.color4-background.color-neutral-link-color a{color:white}.color4-background.color-neutral-link-color a:hover,.color4-background.color-neutral-link-color a:focus,.color4-background.color-neutral-link-color a:active,.color4-background.color-neutral-link-color a.highlighted{color:#ccc}.color4-background-hover:focus,.color4-background-hover:hover{background:white ! important}.color5-background.color-1-link-color a{color:#17a398}.color5-background.color-1-link-color a:hover,.color5-background.color-1-link-color a:focus,.color5-background.color-1-link-color a:active,.color5-background.color-1-link-color a.highlighted{color:#3ce4d6}.color5-background.color-2-link-color a{color:#33312e}.color5-background.color-2-link-color a:hover,.color5-background.color-2-link-color a:focus,.color5-background.color-2-link-color a:active,.color5-background.color-2-link-color a.highlighted{color:black}.color5-background.color-3-link-color a{color:#e1ebed}.color5-background.color-3-link-color a:hover,.color5-background.color-3-link-color a:focus,.color5-background.color-3-link-color a:active,.color5-background.color-3-link-color a.highlighted{color:#a1c1c7}.color5-background.color-4-link-color a{color:white}.color5-background.color-4-link-color a:hover,.color5-background.color-4-link-color a:focus,.color5-background.color-4-link-color a:active,.color5-background.color-4-link-color a.highlighted{color:#ccc}.color5-background.color-5-link-color a{color:#33312e}.color5-background.color-5-link-color a:hover,.color5-background.color-5-link-color a:focus,.color5-background.color-5-link-color a:active,.color5-background.color-5-link-color a.highlighted{color:black}.color5-background.color-neutral-link-color a{color:white}.color5-background.color-neutral-link-color a:hover,.color5-background.color-neutral-link-color a:focus,.color5-background.color-neutral-link-color a:active,.color5-background.color-neutral-link-color a.highlighted{color:#ccc}.color5-background-hover:focus,.color5-background-hover:hover{background:#33312e ! important}.color-neutral-background.color-1-link-color a{color:#17a398}.color-neutral-background.color-1-link-color a:hover,.color-neutral-background.color-1-link-color a:focus,.color-neutral-background.color-1-link-color a:active,.color-neutral-background.color-1-link-color a.highlighted{color:#0a4a45}.color-neutral-background.color-2-link-color a{color:#33312e}.color-neutral-background.color-2-link-color a:hover,.color-neutral-background.color-2-link-color a:focus,.color-neutral-background.color-2-link-color a:active,.color-neutral-background.color-2-link-color a.highlighted{color:black}.color-neutral-background.color-3-link-color a{color:#e1ebed}.color-neutral-background.color-3-link-color a:hover,.color-neutral-background.color-3-link-color a:focus,.color-neutral-background.color-3-link-color a:active,.color-neutral-background.color-3-link-color a.highlighted{color:#a1c1c7}.color-neutral-background.color-4-link-color a{color:white}.color-neutral-background.color-4-link-color a:hover,.color-neutral-background.color-4-link-color a:focus,.color-neutral-background.color-4-link-color a:active,.color-neutral-background.color-4-link-color a.highlighted{color:#ccc}.color-neutral-background.color-5-link-color a{color:#33312e}.color-neutral-background.color-5-link-color a:hover,.color-neutral-background.color-5-link-color a:focus,.color-neutral-background.color-5-link-color a:active,.color-neutral-background.color-5-link-color a.highlighted{color:black}.color-neutral-background.color-neutral-link-color a{color:white}.color-neutral-background.color-neutral-link-color a:hover,.color-neutral-background.color-neutral-link-color a:focus,.color-neutral-background.color-neutral-link-color a:active,.color-neutral-background.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-color.color-1-link-color a{color:#17a398}.color1-background-color.color-1-link-color a:hover,.color1-background-color.color-1-link-color a:focus,.color1-background-color.color-1-link-color a:active,.color1-background-color.color-1-link-color a.highlighted{color:#0a4a45}.color1-background-color.color-2-link-color a{color:#33312e}.color1-background-color.color-2-link-color a:hover,.color1-background-color.color-2-link-color a:focus,.color1-background-color.color-2-link-color a:active,.color1-background-color.color-2-link-color a.highlighted{color:black}.color1-background-color.color-3-link-color a{color:#e1ebed}.color1-background-color.color-3-link-color a:hover,.color1-background-color.color-3-link-color a:focus,.color1-background-color.color-3-link-color a:active,.color1-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color1-background-color.color-4-link-color a{color:white}.color1-background-color.color-4-link-color a:hover,.color1-background-color.color-4-link-color a:focus,.color1-background-color.color-4-link-color a:active,.color1-background-color.color-4-link-color a.highlighted{color:#ccc}.color1-background-color.color-5-link-color a{color:#33312e}.color1-background-color.color-5-link-color a:hover,.color1-background-color.color-5-link-color a:focus,.color1-background-color.color-5-link-color a:active,.color1-background-color.color-5-link-color a.highlighted{color:black}.color1-background-color.color-neutral-link-color a{color:white}.color1-background-color.color-neutral-link-color a:hover,.color1-background-color.color-neutral-link-color a:focus,.color1-background-color.color-neutral-link-color a:active,.color1-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#17a398 ! important}.color2-background-color.color-1-link-color a{color:#17a398}.color2-background-color.color-1-link-color a:hover,.color2-background-color.color-1-link-color a:focus,.color2-background-color.color-1-link-color a:active,.color2-background-color.color-1-link-color a.highlighted{color:#3ce4d6}.color2-background-color.color-2-link-color a{color:#33312e}.color2-background-color.color-2-link-color a:hover,.color2-background-color.color-2-link-color a:focus,.color2-background-color.color-2-link-color a:active,.color2-background-color.color-2-link-color a.highlighted{color:black}.color2-background-color.color-3-link-color a{color:#e1ebed}.color2-background-color.color-3-link-color a:hover,.color2-background-color.color-3-link-color a:focus,.color2-background-color.color-3-link-color a:active,.color2-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color2-background-color.color-4-link-color a{color:white}.color2-background-color.color-4-link-color a:hover,.color2-background-color.color-4-link-color a:focus,.color2-background-color.color-4-link-color a:active,.color2-background-color.color-4-link-color a.highlighted{color:#ccc}.color2-background-color.color-5-link-color a{color:#33312e}.color2-background-color.color-5-link-color a:hover,.color2-background-color.color-5-link-color a:focus,.color2-background-color.color-5-link-color a:active,.color2-background-color.color-5-link-color a.highlighted{color:black}.color2-background-color.color-neutral-link-color a{color:white}.color2-background-color.color-neutral-link-color a:hover,.color2-background-color.color-neutral-link-color a:focus,.color2-background-color.color-neutral-link-color a:active,.color2-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#33312e ! important}.color3-background-color.color-1-link-color a{color:#17a398}.color3-background-color.color-1-link-color a:hover,.color3-background-color.color-1-link-color a:focus,.color3-background-color.color-1-link-color a:active,.color3-background-color.color-1-link-color a.highlighted{color:#0a4a45}.color3-background-color.color-2-link-color a{color:#33312e}.color3-background-color.color-2-link-color a:hover,.color3-background-color.color-2-link-color a:focus,.color3-background-color.color-2-link-color a:active,.color3-background-color.color-2-link-color a.highlighted{color:black}.color3-background-color.color-3-link-color a{color:#e1ebed}.color3-background-color.color-3-link-color a:hover,.color3-background-color.color-3-link-color a:focus,.color3-background-color.color-3-link-color a:active,.color3-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color3-background-color.color-4-link-color a{color:white}.color3-background-color.color-4-link-color a:hover,.color3-background-color.color-4-link-color a:focus,.color3-background-color.color-4-link-color a:active,.color3-background-color.color-4-link-color a.highlighted{color:#ccc}.color3-background-color.color-5-link-color a{color:#33312e}.color3-background-color.color-5-link-color a:hover,.color3-background-color.color-5-link-color a:focus,.color3-background-color.color-5-link-color a:active,.color3-background-color.color-5-link-color a.highlighted{color:black}.color3-background-color.color-neutral-link-color a{color:white}.color3-background-color.color-neutral-link-color a:hover,.color3-background-color.color-neutral-link-color a:focus,.color3-background-color.color-neutral-link-color a:active,.color3-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#e1ebed ! important}.color4-background-color.color-1-link-color a{color:#17a398}.color4-background-color.color-1-link-color a:hover,.color4-background-color.color-1-link-color a:focus,.color4-background-color.color-1-link-color a:active,.color4-background-color.color-1-link-color a.highlighted{color:#0a4a45}.color4-background-color.color-2-link-color a{color:#33312e}.color4-background-color.color-2-link-color a:hover,.color4-background-color.color-2-link-color a:focus,.color4-background-color.color-2-link-color a:active,.color4-background-color.color-2-link-color a.highlighted{color:black}.color4-background-color.color-3-link-color a{color:#e1ebed}.color4-background-color.color-3-link-color a:hover,.color4-background-color.color-3-link-color a:focus,.color4-background-color.color-3-link-color a:active,.color4-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color4-background-color.color-4-link-color a{color:white}.color4-background-color.color-4-link-color a:hover,.color4-background-color.color-4-link-color a:focus,.color4-background-color.color-4-link-color a:active,.color4-background-color.color-4-link-color a.highlighted{color:#ccc}.color4-background-color.color-5-link-color a{color:#33312e}.color4-background-color.color-5-link-color a:hover,.color4-background-color.color-5-link-color a:focus,.color4-background-color.color-5-link-color a:active,.color4-background-color.color-5-link-color a.highlighted{color:black}.color4-background-color.color-neutral-link-color a{color:white}.color4-background-color.color-neutral-link-color a:hover,.color4-background-color.color-neutral-link-color a:focus,.color4-background-color.color-neutral-link-color a:active,.color4-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:white ! important}.color5-background-color.color-1-link-color a{color:#17a398}.color5-background-color.color-1-link-color a:hover,.color5-background-color.color-1-link-color a:focus,.color5-background-color.color-1-link-color a:active,.color5-background-color.color-1-link-color a.highlighted{color:#3ce4d6}.color5-background-color.color-2-link-color a{color:#33312e}.color5-background-color.color-2-link-color a:hover,.color5-background-color.color-2-link-color a:focus,.color5-background-color.color-2-link-color a:active,.color5-background-color.color-2-link-color a.highlighted{color:black}.color5-background-color.color-3-link-color a{color:#e1ebed}.color5-background-color.color-3-link-color a:hover,.color5-background-color.color-3-link-color a:focus,.color5-background-color.color-3-link-color a:active,.color5-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color5-background-color.color-4-link-color a{color:white}.color5-background-color.color-4-link-color a:hover,.color5-background-color.color-4-link-color a:focus,.color5-background-color.color-4-link-color a:active,.color5-background-color.color-4-link-color a.highlighted{color:#ccc}.color5-background-color.color-5-link-color a{color:#33312e}.color5-background-color.color-5-link-color a:hover,.color5-background-color.color-5-link-color a:focus,.color5-background-color.color-5-link-color a:active,.color5-background-color.color-5-link-color a.highlighted{color:black}.color5-background-color.color-neutral-link-color a{color:white}.color5-background-color.color-neutral-link-color a:hover,.color5-background-color.color-neutral-link-color a:focus,.color5-background-color.color-neutral-link-color a:active,.color5-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#33312e ! important}.color-neutral-background-color.color-1-link-color a{color:#17a398}.color-neutral-background-color.color-1-link-color a:hover,.color-neutral-background-color.color-1-link-color a:focus,.color-neutral-background-color.color-1-link-color a:active,.color-neutral-background-color.color-1-link-color a.highlighted{color:#0a4a45}.color-neutral-background-color.color-2-link-color a{color:#33312e}.color-neutral-background-color.color-2-link-color a:hover,.color-neutral-background-color.color-2-link-color a:focus,.color-neutral-background-color.color-2-link-color a:active,.color-neutral-background-color.color-2-link-color a.highlighted{color:black}.color-neutral-background-color.color-3-link-color a{color:#e1ebed}.color-neutral-background-color.color-3-link-color a:hover,.color-neutral-background-color.color-3-link-color a:focus,.color-neutral-background-color.color-3-link-color a:active,.color-neutral-background-color.color-3-link-color a.highlighted{color:#a1c1c7}.color-neutral-background-color.color-4-link-color a{color:white}.color-neutral-background-color.color-4-link-color a:hover,.color-neutral-background-color.color-4-link-color a:focus,.color-neutral-background-color.color-4-link-color a:active,.color-neutral-background-color.color-4-link-color a.highlighted{color:#ccc}.color-neutral-background-color.color-5-link-color a{color:#33312e}.color-neutral-background-color.color-5-link-color a:hover,.color-neutral-background-color.color-5-link-color a:focus,.color-neutral-background-color.color-5-link-color a:active,.color-neutral-background-color.color-5-link-color a.highlighted{color:black}.color-neutral-background-color.color-neutral-link-color a{color:white}.color-neutral-background-color.color-neutral-link-color a:hover,.color-neutral-background-color.color-neutral-link-color a:focus,.color-neutral-background-color.color-neutral-link-color a:active,.color-neutral-background-color.color-neutral-link-color a.highlighted{color:#ccc}.btn-color-1,.palette-primary .button-primary,.palette-primary .woocommerce .button,.btn-color-1-flat{background-color:#17a398;border-color:#17a398;color:var(--color-1-text-contrast) !important}.btn-color-1:visited,.palette-primary .button-primary:visited,.palette-primary .woocommerce .button:visited,.btn-color-1-flat:visited{color:var(--color-1-text-contrast)}.btn-color-1:hover,.palette-primary .button-primary:hover,.palette-primary .woocommerce .button:hover,.btn-color-1:focus,.palette-primary .button-primary:focus,.palette-primary .woocommerce .button:focus,.btn-color-1-flat:hover,.btn-color-1-flat:focus{background-color:#1dd0c2;border-color:#1dd0c2;color:var(--color-1-text-contrast) !important}.btn-color-1:active,.palette-primary .button-primary:active,.palette-primary .woocommerce .button:active,.btn-color-1.active,.palette-primary .active.button-primary,.palette-primary .woocommerce .active.button,.btn-color-1.is-active,.palette-primary .is-active.button-primary,.palette-primary .woocommerce .is-active.button,.btn-color-1-flat:active,.btn-color-1-flat.active,.btn-color-1-flat.is-active{background-color:#209a90;border-color:#209a90;color:#11766e !important}.btn-color-2,.palette-primary .button-secondary,.palette-primary .woocommerce .alt.button,.btn-color-2-flat{background-color:#33312e;border-color:#33312e;color:var(--color-2-text-contrast) !important}.btn-color-2:visited,.palette-primary .button-secondary:visited,.palette-primary .woocommerce .alt.button:visited,.btn-color-2-flat:visited{color:var(--color-2-text-contrast)}.btn-color-2:hover,.palette-primary .button-secondary:hover,.palette-primary .woocommerce .alt.button:hover,.btn-color-2:focus,.palette-primary .button-secondary:focus,.palette-primary .woocommerce .alt.button:focus,.btn-color-2-flat:hover,.btn-color-2-flat:focus{background-color:#4e4b46;border-color:#4e4b46;color:var(--color-2-text-contrast) !important}.btn-color-2:active,.palette-primary .button-secondary:active,.palette-primary .woocommerce .alt.button:active,.btn-color-2.active,.palette-primary .active.button-secondary,.palette-primary .woocommerce .active.alt.button,.btn-color-2.is-active,.palette-primary .is-active.button-secondary,.palette-primary .woocommerce .is-active.alt.button,.btn-color-2-flat:active,.btn-color-2-flat.active,.btn-color-2-flat.is-active{background-color:#313131;border-color:#313131;color:#181716 !important}.btn-color-3,.btn-color-3-flat{background-color:#e1ebed;border-color:#e1ebed;color:var(--color-3-text-contrast) !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:var(--color-3-text-contrast)}.btn-color-3:hover,.btn-color-3:focus,.btn-color-3-flat:hover,.btn-color-3-flat:focus{background-color:white;border-color:white;color:var(--color-3-text-contrast) !important}.btn-color-3:active,.btn-color-3.active,.btn-color-3.is-active,.btn-color-3-flat:active,.btn-color-3-flat.active,.btn-color-3-flat.is-active{background-color:#e3e9eb;border-color:#e3e9eb;color:#c1d6da !important}.btn-color-4,.btn-color-4-flat{background-color:white;border-color:white;color:var(--color-4-text-contrast) !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:var(--color-4-text-contrast)}.btn-color-4:hover,.btn-color-4:focus,.btn-color-4-flat:hover,.btn-color-4-flat:focus{background-color:white;border-color:white;color:var(--color-4-text-contrast) !important}.btn-color-4:active,.btn-color-4.active,.btn-color-4.is-active,.btn-color-4-flat:active,.btn-color-4-flat.active,.btn-color-4-flat.is-active{background-color:white;border-color:white;color:#e6e6e6 !important}.btn-color-5,.btn-color-5-flat{background-color:#33312e;border-color:#33312e;color:var(--color-5-text-contrast) !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:var(--color-5-text-contrast)}.btn-color-5:hover,.btn-color-5:focus,.btn-color-5-flat:hover,.btn-color-5-flat:focus{background-color:#4e4b46;border-color:#4e4b46;color:var(--color-5-text-contrast) !important}.btn-color-5:active,.btn-color-5.active,.btn-color-5.is-active,.btn-color-5-flat:active,.btn-color-5-flat.active,.btn-color-5-flat.is-active{background-color:#313131;border-color:#313131;color:#181716 !important}.btn-neutral-color,.btn-neutral-color-flat{background-color:white;border-color:white;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:visited,.btn-neutral-color-flat:visited{color:var(--color-neutral-text-contrast)}.btn-neutral-color:hover,.btn-neutral-color:focus,.btn-neutral-color-flat:hover,.btn-neutral-color-flat:focus{background-color:white;border-color:white;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:active,.btn-neutral-color.active,.btn-neutral-color.is-active,.btn-neutral-color-flat:active,.btn-neutral-color-flat.active,.btn-neutral-color-flat.is-active{background-color:white;border-color:white;color:#e6e6e6 !important}.palette-primary .color1-background-alpha{background-color:rgba(23, 163, 152, 0.7)}.palette-primary .color2-background-alpha{background-color:rgba(51, 49, 46, 0.7)}.palette-primary .color3-background-alpha{background-color:rgba(225, 235, 237, 0.7)}.palette-primary .color4-background-alpha{background-color:rgba(255, 255, 255, 0.7)}.palette-primary .color5-background-alpha{background-color:rgba(51, 49, 46, 0.7)}.palette-primary .boldgrid-shortcode .bgc-single-article{background-color:#e1ebed;color:#333333}.palette-primary .bgc-single-image .date{background-color:rgba(23, 163, 152, 0.7);color:#ffffff}.palette-primary .bgc-single-image .image-opacity{background-color:rgba(51, 49, 46, 0.3)}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:13:\"bgtfw_version\";s:5:\"2.8.0\";s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:18:\"custom_css_post_id\";i:-1;s:19:\"bgtfw_header_border\";a:4:{s:3:\"css\";s:60:\".site-header header{border: 0;border-color:var(--color-3);;}\";s:5:\"media\";s:209:\"{\"base\":{\"unit\":\"px\",\"slidersLinked\":false,\"values\":{\"top\":0,\"right\":0,\"bottom\":5,\"left\":0},\"css\":\".site-header header{border: 0;border-color:var(--color-3);;}\",\"type\":\"\",\"color\":\"color-3:rgb(204, 204, 204)\"}}\";s:2:\"ID\";i:0;s:6:\"filter\";s:3:\"raw\";}s:27:\"bgtfw_site_title_typography\";a:8:{s:11:\"font-family\";s:8:\"Six Caps\";s:9:\"font-size\";s:4:\"70px\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.1\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:25:\"hide_boldgrid_attribution\";b:1;s:19:\"bgtfw_header_layout\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:2:\"nw\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h48\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:2:\"se\";s:3:\"uid\";s:5:\"h2675\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2683\";}}}}s:19:\"bgtfw_footer_layout\";a:3:{i:0;a:2:{s:9:\"container\";s:10:\"full-width\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_footer-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"f117\";}}}i:1;a:2:{s:9:\"container\";s:10:\"full-width\";s:5:\"items\";a:0:{}}i:2;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:3:{s:4:\"type\";s:34:\"boldgrid_display_attribution_links\";s:3:\"key\";s:11:\"attribution\";s:5:\"align\";s:1:\"w\";}}}}s:12:\"sidebar_meta\";a:9:{s:8:\"header-1\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:14:\"headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:11:\"links_color\";s:23:\"color-1:rgb(23,163,152)\";}s:8:\"header-2\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:14:\"headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:11:\"links_color\";s:23:\"color-1:rgb(23,163,152)\";}s:8:\"header-3\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:14:\"headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:11:\"links_color\";s:23:\"color-1:rgb(23,163,152)\";}s:8:\"header-4\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:14:\"headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:11:\"links_color\";s:23:\"color-1:rgb(23,163,152)\";}s:8:\"footer-1\";a:3:{s:16:\"background_color\";s:21:\"color-2:rgb(51,49,46)\";s:14:\"headings_color\";s:23:\"color-1:rgb(23,163,152)\";s:11:\"links_color\";s:24:\"color-4:rgb(255,255,255)\";}s:8:\"footer-2\";a:3:{s:16:\"background_color\";s:21:\"color-2:rgb(51,49,46)\";s:14:\"headings_color\";s:23:\"color-1:rgb(23,163,152)\";s:11:\"links_color\";s:24:\"color-4:rgb(255,255,255)\";}s:8:\"footer-3\";a:3:{s:16:\"background_color\";s:21:\"color-2:rgb(51,49,46)\";s:14:\"headings_color\";s:23:\"color-1:rgb(23,163,152)\";s:11:\"links_color\";s:24:\"color-4:rgb(255,255,255)\";}s:8:\"footer-4\";a:3:{s:16:\"background_color\";s:21:\"color-2:rgb(51,49,46)\";s:14:\"headings_color\";s:23:\"color-1:rgb(23,163,152)\";s:11:\"links_color\";s:24:\"color-4:rgb(255,255,255)\";}s:15:\"primary-sidebar\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:14:\"headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:11:\"links_color\";s:23:\"color-1:rgb(23,163,152)\";}}s:25:\"boldgrid_background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:30:\"bgtfw_background_overlay_color\";s:23:\"color-1:rgb(23,163,152)\";s:25:\"bgtfw_header_border_color\";s:24:\"color-3:rgb(225,235,237)\";s:25:\"bgtfw_footer_border_color\";s:23:\"color-1:rgb(23,163,152)\";s:27:\"bgtfw_posts_tags_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:27:\"bgtfw_posts_cats_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:33:\"bgtfw_posts_navigation_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:20:\"bgtfw_headings_color\";s:21:\"color-2:rgb(51,49,46)\";s:19:\"bgtfw_tagline_color\";s:21:\"color-2:rgb(51,49,46)\";s:18:\"bgtfw_header_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:22:\"bgtfw_site_title_color\";s:21:\"color-2:rgb(51,49,46)\";s:35:\"bgtfw_global_title_background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:24:\"bgtfw_global_title_color\";s:21:\"color-2:rgb(51,49,46)\";s:21:\"bgtfw_body_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:26:\"bgtfw_header_overlay_color\";s:23:\"color-1:rgb(23,163,152)\";s:18:\"bgtfw_footer_color\";s:23:\"color-1:rgb(23,163,152)\";s:18:\"bgtfw_footer_links\";s:30:\"color-neutral:rgb(255,255,255)\";s:31:\"bgtfw_menu_hamburger_main_color\";s:23:\"color-1:rgb(23,163,152)\";s:28:\"bgtfw_menu_border_color_main\";s:24:\"color-3:rgb(225,235,237)\";s:34:\"bgtfw_menu_items_border_color_main\";s:24:\"color-3:rgb(225,235,237)\";s:33:\"bgtfw_menu_items_hover_color_main\";s:23:\"color-1:rgb(23,163,152)\";s:38:\"bgtfw_menu_items_hover_background_main\";s:30:\"color-neutral:rgb(255,255,255)\";s:32:\"bgtfw_menu_items_link_color_main\";s:21:\"color-2:rgb(51,49,46)\";s:39:\"bgtfw_menu_items_active_link_color_main\";s:23:\"color-1:rgb(23,163,152)\";s:46:\"bgtfw_menu_items_active_link_border_color_main\";s:24:\"color-3:rgb(225,235,237)\";s:23:\"bgtfw_blog_border_color\";s:23:\"color-1:rgb(23,163,152)\";s:34:\"bgtfw_blog_header_background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:32:\"bgtfw_blog_post_background_color\";s:30:\"color-neutral:rgb(255,255,255)\";s:34:\"bgtfw_blog_post_header_title_color\";s:21:\"color-2:rgb(51,49,46)\";s:38:\"bgtfw_blog_post_header_date_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:40:\"bgtfw_blog_post_header_byline_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:31:\"bgtfw_blog_post_tags_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:31:\"bgtfw_blog_post_cats_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:35:\"bgtfw_blog_post_comments_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:35:\"bgtfw_blog_post_readmore_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:34:\"bgtfw_menu_items_link_color_social\";s:24:\"color-3:rgb(225,235,237)\";s:35:\"bgtfw_menu_items_hover_color_social\";s:23:\"color-1:rgb(23,163,152)\";s:41:\"bgtfw_menu_items_active_link_color_social\";s:23:\"color-1:rgb(23,163,152)\";s:27:\"bgtfw_posts_date_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:29:\"bgtfw_posts_byline_link_color\";s:23:\"color-1:rgb(23,163,152)\";s:36:\"bgtfw_menu_hamburger_secondary_color\";s:23:\"color-1:rgb(23,163,152)\";s:35:\"bgtfw_menu_hamburger_tertiary_color\";s:23:\"color-1:rgb(23,163,152)\";s:37:\"bgtfw_menu_hamburger_quaternary_color\";s:23:\"color-1:rgb(23,163,152)\";s:33:\"bgtfw_menu_hamburger_social_color\";s:23:\"color-1:rgb(23,163,152)\";s:38:\"bgtfw_menu_hamburger_sticky-main_color\";s:23:\"color-1:rgb(23,163,152)\";s:43:\"bgtfw_menu_hamburger_sticky-secondary_color\";s:23:\"color-1:rgb(23,163,152)\";s:42:\"bgtfw_menu_hamburger_sticky-tertiary_color\";s:23:\"color-1:rgb(23,163,152)\";s:44:\"bgtfw_menu_hamburger_sticky-quaternary_color\";s:23:\"color-1:rgb(23,163,152)\";s:40:\"bgtfw_menu_hamburger_sticky-social_color\";s:23:\"color-1:rgb(23,163,152)\";s:33:\"bgtfw_menu_border_color_secondary\";s:24:\"color-3:rgb(225,235,237)\";s:32:\"bgtfw_menu_border_color_tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:34:\"bgtfw_menu_border_color_quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:30:\"bgtfw_menu_border_color_social\";s:24:\"color-3:rgb(225,235,237)\";s:35:\"bgtfw_menu_border_color_sticky-main\";s:24:\"color-3:rgb(225,235,237)\";s:40:\"bgtfw_menu_border_color_sticky-secondary\";s:24:\"color-3:rgb(225,235,237)\";s:39:\"bgtfw_menu_border_color_sticky-tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:41:\"bgtfw_menu_border_color_sticky-quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:37:\"bgtfw_menu_border_color_sticky-social\";s:24:\"color-3:rgb(225,235,237)\";s:39:\"bgtfw_menu_items_border_color_secondary\";s:24:\"color-3:rgb(225,235,237)\";s:38:\"bgtfw_menu_items_border_color_tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:40:\"bgtfw_menu_items_border_color_quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:36:\"bgtfw_menu_items_border_color_social\";s:24:\"color-3:rgb(225,235,237)\";s:41:\"bgtfw_menu_items_border_color_sticky-main\";s:24:\"color-3:rgb(225,235,237)\";s:46:\"bgtfw_menu_items_border_color_sticky-secondary\";s:24:\"color-3:rgb(225,235,237)\";s:45:\"bgtfw_menu_items_border_color_sticky-tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:47:\"bgtfw_menu_items_border_color_sticky-quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:43:\"bgtfw_menu_items_border_color_sticky-social\";s:24:\"color-3:rgb(225,235,237)\";s:38:\"bgtfw_menu_items_hover_color_secondary\";s:23:\"color-1:rgb(23,163,152)\";s:37:\"bgtfw_menu_items_hover_color_tertiary\";s:23:\"color-1:rgb(23,163,152)\";s:39:\"bgtfw_menu_items_hover_color_quaternary\";s:23:\"color-1:rgb(23,163,152)\";s:40:\"bgtfw_menu_items_hover_color_sticky-main\";s:23:\"color-1:rgb(23,163,152)\";s:45:\"bgtfw_menu_items_hover_color_sticky-secondary\";s:23:\"color-1:rgb(23,163,152)\";s:44:\"bgtfw_menu_items_hover_color_sticky-tertiary\";s:23:\"color-1:rgb(23,163,152)\";s:46:\"bgtfw_menu_items_hover_color_sticky-quaternary\";s:23:\"color-1:rgb(23,163,152)\";s:42:\"bgtfw_menu_items_hover_color_sticky-social\";s:23:\"color-1:rgb(23,163,152)\";s:43:\"bgtfw_menu_items_hover_background_secondary\";s:24:\"color-3:rgb(225,235,237)\";s:42:\"bgtfw_menu_items_hover_background_tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:44:\"bgtfw_menu_items_hover_background_quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:40:\"bgtfw_menu_items_hover_background_social\";s:30:\"color-neutral:rgb(255,255,255)\";s:45:\"bgtfw_menu_items_hover_background_sticky-main\";s:24:\"color-3:rgb(225,235,237)\";s:50:\"bgtfw_menu_items_hover_background_sticky-secondary\";s:24:\"color-3:rgb(225,235,237)\";s:49:\"bgtfw_menu_items_hover_background_sticky-tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:51:\"bgtfw_menu_items_hover_background_sticky-quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:47:\"bgtfw_menu_items_hover_background_sticky-social\";s:24:\"color-3:rgb(225,235,237)\";s:37:\"bgtfw_menu_items_link_color_secondary\";s:21:\"color-2:rgb(51,49,46)\";s:36:\"bgtfw_menu_items_link_color_tertiary\";s:21:\"color-2:rgb(51,49,46)\";s:38:\"bgtfw_menu_items_link_color_quaternary\";s:21:\"color-2:rgb(51,49,46)\";s:39:\"bgtfw_menu_items_link_color_sticky-main\";s:21:\"color-2:rgb(51,49,46)\";s:44:\"bgtfw_menu_items_link_color_sticky-secondary\";s:21:\"color-2:rgb(51,49,46)\";s:43:\"bgtfw_menu_items_link_color_sticky-tertiary\";s:21:\"color-2:rgb(51,49,46)\";s:45:\"bgtfw_menu_items_link_color_sticky-quaternary\";s:21:\"color-2:rgb(51,49,46)\";s:41:\"bgtfw_menu_items_link_color_sticky-social\";s:21:\"color-2:rgb(51,49,46)\";s:44:\"bgtfw_menu_items_active_link_color_secondary\";s:23:\"color-1:rgb(23,163,152)\";s:43:\"bgtfw_menu_items_active_link_color_tertiary\";s:23:\"color-1:rgb(23,163,152)\";s:45:\"bgtfw_menu_items_active_link_color_quaternary\";s:23:\"color-1:rgb(23,163,152)\";s:46:\"bgtfw_menu_items_active_link_color_sticky-main\";s:23:\"color-1:rgb(23,163,152)\";s:51:\"bgtfw_menu_items_active_link_color_sticky-secondary\";s:23:\"color-1:rgb(23,163,152)\";s:50:\"bgtfw_menu_items_active_link_color_sticky-tertiary\";s:23:\"color-1:rgb(23,163,152)\";s:52:\"bgtfw_menu_items_active_link_color_sticky-quaternary\";s:23:\"color-1:rgb(23,163,152)\";s:48:\"bgtfw_menu_items_active_link_color_sticky-social\";s:23:\"color-1:rgb(23,163,152)\";s:51:\"bgtfw_menu_items_active_link_border_color_secondary\";s:24:\"color-3:rgb(225,235,237)\";s:50:\"bgtfw_menu_items_active_link_border_color_tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:52:\"bgtfw_menu_items_active_link_border_color_quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:48:\"bgtfw_menu_items_active_link_border_color_social\";s:24:\"color-3:rgb(225,235,237)\";s:53:\"bgtfw_menu_items_active_link_border_color_sticky-main\";s:24:\"color-3:rgb(225,235,237)\";s:58:\"bgtfw_menu_items_active_link_border_color_sticky-secondary\";s:24:\"color-3:rgb(225,235,237)\";s:57:\"bgtfw_menu_items_active_link_border_color_sticky-tertiary\";s:24:\"color-3:rgb(225,235,237)\";s:59:\"bgtfw_menu_items_active_link_border_color_sticky-quaternary\";s:24:\"color-3:rgb(225,235,237)\";s:55:\"bgtfw_menu_items_active_link_border_color_sticky-social\";s:24:\"color-3:rgb(225,235,237)\";s:26:\"bgtfw_menu_typography_main\";a:8:{s:11:\"font-family\";s:6:\"Oswald\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"text-transform\";s:9:\"uppercase\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:36:\"bgtfw_menu_items_hover_effect_social\";s:17:\"hvr-rectangle-out\";s:21:\"bgtfw_pages_container\";s:0:\"\";s:23:\"bgtfw_global_title_size\";s:2:\"h3\";s:28:\"bgtfw_global_title_alignment\";s:6:\"center\";s:25:\"bgtfw_headings_typography\";a:7:{s:11:\"font-family\";s:8:\"Six Caps\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"text-transform\";s:4:\"none\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:24:\"bgtfw_headings_font_size\";s:2:\"30\";s:21:\"bgtfw_body_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.4\";s:14:\"text-transform\";s:4:\"none\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:29:\"bgtfw_header_layout_col_width\";a:4:{s:3:\"css\";s:498:\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;}}}@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:6col;width:6col;width:12col;}}@media only screen and ( min-width: 1200px ){.site-header header row{width:6col;width:6col;width:12col;}}\";s:5:\"media\";s:882:\"{\"large\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h48\":6,\"h2675\":6,\"h2683\":12},\"css\":\"@media only screen and ( min-width: 1200px ){.site-header header row{width:6col;width:6col;width:12col;}}\"},\"desktop\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h48\":6,\"h2675\":6,\"h2683\":12},\"css\":\"@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:6col;width:6col;width:12col;}}\"},\"phone\":{\"unit\":\"col\",\"values\":{\"h48\":12,\"h2688\":12,\"h2683\":12},\"css\":\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;}}}\",\"slidersLinked\":false},\"tablet\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h48\":12,\"h2675\":12,\"h2683\":12},\"css\":\"@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}\"}}\";s:2:\"ID\";i:0;s:6:\"filter\";s:3:\"raw\";}s:34:\"bgtfw_menu_items_hover_effect_main\";s:17:\"hvr-rectangle-out\";s:41:\"bgtfw_pages_blog_blog_page_layout_content\";s:7:\"content\";s:36:\"bgtfw_blog_post_header_title_display\";s:7:\"inherit\";s:37:\"bgtfw_blog_post_header_title_position\";s:6:\"center\";s:36:\"bgtfw_blog_post_header_meta_position\";s:6:\"center\";s:33:\"bgtfw_blog_post_header_title_size\";s:2:\"h1\";s:27:\"bgtfw_header_layout_default\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:2:\"nw\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h48\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:2:\"se\";s:3:\"uid\";s:5:\"h2675\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2683\";}}}}s:28:\"bgtfw_header_preset_branding\";a:3:{i:0;s:4:\"logo\";i:1;s:5:\"title\";i:2;s:11:\"description\";}s:34:\"bgtfw_sticky_header_layout_default\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s47\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:26:\"bgtfw_header_layout_custom\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:2:\"nw\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h48\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:2:\"se\";s:3:\"uid\";s:5:\"h2675\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2683\";}}}}s:33:\"bgtfw_sticky_header_layout_custom\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s47\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:24:\"bgtfw_header_layout_lbrm\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"h48\";}}}}s:26:\"bgtfw_header_layout_lbcmrs\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:3:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:3:\"h48\";}i:2;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}}s:24:\"bgtfw_header_layout_lmrb\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"h48\";}i:1;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"e\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}}s:26:\"bgtfw_header_layout_lbrslm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h105\";}}}}s:26:\"bgtfw_header_layout_lbrscm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}}s:26:\"bgtfw_header_layout_lbrsrm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h105\";}}}}s:24:\"bgtfw_header_layout_cbcm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}}s:24:\"bgtfw_header_layout_cmcb\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}}s:26:\"bgtfw_header_layout_lshsbm\";a:3:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h264\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:3:\"key\";s:8:\"branding\";s:4:\"type\";s:22:\"boldgrid_site_identity\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"h47\";}}}i:2;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h263\";}}}}s:31:\"bgtfw_sticky_header_layout_lbrm\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:33:\"bgtfw_sticky_header_layout_lbcmrs\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:3:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:3:\"s48\";}i:2;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}}s:31:\"bgtfw_sticky_header_layout_lmrb\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s48\";}i:1;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"e\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrslm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"s105\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrscm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrsrm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s105\";}}}}s:31:\"bgtfw_sticky_header_layout_cbcm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}}s:31:\"bgtfw_sticky_header_layout_cmcb\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}}s:11:\"custom_logo\";i:150;s:41:\"bgtfw_menu_items_link_color_footer-social\";s:23:\"color-1:rgb(23,163,152)\";s:48:\"bgtfw_menu_items_active_link_color_footer-social\";s:24:\"color-4:rgb(255,255,255)\";s:40:\"bgtfw_menu_hamburger_footer-social_color\";s:23:\"color-1:rgb(23,163,152)\";s:37:\"bgtfw_menu_border_color_footer-social\";s:24:\"color-3:rgb(225,235,237)\";s:43:\"bgtfw_menu_items_border_color_footer-social\";s:24:\"color-3:rgb(225,235,237)\";s:42:\"bgtfw_menu_items_hover_color_footer-social\";s:24:\"color-4:rgb(255,255,255)\";s:47:\"bgtfw_menu_items_hover_background_footer-social\";s:24:\"color-3:rgb(225,235,237)\";s:55:\"bgtfw_menu_items_active_link_border_color_footer-social\";s:24:\"color-3:rgb(225,235,237)\";s:19:\"bgtfw_header_preset\";s:6:\"custom\";s:18:\"bgtfw_fixed_header\";b:0;s:24:\"hide_partner_attribution\";b:1;s:31:\"hide_special_thanks_attribution\";b:1;s:26:\"hide_wordpress_attribution\";b:1;s:21:\"hide_host_attribution\";b:1;s:36:\"bgtfw_global_title_content_container\";s:0:\"\";s:34:\"bgtfw_menu_hamburger_social_toggle\";b:1;s:27:\"bgtfw_menu_hamburger_social\";s:17:\"hamburger--3dxy-r\";s:25:\"bgtfw_pages_title_display\";s:4:\"show\";}','yes'),(648,'current_theme','Crio','yes'),(649,'theme_switched','','yes'),(650,'boldgrid_backup_history','a:12:{i:0;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622243447;s:7:\"message\";s:50:\"Twenty Twenty-One theme (version 1.3) deactivated.\";}i:1;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622243447;s:7:\"message\";s:37:\"Crio theme (version 2.8.0) activated.\";}i:2;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622243448;s:7:\"message\";s:46:\"Crio Premium plugin (version 1.2.0) activated.\";}i:3;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622243448;s:7:\"message\";s:41:\"weForms plugin (version 1.4.8) activated.\";}i:4;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622243456;s:7:\"message\";s:52:\"BoldGrid Easy SEO plugin (version 1.6.10) activated.\";}i:5;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622244052;s:7:\"message\";s:51:\"Font Awesome plugin (version 4.0.0-rc22) activated.\";}i:6;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622244053;s:7:\"message\";s:31:\" plugin (version ) deactivated.\";}i:7;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622338937;s:7:\"message\";s:58:\"Post and Page Builder plugin (version 1.13.0) deactivated.\";}i:8;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622338940;s:7:\"message\";s:56:\"Post and Page Builder plugin upgraded to version 1.14.0.\";}i:9;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1622338946;s:7:\"message\";s:56:\"Post and Page Builder plugin (version 1.14.0) activated.\";}i:10;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1622704547;s:7:\"message\";s:56:\"Jetpack by WordPress.com plugin upgraded to version 8.5.\";}i:11;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1622704551;s:7:\"message\";s:56:\"Jetpack by WordPress.com plugin upgraded to version 8.5.\";}}','no'),(2398,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1623532890;s:7:\"checked\";a:4:{s:4:\"crio\";s:5:\"2.8.0\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:4:\"crio\";a:6:{s:5:\"theme\";s:4:\"crio\";s:11:\"new_version\";s:5:\"2.8.0\";s:3:\"url\";s:34:\"https://wordpress.org/themes/crio/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/crio.2.8.0.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.3.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(209,'_transient_jetpack_file_data_8.5','a:52:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:102:\"Help visitors quickly find answers with highly relevant instant search results and powerful filtering.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:51:\"sso, single sign on, login, log in, 2fa, two-factor\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"21b59e7bb3fe0784e7525ad11ad8a8f6\";a:14:{s:4:\"name\";s:21:\"WooCommerce Analytics\";s:11:\"description\";s:53:\"Enhanced analytics for WooCommerce and Jetpack users.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"8.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Other, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:69:\"woocommerce, analytics, stats, statistics, tracking, analytics, views\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}','no'),(208,'_transient_timeout_jetpack_file_data_8.5','1624844393','no'),(14198,'_site_transient_timeout_bgcriop_version_data','1623543925','no'),(14199,'_site_transient_bgcriop_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:12:\"Crio Premium\";s:7:\"version\";s:5:\"1.2.0\";s:8:\"asset_id\";i:1188847;s:12:\"release_date\";s:19:\"2021-04-14 18:31:10\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";s:1650:\"{\"description\":\"<p>Premium features extension for the BoldGrid Crio Theme.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire crio-premium folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.2.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Sticky Header layout presets.<\\/li>\\n<li>Update: Changed Custom Page Header sample layouts to reflect new starter content.<\\/li>\\n<li>Bug Fix: Sticky header not refreshing properly in customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Update: Changed location of top-level \'Crio\' menu to match the newest version ( 2.6.0 ) of Crio.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Custom Page Headers added.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>Handle the value selected by user for attribution link on frontend properly.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Removed broken activation link from notice in certain situations.<\\/li>\\n<li>Fixed PHP errors when other BG themes are used and crio license is purchased but crio isn\'t used.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Fixing tabs for regular\\/sticky header displaying under controls.<\\/li>\\n<li>Attribution controls should no longer be missing in the customizer.<\\/li>\\n<li>Sticky\\/fixed header should no longer be selected in customizer when activating plugin by default.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\"}\";s:7:\"siteurl\";s:28:\"http://www.boldgrid.com/crio\";s:13:\"compatibility\";s:6570:\"{\"5.7\":{\"1.2.0\":[100,95]},\"5.6.2\":{\"1.2.0\":[100,95]},\"5.6.1\":{\"1.2.0\":[100,95]},\"5.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.5.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.5.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.5.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.5\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.4.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.4.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.4.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.4.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.5\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.3\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.9\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.8\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.7\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.5\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.4\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.3\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.2\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2.1\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.8\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.7\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.4\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.3\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.2\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1.1\":{\"0.1.0\":[100,12],\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.8\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.7\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.6\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"5.0\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.8\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.7\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.6\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.13\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.12\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.11\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.10\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.8\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.7\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.6\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]},\"4.8.10\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:37:\"{\"boldgrid\":\"Boldgrid\",\"crio\":\"Crio\"}\";s:7:\"banners\";s:141:\"{\"low\":\"//repo.boldgrid.com/assets/banner-staging-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-staging-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1623515125;}','no'),(668,'boldgrid_installed_page_ids','a:3:{i:692;i:113;i:9;i:115;i:10;i:117;}','yes'),(669,'boldgrid_installed_pages_metadata','a:3:{i:113;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:115;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:117;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}}','yes'),(691,'boldgrid_static_pages','a:1:{s:5:\"pages\";a:2:{s:16:\"pages_in_pageset\";a:6:{i:0;O:8:\"stdClass\":17:{s:2:\"id\";s:3:\"692\";s:16:\"page_revision_id\";s:4:\"4535\";s:10:\"page_title\";s:4:\"Home\";s:9:\"page_slug\";s:4:\"home\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:9158:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"aligncenter size-full wp-image-121\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178737\" width=\"1100\" height=\"489\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-122\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178738\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-123\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178739\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-124\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178740\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-125\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178741\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-126\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178742\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-127\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178743\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-128\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178744\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-129\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178745\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-130\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\" data-imhwpb-asset-id=\"9783\" width=\"365\" height=\"365\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-131\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\" data-imhwpb-asset-id=\"9784\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-132\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\" data-imhwpb-asset-id=\"9785\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-133\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\" data-imhwpb-asset-id=\"9786\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">About Us</h2>\r\n<p class=\"\">Come on in and see what we&rsquo;ve got for you! Our fashions range from the traditional to the ultra-modern, so there&rsquo;s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Testimonials</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Edna</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;I was looking for something to wear to a dinner party, and just couldn&rsquo;t find the right look. Your fashion consultant helped me choose something I really loved.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Patricia</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;No matter what I&rsquo;m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in style.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Sarah</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;I enjoy fashion-forward choices sometimes. It&rsquo;s great to have a store where I can get both at one time, so I don&rsquo;t have to travel around town.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\n\n\";s:10:\"theme_mods\";s:41047:\"{\"_boldgrid_theme_id\":64,\"sidebars_widgets\":{\"time\":1614617897,\"data\":{\"wp_inactive_widgets\":[],\"sidebar-1\":[\"search-106\",\"recent-posts-106\",\"archives-104\",\"categories-104\"],\"sidebar-2\":[\"archives-2\",\"categories-2\",\"meta-2\"],\"boldgrid-editor-sidebar\":[],\"boldgrid-widget-3\":[],\"primary-sidebar\":[\"recent-posts-7\",\"search-7\"],\"boldgrid-widget-1\":[]}},\"boldgrid_color_palette\":\"{\\\"state\\\":{\\\"active-palette\\\":\\\"palette-primary\\\",\\\"active-palette-id\\\":\\\"ea9ac8e0ea7378a42db8facd4e90e27e\\\",\\\"palettes\\\":{\\\"palette-primary\\\":{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"}},\\\"saved_palettes\\\":[{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(112, 112, 112)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(255, 255, 255)\\\"],\\\"neutral-color\\\":\\\"rgb(231, 231, 231)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(128, 128, 128)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(35, 48, 65)\\\"],\\\"neutral-color\\\":\\\"rgb(35, 48, 65)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(8, 8, 8)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"}]}}\",\"boldgrid_compiled_css\":\".color1-background.color-1-link-color a{color:#f77a1e}.color1-background.color-1-link-color a:hover,.color1-background.color-1-link-color a:focus,.color1-background.color-1-link-color a:active,.color1-background.color-1-link-color a.highlighted{color:#a94b06}.color1-background.color-2-link-color a{color:#333}.color1-background.color-2-link-color a:hover,.color1-background.color-2-link-color a:focus,.color1-background.color-2-link-color a:active,.color1-background.color-2-link-color a.highlighted{color:black}.color1-background.color-3-link-color a{color:#ccc}.color1-background.color-3-link-color a:hover,.color1-background.color-3-link-color a:focus,.color1-background.color-3-link-color a:active,.color1-background.color-3-link-color a.highlighted{color:white}.color1-background.color-4-link-color a{color:white}.color1-background.color-4-link-color a:hover,.color1-background.color-4-link-color a:focus,.color1-background.color-4-link-color a:active,.color1-background.color-4-link-color a.highlighted{color:#ccc}.color1-background.color-5-link-color a{color:#707070}.color1-background.color-5-link-color a:hover,.color1-background.color-5-link-color a:focus,.color1-background.color-5-link-color a:active,.color1-background.color-5-link-color a.highlighted{color:#3d3d3d}.color1-background.color-neutral-link-color a{color:white}.color1-background.color-neutral-link-color a:hover,.color1-background.color-neutral-link-color a:focus,.color1-background.color-neutral-link-color a:active,.color1-background.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-hover:focus,.color1-background-hover:hover{background:#f77a1e ! important}.color2-background.color-1-link-color a{color:#f77a1e}.color2-background.color-1-link-color a:hover,.color2-background.color-1-link-color a:focus,.color2-background.color-1-link-color a:active,.color2-background.color-1-link-color a.highlighted{color:#fbb480}.color2-background.color-2-link-color a{color:#333}.color2-background.color-2-link-color a:hover,.color2-background.color-2-link-color a:focus,.color2-background.color-2-link-color a:active,.color2-background.color-2-link-color a.highlighted{color:black}.color2-background.color-3-link-color a{color:#ccc}.color2-background.color-3-link-color a:hover,.color2-background.color-3-link-color a:focus,.color2-background.color-3-link-color a:active,.color2-background.color-3-link-color a.highlighted{color:white}.color2-background.color-4-link-color a{color:white}.color2-background.color-4-link-color a:hover,.color2-background.color-4-link-color a:focus,.color2-background.color-4-link-color a:active,.color2-background.color-4-link-color a.highlighted{color:#ccc}.color2-background.color-5-link-color a{color:#707070}.color2-background.color-5-link-color a:hover,.color2-background.color-5-link-color a:focus,.color2-background.color-5-link-color a:active,.color2-background.color-5-link-color a.highlighted{color:#a3a3a3}.color2-background.color-neutral-link-color a{color:white}.color2-background.color-neutral-link-color a:hover,.color2-background.color-neutral-link-color a:focus,.color2-background.color-neutral-link-color a:active,.color2-background.color-neutral-link-color a.highlighted{color:#ccc}.color2-background-hover:focus,.color2-background-hover:hover{background:#333 ! important}.color3-background.color-1-link-color a{color:#f77a1e}.color3-background.color-1-link-color a:hover,.color3-background.color-1-link-color a:focus,.color3-background.color-1-link-color a:active,.color3-background.color-1-link-color a.highlighted{color:#a94b06}.color3-background.color-2-link-color a{color:#333}.color3-background.color-2-link-color a:hover,.color3-background.color-2-link-color a:focus,.color3-background.color-2-link-color a:active,.color3-background.color-2-link-color a.highlighted{color:black}.color3-background.color-3-link-color a{color:#ccc}.color3-background.color-3-link-color a:hover,.color3-background.color-3-link-color a:focus,.color3-background.color-3-link-color a:active,.color3-background.color-3-link-color a.highlighted{color:#999}.color3-background.color-4-link-color a{color:white}.color3-background.color-4-link-color a:hover,.color3-background.color-4-link-color a:focus,.color3-background.color-4-link-color a:active,.color3-background.color-4-link-color a.highlighted{color:#ccc}.color3-background.color-5-link-color a{color:#707070}.color3-background.color-5-link-color a:hover,.color3-background.color-5-link-color a:focus,.color3-background.color-5-link-color a:active,.color3-background.color-5-link-color a.highlighted{color:#3d3d3d}.color3-background.color-neutral-link-color a{color:white}.color3-background.color-neutral-link-color a:hover,.color3-background.color-neutral-link-color a:focus,.color3-background.color-neutral-link-color a:active,.color3-background.color-neutral-link-color a.highlighted{color:#ccc}.color3-background-hover:focus,.color3-background-hover:hover{background:#ccc ! important}.color4-background.color-1-link-color a{color:#f77a1e}.color4-background.color-1-link-color a:hover,.color4-background.color-1-link-color a:focus,.color4-background.color-1-link-color a:active,.color4-background.color-1-link-color a.highlighted{color:#a94b06}.color4-background.color-2-link-color a{color:#333}.color4-background.color-2-link-color a:hover,.color4-background.color-2-link-color a:focus,.color4-background.color-2-link-color a:active,.color4-background.color-2-link-color a.highlighted{color:black}.color4-background.color-3-link-color a{color:#ccc}.color4-background.color-3-link-color a:hover,.color4-background.color-3-link-color a:focus,.color4-background.color-3-link-color a:active,.color4-background.color-3-link-color a.highlighted{color:#999}.color4-background.color-4-link-color a{color:white}.color4-background.color-4-link-color a:hover,.color4-background.color-4-link-color a:focus,.color4-background.color-4-link-color a:active,.color4-background.color-4-link-color a.highlighted{color:#ccc}.color4-background.color-5-link-color a{color:#707070}.color4-background.color-5-link-color a:hover,.color4-background.color-5-link-color a:focus,.color4-background.color-5-link-color a:active,.color4-background.color-5-link-color a.highlighted{color:#3d3d3d}.color4-background.color-neutral-link-color a{color:white}.color4-background.color-neutral-link-color a:hover,.color4-background.color-neutral-link-color a:focus,.color4-background.color-neutral-link-color a:active,.color4-background.color-neutral-link-color a.highlighted{color:#ccc}.color4-background-hover:focus,.color4-background-hover:hover{background:white ! important}.color5-background.color-1-link-color a{color:#f77a1e}.color5-background.color-1-link-color a:hover,.color5-background.color-1-link-color a:focus,.color5-background.color-1-link-color a:active,.color5-background.color-1-link-color a.highlighted{color:#fbb480}.color5-background.color-2-link-color a{color:#333}.color5-background.color-2-link-color a:hover,.color5-background.color-2-link-color a:focus,.color5-background.color-2-link-color a:active,.color5-background.color-2-link-color a.highlighted{color:black}.color5-background.color-3-link-color a{color:#ccc}.color5-background.color-3-link-color a:hover,.color5-background.color-3-link-color a:focus,.color5-background.color-3-link-color a:active,.color5-background.color-3-link-color a.highlighted{color:white}.color5-background.color-4-link-color a{color:white}.color5-background.color-4-link-color a:hover,.color5-background.color-4-link-color a:focus,.color5-background.color-4-link-color a:active,.color5-background.color-4-link-color a.highlighted{color:#ccc}.color5-background.color-5-link-color a{color:#707070}.color5-background.color-5-link-color a:hover,.color5-background.color-5-link-color a:focus,.color5-background.color-5-link-color a:active,.color5-background.color-5-link-color a.highlighted{color:#3d3d3d}.color5-background.color-neutral-link-color a{color:white}.color5-background.color-neutral-link-color a:hover,.color5-background.color-neutral-link-color a:focus,.color5-background.color-neutral-link-color a:active,.color5-background.color-neutral-link-color a.highlighted{color:#ccc}.color5-background-hover:focus,.color5-background-hover:hover{background:#707070 ! important}.color-neutral-background.color-1-link-color a{color:#f77a1e}.color-neutral-background.color-1-link-color a:hover,.color-neutral-background.color-1-link-color a:focus,.color-neutral-background.color-1-link-color a:active,.color-neutral-background.color-1-link-color a.highlighted{color:#a94b06}.color-neutral-background.color-2-link-color a{color:#333}.color-neutral-background.color-2-link-color a:hover,.color-neutral-background.color-2-link-color a:focus,.color-neutral-background.color-2-link-color a:active,.color-neutral-background.color-2-link-color a.highlighted{color:black}.color-neutral-background.color-3-link-color a{color:#ccc}.color-neutral-background.color-3-link-color a:hover,.color-neutral-background.color-3-link-color a:focus,.color-neutral-background.color-3-link-color a:active,.color-neutral-background.color-3-link-color a.highlighted{color:#999}.color-neutral-background.color-4-link-color a{color:white}.color-neutral-background.color-4-link-color a:hover,.color-neutral-background.color-4-link-color a:focus,.color-neutral-background.color-4-link-color a:active,.color-neutral-background.color-4-link-color a.highlighted{color:#ccc}.color-neutral-background.color-5-link-color a{color:#707070}.color-neutral-background.color-5-link-color a:hover,.color-neutral-background.color-5-link-color a:focus,.color-neutral-background.color-5-link-color a:active,.color-neutral-background.color-5-link-color a.highlighted{color:#3d3d3d}.color-neutral-background.color-neutral-link-color a{color:white}.color-neutral-background.color-neutral-link-color a:hover,.color-neutral-background.color-neutral-link-color a:focus,.color-neutral-background.color-neutral-link-color a:active,.color-neutral-background.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-color.color-1-link-color a{color:#f77a1e}.color1-background-color.color-1-link-color a:hover,.color1-background-color.color-1-link-color a:focus,.color1-background-color.color-1-link-color a:active,.color1-background-color.color-1-link-color a.highlighted{color:#a94b06}.color1-background-color.color-2-link-color a{color:#333}.color1-background-color.color-2-link-color a:hover,.color1-background-color.color-2-link-color a:focus,.color1-background-color.color-2-link-color a:active,.color1-background-color.color-2-link-color a.highlighted{color:black}.color1-background-color.color-3-link-color a{color:#ccc}.color1-background-color.color-3-link-color a:hover,.color1-background-color.color-3-link-color a:focus,.color1-background-color.color-3-link-color a:active,.color1-background-color.color-3-link-color a.highlighted{color:white}.color1-background-color.color-4-link-color a{color:white}.color1-background-color.color-4-link-color a:hover,.color1-background-color.color-4-link-color a:focus,.color1-background-color.color-4-link-color a:active,.color1-background-color.color-4-link-color a.highlighted{color:#ccc}.color1-background-color.color-5-link-color a{color:#707070}.color1-background-color.color-5-link-color a:hover,.color1-background-color.color-5-link-color a:focus,.color1-background-color.color-5-link-color a:active,.color1-background-color.color-5-link-color a.highlighted{color:#3d3d3d}.color1-background-color.color-neutral-link-color a{color:white}.color1-background-color.color-neutral-link-color a:hover,.color1-background-color.color-neutral-link-color a:focus,.color1-background-color.color-neutral-link-color a:active,.color1-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#f77a1e ! important}.color2-background-color.color-1-link-color a{color:#f77a1e}.color2-background-color.color-1-link-color a:hover,.color2-background-color.color-1-link-color a:focus,.color2-background-color.color-1-link-color a:active,.color2-background-color.color-1-link-color a.highlighted{color:#fbb480}.color2-background-color.color-2-link-color a{color:#333}.color2-background-color.color-2-link-color a:hover,.color2-background-color.color-2-link-color a:focus,.color2-background-color.color-2-link-color a:active,.color2-background-color.color-2-link-color a.highlighted{color:black}.color2-background-color.color-3-link-color a{color:#ccc}.color2-background-color.color-3-link-color a:hover,.color2-background-color.color-3-link-color a:focus,.color2-background-color.color-3-link-color a:active,.color2-background-color.color-3-link-color a.highlighted{color:white}.color2-background-color.color-4-link-color a{color:white}.color2-background-color.color-4-link-color a:hover,.color2-background-color.color-4-link-color a:focus,.color2-background-color.color-4-link-color a:active,.color2-background-color.color-4-link-color a.highlighted{color:#ccc}.color2-background-color.color-5-link-color a{color:#707070}.color2-background-color.color-5-link-color a:hover,.color2-background-color.color-5-link-color a:focus,.color2-background-color.color-5-link-color a:active,.color2-background-color.color-5-link-color a.highlighted{color:#a3a3a3}.color2-background-color.color-neutral-link-color a{color:white}.color2-background-color.color-neutral-link-color a:hover,.color2-background-color.color-neutral-link-color a:focus,.color2-background-color.color-neutral-link-color a:active,.color2-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#333 ! important}.color3-background-color.color-1-link-color a{color:#f77a1e}.color3-background-color.color-1-link-color a:hover,.color3-background-color.color-1-link-color a:focus,.color3-background-color.color-1-link-color a:active,.color3-background-color.color-1-link-color a.highlighted{color:#a94b06}.color3-background-color.color-2-link-color a{color:#333}.color3-background-color.color-2-link-color a:hover,.color3-background-color.color-2-link-color a:focus,.color3-background-color.color-2-link-color a:active,.color3-background-color.color-2-link-color a.highlighted{color:black}.color3-background-color.color-3-link-color a{color:#ccc}.color3-background-color.color-3-link-color a:hover,.color3-background-color.color-3-link-color a:focus,.color3-background-color.color-3-link-color a:active,.color3-background-color.color-3-link-color a.highlighted{color:#999}.color3-background-color.color-4-link-color a{color:white}.color3-background-color.color-4-link-color a:hover,.color3-background-color.color-4-link-color a:focus,.color3-background-color.color-4-link-color a:active,.color3-background-color.color-4-link-color a.highlighted{color:#ccc}.color3-background-color.color-5-link-color a{color:#707070}.color3-background-color.color-5-link-color a:hover,.color3-background-color.color-5-link-color a:focus,.color3-background-color.color-5-link-color a:active,.color3-background-color.color-5-link-color a.highlighted{color:#3d3d3d}.color3-background-color.color-neutral-link-color a{color:white}.color3-background-color.color-neutral-link-color a:hover,.color3-background-color.color-neutral-link-color a:focus,.color3-background-color.color-neutral-link-color a:active,.color3-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#ccc ! important}.color4-background-color.color-1-link-color a{color:#f77a1e}.color4-background-color.color-1-link-color a:hover,.color4-background-color.color-1-link-color a:focus,.color4-background-color.color-1-link-color a:active,.color4-background-color.color-1-link-color a.highlighted{color:#a94b06}.color4-background-color.color-2-link-color a{color:#333}.color4-background-color.color-2-link-color a:hover,.color4-background-color.color-2-link-color a:focus,.color4-background-color.color-2-link-color a:active,.color4-background-color.color-2-link-color a.highlighted{color:black}.color4-background-color.color-3-link-color a{color:#ccc}.color4-background-color.color-3-link-color a:hover,.color4-background-color.color-3-link-color a:focus,.color4-background-color.color-3-link-color a:active,.color4-background-color.color-3-link-color a.highlighted{color:#999}.color4-background-color.color-4-link-color a{color:white}.color4-background-color.color-4-link-color a:hover,.color4-background-color.color-4-link-color a:focus,.color4-background-color.color-4-link-color a:active,.color4-background-color.color-4-link-color a.highlighted{color:#ccc}.color4-background-color.color-5-link-color a{color:#707070}.color4-background-color.color-5-link-color a:hover,.color4-background-color.color-5-link-color a:focus,.color4-background-color.color-5-link-color a:active,.color4-background-color.color-5-link-color a.highlighted{color:#3d3d3d}.color4-background-color.color-neutral-link-color a{color:white}.color4-background-color.color-neutral-link-color a:hover,.color4-background-color.color-neutral-link-color a:focus,.color4-background-color.color-neutral-link-color a:active,.color4-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:white ! important}.color5-background-color.color-1-link-color a{color:#f77a1e}.color5-background-color.color-1-link-color a:hover,.color5-background-color.color-1-link-color a:focus,.color5-background-color.color-1-link-color a:active,.color5-background-color.color-1-link-color a.highlighted{color:#fbb480}.color5-background-color.color-2-link-color a{color:#333}.color5-background-color.color-2-link-color a:hover,.color5-background-color.color-2-link-color a:focus,.color5-background-color.color-2-link-color a:active,.color5-background-color.color-2-link-color a.highlighted{color:black}.color5-background-color.color-3-link-color a{color:#ccc}.color5-background-color.color-3-link-color a:hover,.color5-background-color.color-3-link-color a:focus,.color5-background-color.color-3-link-color a:active,.color5-background-color.color-3-link-color a.highlighted{color:white}.color5-background-color.color-4-link-color a{color:white}.color5-background-color.color-4-link-color a:hover,.color5-background-color.color-4-link-color a:focus,.color5-background-color.color-4-link-color a:active,.color5-background-color.color-4-link-color a.highlighted{color:#ccc}.color5-background-color.color-5-link-color a{color:#707070}.color5-background-color.color-5-link-color a:hover,.color5-background-color.color-5-link-color a:focus,.color5-background-color.color-5-link-color a:active,.color5-background-color.color-5-link-color a.highlighted{color:#3d3d3d}.color5-background-color.color-neutral-link-color a{color:white}.color5-background-color.color-neutral-link-color a:hover,.color5-background-color.color-neutral-link-color a:focus,.color5-background-color.color-neutral-link-color a:active,.color5-background-color.color-neutral-link-color a.highlighted{color:#ccc}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#707070 ! important}.color-neutral-background-color.color-1-link-color a{color:#f77a1e}.color-neutral-background-color.color-1-link-color a:hover,.color-neutral-background-color.color-1-link-color a:focus,.color-neutral-background-color.color-1-link-color a:active,.color-neutral-background-color.color-1-link-color a.highlighted{color:#a94b06}.color-neutral-background-color.color-2-link-color a{color:#333}.color-neutral-background-color.color-2-link-color a:hover,.color-neutral-background-color.color-2-link-color a:focus,.color-neutral-background-color.color-2-link-color a:active,.color-neutral-background-color.color-2-link-color a.highlighted{color:black}.color-neutral-background-color.color-3-link-color a{color:#ccc}.color-neutral-background-color.color-3-link-color a:hover,.color-neutral-background-color.color-3-link-color a:focus,.color-neutral-background-color.color-3-link-color a:active,.color-neutral-background-color.color-3-link-color a.highlighted{color:#999}.color-neutral-background-color.color-4-link-color a{color:white}.color-neutral-background-color.color-4-link-color a:hover,.color-neutral-background-color.color-4-link-color a:focus,.color-neutral-background-color.color-4-link-color a:active,.color-neutral-background-color.color-4-link-color a.highlighted{color:#ccc}.color-neutral-background-color.color-5-link-color a{color:#707070}.color-neutral-background-color.color-5-link-color a:hover,.color-neutral-background-color.color-5-link-color a:focus,.color-neutral-background-color.color-5-link-color a:active,.color-neutral-background-color.color-5-link-color a.highlighted{color:#3d3d3d}.color-neutral-background-color.color-neutral-link-color a{color:white}.color-neutral-background-color.color-neutral-link-color a:hover,.color-neutral-background-color.color-neutral-link-color a:focus,.color-neutral-background-color.color-neutral-link-color a:active,.color-neutral-background-color.color-neutral-link-color a.highlighted{color:#ccc}.btn-color-1,.palette-primary .button-primary,.palette-primary .woocommerce .button,.btn-color-1-flat{background-color:#f77a1e;border-color:#f77a1e;color:var(--color-1-text-contrast) !important}.btn-color-1:visited,.palette-primary .button-primary:visited,.palette-primary .woocommerce .button:visited,.btn-color-1-flat:visited{color:var(--color-1-text-contrast)}.btn-color-1:hover,.palette-primary .button-primary:hover,.palette-primary .woocommerce .button:hover,.btn-color-1:focus,.palette-primary .button-primary:focus,.palette-primary .woocommerce .button:focus,.btn-color-1-flat:hover,.btn-color-1-flat:focus{background-color:#f9974f;border-color:#f9974f;color:var(--color-1-text-contrast) !important}.btn-color-1:active,.palette-primary .button-primary:active,.palette-primary .woocommerce .button:active,.btn-color-1.active,.palette-primary .active.button-primary,.palette-primary .woocommerce .active.button,.btn-color-1.is-active,.palette-primary .is-active.button-primary,.palette-primary .woocommerce .is-active.button,.btn-color-1-flat:active,.btn-color-1-flat.active,.btn-color-1-flat.is-active{background-color:#eb7c2a;border-color:#eb7c2a;color:#da6108 !important}.btn-color-2,.palette-primary .button-secondary,.palette-primary .woocommerce .alt.button,.btn-color-2-flat{background-color:#333;border-color:#333;color:var(--color-2-text-contrast) !important}.btn-color-2:visited,.palette-primary .button-secondary:visited,.palette-primary .woocommerce .alt.button:visited,.btn-color-2-flat:visited{color:var(--color-2-text-contrast)}.btn-color-2:hover,.palette-primary .button-secondary:hover,.palette-primary .woocommerce .alt.button:hover,.btn-color-2:focus,.palette-primary .button-secondary:focus,.palette-primary .woocommerce .alt.button:focus,.btn-color-2-flat:hover,.btn-color-2-flat:focus{background-color:#4d4d4d;border-color:#4d4d4d;color:var(--color-2-text-contrast) !important}.btn-color-2:active,.palette-primary .button-secondary:active,.palette-primary .woocommerce .alt.button:active,.btn-color-2.active,.palette-primary .active.button-secondary,.palette-primary .woocommerce .active.alt.button,.btn-color-2.is-active,.palette-primary .is-active.button-secondary,.palette-primary .woocommerce .is-active.alt.button,.btn-color-2-flat:active,.btn-color-2-flat.active,.btn-color-2-flat.is-active{background-color:#333;border-color:#333;color:#1a1a1a !important}.btn-color-3,.btn-color-3-flat{background-color:#ccc;border-color:#ccc;color:var(--color-3-text-contrast) !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:var(--color-3-text-contrast)}.btn-color-3:hover,.btn-color-3:focus,.btn-color-3-flat:hover,.btn-color-3-flat:focus{background-color:#e6e6e6;border-color:#e6e6e6;color:var(--color-3-text-contrast) !important}.btn-color-3:active,.btn-color-3.active,.btn-color-3.is-active,.btn-color-3-flat:active,.btn-color-3-flat.active,.btn-color-3-flat.is-active{background-color:#ccc;border-color:#ccc;color:#b3b3b3 !important}.btn-color-4,.btn-color-4-flat{background-color:white;border-color:white;color:var(--color-4-text-contrast) !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:var(--color-4-text-contrast)}.btn-color-4:hover,.btn-color-4:focus,.btn-color-4-flat:hover,.btn-color-4-flat:focus{background-color:white;border-color:white;color:var(--color-4-text-contrast) !important}.btn-color-4:active,.btn-color-4.active,.btn-color-4.is-active,.btn-color-4-flat:active,.btn-color-4-flat.active,.btn-color-4-flat.is-active{background-color:white;border-color:white;color:#e6e6e6 !important}.btn-color-5,.btn-color-5-flat{background-color:#707070;border-color:#707070;color:var(--color-5-text-contrast) !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:var(--color-5-text-contrast)}.btn-color-5:hover,.btn-color-5:focus,.btn-color-5-flat:hover,.btn-color-5-flat:focus{background-color:#8a8a8a;border-color:#8a8a8a;color:var(--color-5-text-contrast) !important}.btn-color-5:active,.btn-color-5.active,.btn-color-5.is-active,.btn-color-5-flat:active,.btn-color-5-flat.active,.btn-color-5-flat.is-active{background-color:#707070;border-color:#707070;color:#575757 !important}.btn-neutral-color,.btn-neutral-color-flat{background-color:white;border-color:white;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:visited,.btn-neutral-color-flat:visited{color:var(--color-neutral-text-contrast)}.btn-neutral-color:hover,.btn-neutral-color:focus,.btn-neutral-color-flat:hover,.btn-neutral-color-flat:focus{background-color:white;border-color:white;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:active,.btn-neutral-color.active,.btn-neutral-color.is-active,.btn-neutral-color-flat:active,.btn-neutral-color-flat.active,.btn-neutral-color-flat.is-active{background-color:white;border-color:white;color:#e6e6e6 !important}.palette-primary .color1-background-alpha{background-color:rgba(247, 122, 30, 0.7)}.palette-primary .color2-background-alpha{background-color:rgba(51, 51, 51, 0.7)}.palette-primary .color3-background-alpha{background-color:rgba(204, 204, 204, 0.7)}.palette-primary .color4-background-alpha{background-color:rgba(255, 255, 255, 0.7)}.palette-primary .color5-background-alpha{background-color:rgba(112, 112, 112, 0.7)}.palette-primary .boldgrid-shortcode .bgc-single-article{background-color:#ccc;color:#333333}.palette-primary .bgc-single-image .date{background-color:rgba(247, 122, 30, 0.7);color:#ffffff}.palette-primary .bgc-single-image .image-opacity{background-color:rgba(51, 51, 51, 0.3)}\",\"boldgrid_palette_class\":\"palette-primary\",\"bgtfw_version\":\"2.5.2\",\"force_scss_recompile\":{\"active\":false,\"staging\":true},\"custom_css_post_id\":229,\"bgtfw_header_border\":{\"css\":\".site-header header{border: 0;border-color:var(--color-3);;}\",\"media\":\"{\\\"base\\\":{\\\"unit\\\":\\\"px\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"top\\\":0,\\\"right\\\":0,\\\"bottom\\\":5,\\\"left\\\":0},\\\"css\\\":\\\".site-header header{border: 0;border-color:var(--color-3);;}\\\",\\\"type\\\":\\\"\\\",\\\"color\\\":\\\"color-3:rgb(204, 204, 204)\\\"}}\",\"ID\":0,\"filter\":\"raw\"},\"bgtfw_site_title_typography\":{\"font-family\":\"Six Caps\",\"font-size\":\"70px\",\"text-transform\":\"uppercase\",\"line-height\":\"1.1\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"hide_boldgrid_attribution\":false,\"bgtfw_header_layout\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"nw\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}],\"uid\":\"h48\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"se\",\"uid\":\"h2675\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"e\",\"uid\":\"h2683\"}]}],\"bgtfw_footer_layout\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_display_attribution_links\",\"key\":\"attribution\",\"align\":\"c\",\"uid\":\"f43\"}]}],\"sidebar_meta\":{\"header-1\":{\"background_color\":\"color-neutral:rgb(255,255,255)\",\"headings_color\":\"color-2:rgb(51,51,51)\",\"links_color\":\"color-1:rgb(247,122,30)\"},\"header-2\":{\"background_color\":\"color-neutral:rgb(255,255,255)\",\"headings_color\":\"color-2:rgb(51,51,51)\",\"links_color\":\"color-1:rgb(247,122,30)\"},\"header-3\":{\"background_color\":\"color-neutral:rgb(255,255,255)\",\"headings_color\":\"color-2:rgb(51,51,51)\",\"links_color\":\"color-1:rgb(247,122,30)\"},\"header-4\":{\"background_color\":\"color-neutral:rgb(255,255,255)\",\"headings_color\":\"color-2:rgb(51,51,51)\",\"links_color\":\"color-1:rgb(247,122,30)\"},\"footer-1\":{\"background_color\":\"color-2:rgb(51,51,51)\",\"headings_color\":\"color-1:rgb(247,122,30)\",\"links_color\":\"color-4:rgb(255,255,255)\"},\"footer-2\":{\"background_color\":\"color-2:rgb(51,51,51)\",\"headings_color\":\"color-1:rgb(247,122,30)\",\"links_color\":\"color-4:rgb(255,255,255)\"},\"footer-3\":{\"background_color\":\"color-2:rgb(51,51,51)\",\"headings_color\":\"color-1:rgb(247,122,30)\",\"links_color\":\"color-4:rgb(255,255,255)\"},\"footer-4\":{\"background_color\":\"color-2:rgb(51,51,51)\",\"headings_color\":\"color-1:rgb(247,122,30)\",\"links_color\":\"color-4:rgb(255,255,255)\"},\"primary-sidebar\":{\"background_color\":\"color-neutral:rgb(255,255,255)\",\"headings_color\":\"color-2:rgb(51,51,51)\",\"links_color\":\"color-1:rgb(247,122,30)\"}},\"boldgrid_background_color\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_background_overlay_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_header_border_color\":\"color-3:rgb(204,204,204)\",\"bgtfw_footer_border_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_posts_tags_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_posts_cats_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_posts_navigation_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_headings_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_tagline_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_header_color\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_site_title_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_global_title_background_color\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_global_title_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_body_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_header_overlay_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_footer_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_footer_links\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_menu_hamburger_main_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_border_color_main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_color_main\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_background_main\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_menu_items_link_color_main\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_active_link_color_main\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_border_color_main\":\"color-3:rgb(204,204,204)\",\"bgtfw_blog_border_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_header_background_color\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_blog_post_background_color\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_blog_post_header_title_color\":\"color-2:rgb(51,51,51)\",\"bgtfw_blog_post_header_date_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_post_header_byline_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_post_tags_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_post_cats_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_post_comments_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_blog_post_readmore_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_link_color_social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_color_social\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_social\":\"color-1:rgb(247,122,30)\",\"bgtfw_posts_date_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_posts_byline_link_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_secondary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_tertiary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_quaternary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_social_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_sticky-main_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_sticky-secondary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_sticky-tertiary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_sticky-quaternary_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_hamburger_sticky-social_color\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_border_color_secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_sticky-main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_sticky-secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_sticky-tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_sticky-quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_border_color_sticky-social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_sticky-main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_sticky-secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_sticky-tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_sticky-quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_border_color_sticky-social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_color_secondary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_tertiary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_quaternary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_sticky-main\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_sticky-secondary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_sticky-tertiary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_sticky-quaternary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_color_sticky-social\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_hover_background_secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_social\":\"color-neutral:rgb(255,255,255)\",\"bgtfw_menu_items_hover_background_sticky-main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_sticky-secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_sticky-tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_sticky-quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_hover_background_sticky-social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_link_color_secondary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_tertiary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_quaternary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_sticky-main\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_sticky-secondary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_sticky-tertiary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_sticky-quaternary\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_link_color_sticky-social\":\"color-2:rgb(51,51,51)\",\"bgtfw_menu_items_active_link_color_secondary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_tertiary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_quaternary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_sticky-main\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_sticky-secondary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_sticky-tertiary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_sticky-quaternary\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_color_sticky-social\":\"color-1:rgb(247,122,30)\",\"bgtfw_menu_items_active_link_border_color_secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_sticky-main\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_sticky-secondary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_sticky-tertiary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_sticky-quaternary\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_items_active_link_border_color_sticky-social\":\"color-3:rgb(204,204,204)\",\"bgtfw_menu_typography_main\":{\"font-family\":\"Oswald\",\"font-size\":\"14px\",\"line-height\":\"1.5\",\"text-transform\":\"uppercase\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_menu_items_hover_effect_social\":\"hvr-rectangle-out\",\"bgtfw_pages_container\":\"\",\"bgtfw_global_title_size\":\"h3\",\"bgtfw_global_title_alignment\":\"center\",\"bgtfw_headings_typography\":{\"font-family\":\"Six Caps\",\"line-height\":\"1.1\",\"text-transform\":\"none\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_headings_font_size\":\"30\",\"bgtfw_body_typography\":{\"font-family\":\"Open Sans\",\"font-size\":\"14px\",\"line-height\":\"1.4\",\"text-transform\":\"none\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_header_layout_col_width\":{\"css\":\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;}}}@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:6col;width:6col;width:12col;}}@media only screen and ( min-width: 1200px ){.site-header header row{width:6col;width:6col;width:12col;}}\",\"media\":\"{\\\"large\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h48\\\":6,\\\"h2675\\\":6,\\\"h2683\\\":12},\\\"css\\\":\\\"@media only screen and ( min-width: 1200px ){.site-header header row{width:6col;width:6col;width:12col;}}\\\"},\\\"desktop\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h48\\\":6,\\\"h2675\\\":6,\\\"h2683\\\":12},\\\"css\\\":\\\"@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:6col;width:6col;width:12col;}}\\\"},\\\"phone\\\":{\\\"unit\\\":\\\"col\\\",\\\"values\\\":{\\\"h48\\\":12,\\\"h2688\\\":12,\\\"h2683\\\":12},\\\"css\\\":\\\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;}}}\\\",\\\"slidersLinked\\\":false},\\\"tablet\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h48\\\":12,\\\"h2675\\\":12,\\\"h2683\\\":12},\\\"css\\\":\\\"@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}\\\"}}\",\"ID\":0,\"filter\":\"raw\"},\"bgtfw_menu_items_hover_effect_main\":\"hvr-rectangle-out\",\"bgtfw_pages_blog_blog_page_layout_content\":\"content\",\"bgtfw_blog_post_header_title_display\":\"inherit\",\"bgtfw_blog_post_header_title_position\":\"center\",\"bgtfw_blog_post_header_meta_position\":\"center\",\"bgtfw_blog_post_header_title_size\":\"h1\"}\";s:14:\"checklist_html\";N;s:6:\"layout\";N;s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";s:2:\"64\";s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:1;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"67\";s:16:\"page_revision_id\";s:3:\"326\";s:10:\"page_title\";s:12:\"Blogging 101\";s:9:\"page_slug\";s:12:\"blogging-101\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:2;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"68\";s:16:\"page_revision_id\";s:3:\"331\";s:10:\"page_title\";s:16:\"Basic Taxonomies\";s:9:\"page_slug\";s:16:\"basic-taxonomies\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:3;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"69\";s:16:\"page_revision_id\";s:4:\"1683\";s:10:\"page_title\";s:23:\"Tips For Better Writing\";s:9:\"page_slug\";s:23:\"tips-for-better-writing\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"0\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:4;O:8:\"stdClass\":17:{s:2:\"id\";s:1:\"9\";s:16:\"page_revision_id\";s:4:\"2719\";s:10:\"page_title\";s:8:\"About Us\";s:9:\"page_slug\";s:10:\"about-us-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:4854:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1>Four Pillars of Fitness</h1>\r\n<h4>A Well-rounded Program for Well-rounded Results</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developing these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-134\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\" height=\"600\" width=\"600\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/94330ed1-ec1980c3-martinan110300005-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-135\"></p>\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/06fa7ba9-f8aa64c-omegas110600041-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-136\"></p>\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/fd26b145-ee6d0105-petro130600008-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-137\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-138\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" data-imhwpb-asset-id=\"780386\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-139\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" data-imhwpb-asset-id=\"780387\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-140\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" data-imhwpb-asset-id=\"780388\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\n\n\";s:10:\"theme_mods\";s:0:\"\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:5;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"10\";s:16:\"page_revision_id\";s:4:\"2699\";s:10:\"page_title\";s:10:\"Contact Us\";s:9:\"page_slug\";s:10:\"contact-us\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:908:\"\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-141\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n\n\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>877-356-1056</p>\n\n\n\n\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[weforms id=\"73\"]\n\n</div>\n</div>\n</div>\n</div>\n\n\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:2:\"99\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}}s:10:\"additional\";a:0:{}}}','yes'),(2360,'jetpack_private_options','a:1:{s:10:\"blog_token\";s:65:\"fkCUk2A%1PMdeuVvAc)L3e9)Hln3B^FC.3g^OQaz30C2fmFf7GMQg&kt#T@W1(2KJ\";}','yes'),(162,'do_activate','0','yes'),(163,'jetpack_activated','2','yes'),(164,'jetpack_options','a:6:{s:7:\"version\";s:14:\"8.5:1621818836\";s:11:\"old_version\";s:14:\"8.5:1621818836\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:193813034;s:6:\"public\";i:1;}','yes'),(169,'boldgrid_pointers','a:4:{i:0;a:6:{s:2:\"id\";s:37:\"boldgrid_image_search_internal_only_8\";s:6:\"screen\";s:4:\"page\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:1;a:6:{s:2:\"id\";s:49:\"boldgrid_media_library_image_search_internal_only\";s:6:\"screen\";s:6:\"upload\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:3:{s:4:\"edge\";s:3:\"top\";s:5:\"align\";s:6:\"middle\";s:17:\"open_on_page_load\";b:0;}}i:2;a:6:{s:2:\"id\";s:38:\"boldgrid_image_size_do_you_need_help_8\";s:6:\"screen\";s:12:\"media-upload\";s:6:\"target\";s:11:\"#image_size\";s:5:\"title\";s:10:\"Image size\";s:7:\"content\";s:33:\"Need help choosing an image size?\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:3;a:6:{s:2:\"id\";s:29:\"boldgrid_customization_widget\";s:6:\"screen\";s:9:\"dashboard\";s:6:\"target\";s:21:\"#customization_widget\";s:5:\"title\";s:35:\"Begin customizing your new website!\";s:7:\"content\";s:130:\"Congratulations, you&#039;ve just installed your new website! Below you&#039;ll find tips to help you begin customizing your site.\";s:8:\"position\";a:2:{s:4:\"edge\";s:6:\"bottom\";s:5:\"align\";s:6:\"middle\";}}}','yes'),(14556,'_transient_is_multi_author','0','yes'),(14568,'_transient_timeout_bginsp_total_coin_cost','1623619291','no'),(189,'can_compress_scripts','1','no'),(12694,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1623488551','no'),(12695,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1623445351','no'),(14569,'_transient_bginsp_total_coin_cost','2','no'),(14536,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1623532890;s:8:\"response\";a:7:{s:22:\"font-awesome/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/font-awesome\";s:4:\"slug\";s:12:\"font-awesome\";s:6:\"plugin\";s:22:\"font-awesome/index.php\";s:11:\"new_version\";s:10:\"4.0.0-rc23\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/font-awesome/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/font-awesome.4.0.0-rc23.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-256x256.png?rev=1991998\";s:2:\"1x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-128x128.png?rev=1991998\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/font-awesome/assets/banner-1544x500.png?rev=1991998\";s:2:\"1x\";s:67:\"https://ps.w.org/font-awesome/assets/banner-772x250.png?rev=1991993\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":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:5:\"9.8.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.9.8.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2394525\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}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:7:\"1.14.12\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.12.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:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:5:\"1.6.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.6.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:6:\"plugin\";s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:150:\"https://wp-assets.boldgrid.com/api/asset/get?key=c52b9c4a5fe836d55efb7a4f317a7f6c&id=1201345&installed_plugin_version=2.6.2&installed_wp_version=5.7.2\";}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:29:\"post-and-page-builder-premium\";s:6:\"plugin\";s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:112:\"https://api.boldgrid.com/api/open/get-asset?id=1154659&installed_plugin_version=1.0.4&installed_wp_version=5.7.2\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:23:\"boldgrid-backup-premium\";s:6:\"plugin\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:112:\"https://api.boldgrid.com/api/open/get-asset?id=1192077&installed_plugin_version=1.3.3&installed_wp_version=5.7.2\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/boldgrid-easy-seo\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:6:\"plugin\";s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/boldgrid-easy-seo/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-256x256.png?rev=1773296\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-128x128.png?rev=1773296\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-1544x500.png?rev=1773381\";s:2:\"1x\";s:72:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-772x250.png?rev=1773381\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"post-and-page-builder/post-and-page-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/post-and-page-builder\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:6:\"plugin\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:11:\"new_version\";s:6:\"1.14.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/post-and-page-builder/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.14.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477\";s:2:\"1x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-128x128.png?rev=1768477\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/post-and-page-builder/assets/banner-1544x500.png?rev=1768477\";s:2:\"1x\";s:76:\"https://ps.w.org/post-and-page-builder/assets/banner-772x250.png?rev=1768477\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"crio-premium/crio-premium.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:12:\"crio-premium\";s:6:\"plugin\";s:29:\"crio-premium/crio-premium.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:28:\"http://www.boldgrid.com/crio\";s:7:\"package\";s:112:\"https://api.boldgrid.com/api/open/get-asset?id=1188847&installed_plugin_version=1.2.0&installed_wp_version=5.7.2\";}}s:6:\"tested\";s:3:\"5.7\";}','no'),(14246,'_site_transient_timeout_boldgrid_plugins','1623548693','no'),(14247,'_site_transient_boldgrid_plugins','O:8:\"stdClass\":2:{s:21:\"boldgrid-inspirations\";O:8:\"stdClass\":24:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.6.3\";s:8:\"asset_id\";i:1201345;s:12:\"release_date\";s:19:\"2021-06-10 18:01:27\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";a:4:{s:11:\"description\";s:377:\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.</p>\n<p>The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.</p>\n<p>The second phase is Customization; tools to transform your website into your vision.</p>\n\";s:12:\"installation\";s:283:\"<ol>\n<li><p>Upload the entire boldgrid-inspirations folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n<li><p>You will find the Inspirations menu in your WordPress Dashboard / admin panel.</p></li>\n</ol>\n\";s:9:\"changelog\";s:42046:\"<h4>2.6.3</h4>\n<p>Release date: June 10th, 2021</p>\n<ul>\n<li>Update: Updated the way blogs are installed via Inspirations.</li>\n<li>Update: Updated the My Inspirations page with links to theme support.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.6.2</h4>\n<p>Release date: April 14th, 2021</p>\n<ul>\n<li>Update: Add support for footer-menu locations</li>\n</ul>\n<h4>2.6.1</h4>\n<p>Release date: February 16th, 2021</p>\n<ul>\n<li>Update: Disable custom menu by default.</li>\n<li>Bug fix: Add \"My Inspirations\" link in case js does not redirect.</li>\n</ul>\n<h4>2.6.0</h4>\n<p>Release date: January 25th, 2021</p>\n<ul>\n<li>New feature: Theme deployments can now include theme specific plugins.</li>\n</ul>\n<h4>2.5.2</h4>\n<p>Release date: December 8th, 2020</p>\n<ul>\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.</li>\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.</li>\n</ul>\n<h4>2.5.1</h4>\n<p>Release date: October 23rd, 2020</p>\n<ul>\n<li>Bug fix: Fixed \"Only variables should be passed by reference\" in class-boldgrid-inspirations-purchase-for-publish.php.</li>\n</ul>\n<h4>2.5.0</h4>\n<p>Release date: October 17th, 2020</p>\n<ul>\n<li>New feature: Invoicing and Caching options added as Inspirations features.</li>\n</ul>\n<h4>2.4.4</h4>\n<p>Release date: September 22nd, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.3</h4>\n<p>Release date: August 11th, 2020</p>\n<ul>\n<li>Bug fix: WordPress 5.5 compatibility changes.</li>\n<li>Update: Optimized usage of set<em>staging</em>installed.</li>\n<li>Update: Optimized \"get total coin cost\".</li>\n<li>Update: Updated links in login footer</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.2</h4>\n<p>Release date: June 15th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.1</h4>\n<p>Release date: May 29th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.0</h4>\n<p>Release date: May 18th, 2020</p>\n<ul>\n<li>Update: Changes needed for Crio.</li>\n<li>Bug fix: Attribution page will not show excpert.</li>\n<li>Bug fix: Fixed display / position of BoldGrid Connect image search results.</li>\n</ul>\n<h4>2.3.1</h4>\n<p>Release date: March 12th, 2020</p>\n<ul>\n<li>Bug fix: Unable to click button on email confirmation page.</li>\n<li>Update: Removed \"Add new from GridBlocks\" feature.</li>\n</ul>\n<h4>2.3.0</h4>\n<p>Release date: December 17th, 2019</p>\n<ul>\n<li>Bug fix: Added noindex to the attribution page.</li>\n<li>Update: Changed the form plugin from WPForms to weForms.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.2.2</h4>\n<p>Release date: November 22st, 2019</p>\n<ul>\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.</li>\n<li>Update: Updated dependency boldgrid/library to 2.10.6.</li>\n</ul>\n<h4>2.2.1</h4>\n<p>Release date: October 15th, 2019</p>\n<ul>\n<li>Update: Updated dependency boldgrid/library to 2.10.4.</li>\n</ul>\n<h4>2.2.0</h4>\n<p>Release date: September 17th, 2019</p>\n<ul>\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.</li>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.1</h4>\n<p>Release date: September 5th, 2019</p>\n<ul>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.0</h4>\n<p>Release date: August 29th, 2019</p>\n<ul>\n<li>Update: Removed the \"Welcome to BoldGrid\" dashboard widget.</li>\n<li>Update: Add notice to dashboard widget.</li>\n<li>Update: Remove news widget from dashboard.</li>\n</ul>\n<h4>2.0.7</h4>\n<p>Release date: August 16, 2019</p>\n<ul>\n<li>Bug fix: Fixing compact warnings</li>\n</ul>\n<h4>2.0.6</h4>\n<p>Release date: August 1st, 2019</p>\n<ul>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.5</h4>\n<p>Release date: July 25th, 2019</p>\n<ul>\n<li>Update: Added a switch for toggling branding of the login page.</li>\n<li>Update: Cleaned up logic on purchase coins page.</li>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.4</h4>\n<p>Release date: July 2nd, 2019</p>\n<ul>\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.0.3</h4>\n<p>Release date: May 21st, 2019</p>\n<ul>\n<li>Bug fix: Fixing \"Call to undefined method getAttribute\" error.</li>\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle / login</em>headertext.</li>\n</ul>\n<h4>2.0.2</h4>\n<p>Release date: Apr 23nd, 2019</p>\n<ul>\n<li>Bug fix: Fixing usage of php\'s empty function for php < 5.5</li>\n</ul>\n<h4>2.0.1</h4>\n<p>Release date: Apr 19th, 2019</p>\n<ul>\n<li>Bug fix: Fixing class property declaration for php < 5.6</li>\n</ul>\n<h4>2.0.0</h4>\n<p>Release date: Apr 16th, 2019</p>\n<ul>\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.</li>\n<li>Update: Inspirations process with full screen mode and design updates.</li>\n<li>New feature: Inspirations dashboard.</li>\n<li>New feature: German translations added - de_DE.</li>\n</ul>\n<h4>1.6.5</h4>\n<p>Release date: Jan 29th, 2019</p>\n<ul>\n<li>Bug fix: Pages fail to install on Pages > Add New.</li>\n</ul>\n<h4>1.6.4</h4>\n<p>Release date: Dec 5th, 2018</p>\n<ul>\n<li>Bug fix: Unable to save \"boldgrid<em>menu</em>option\" on settings page.</li>\n<li>Bug fix: Fixed updating plugin via ajax.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release date: Dec 4th, 2018</p>\n<ul>\n<li>Bug fix: Coin Budget help was not toggling when clicked.</li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release date: Nov 26th, 2018</p>\n<ul>\n<li>Bug fix: JIRA BGINSP-33 Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release date: Nov 20th, 2018</p>\n<ul>\n<li>Update: JIRA BGCONN-20 Removed update settings; have been moved to the BoldGrid Library packages.</li>\n<li>Bug fix: JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.</li>\n<li>Bug fix: BoldGrid Connect Search / WP 5.0 fix.</li>\n<li>Bug fix: Attribution page not being rebuilt / WP 5.0 fix.</li>\n<li>Bug fix: BoldGrid Connect Search in the Customizer / WP 5.0 fix.</li>\n<li>Bug fix: Recommended image sizes not working as expected.</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Update: Updated BoldGrid library to version 2.4.2.</li>\n<li>New feature: JIRA BGINSP-24 Log data when there may be a connection or Ajax error.</li>\n</ul>\n<h4>1.5.8</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-16 Warnings and notices within inspiration w/ Crio theme</li>\n<li>Bug fix: JIRA BGINSP-23 Fixed issue: Connect Search may load with connection notice.</li>\n</ul>\n<h4>1.5.7</h4>\n<ul>\n<li>Update: Updated to library version 2.3.5.</li>\n</ul>\n<h4>1.5.6</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-14 Fatal in PHP >=7.1.0 when creating internal preview builds.</li>\n<li>Bug fix: JIRA WPB-3767 Prevent invalid API calls for check-version.</li>\n<li>Update: JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.</li>\n<li>Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.</li>\n<li>Update: JIRA BGINSP-3 Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.</li>\n<li>Update: JIRA WPB-3684 Updated composer.json, due to package changes.</li>\n<li>New feature: JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.</li>\n</ul>\n<h4>1.5.5</h4>\n<ul>\n<li>Bug fix: JIRA BGSTAGE-32 Fixed staging plugin install.</li>\n</ul>\n<h4>1.5.4</h4>\n<ul>\n<li>Update: JIRA BGINSP-4 Removed admin notice recommending plugin installations.</li>\n</ul>\n<h4>1.5.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3643 Ensure that deployment does not install new wporg plugins if old ones are installed.</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3587 Menu assignment after deployment broken in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3570 Inspirations Select button misplaced in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3593 Changes require to help Staging support new Customizer scheduler.</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Update: Updates to library.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.11</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3336 All and Default categories do not align.</li>\n<li>Bug fix: JIRA WPB-3337 On a fresh install, Pages - New From GridBlocks fails.</li>\n<li>Bug fix: JIRA WPB-3333 Image search only searching one provider instead of all.</li>\n<li>Bug fix: JIRA WPB-3346 Edit Image button not working for attachment.</li>\n<li>Bug fix: JIRA WPB-3387 Loading GridBlocks just spins.</li>\n<li>Update: JIRA WPB-3352 Purchase coins through BoldGrid Central.</li>\n<li>Update: JIRA WPB-3355 Add data-image-url attribute.</li>\n<li>Update: JIRA WPB-3382 More descriptive creative commons icon.</li>\n<li>Update: JIRA WPB-3384 Add License details to attachment details.</li>\n<li>Update: JIRA WPB-3383 Filter out boldgrid-gridblock-set-preview-page.</li>\n</ul>\n<h4>1.4.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.</li>\n<li>Bug fix: JIRA WPB-3312 Ensure activation of preferred form plugin. Added filter for preferred slug.</li>\n<li>Bug fix: JIRA WPB-3317 New page from GridBlocks not working.</li>\n<li>Update: JIRA WPB-3252 Disable \'default\' category and configure \'showcase\'.</li>\n<li>Bug fix: JIRA WPB-3332 New from gridblocks button not showing.</li>\n</ul>\n<h4>1.4.8</h4>\n<ul>\n<li>New feature: JIRA WPB-3200 Added WPForms support.</li>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n<li>Update: JIRA WPB-3296 Add Inspirations as first menu item child.</li>\n<li>Bug Fix: JIRA WPB-3274 Plugins > Add New Updates fail in modals.</li>\n<li>New feature: JIRA WPB-3293 Resize images during deployment vs imgr server.</li>\n</ul>\n<h4>1.4.7</h4>\n<ul>\n<li>Update: JIRA WPB-3243 Change feedback admin notice display frequency.</li>\n<li>Update: JIRA WPB-3264 Adding twitch social media option.</li>\n<li>New Feature: Added BoldGrid Library to plugin.</li>\n</ul>\n<h4>1.4.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3179 Gradient style being lost during normal deployment.</li>\n<li>Bug fix: JIRA WPB-3180 Open WordPress/BoldGrid links in attribution page in new tab.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n<li>Bug fix: JIRA WPB-3162 Fixed issue creating .htaccess file in deployment.</li>\n<li>Bug fix: JIRA WPB-3171 As an author, when installing a site I do not want background images to be processed.</li>\n<li>Bug fix: JIRA WPB-3176 Background gradient / url bug during deplyment.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Bug fix: JIRA WPB-3141 Fixed invalid updates for BoldGrid Prime theme.</li>\n<li>Bug fix: JIRA WPB-3158 Deployment\'s gallery updates are not saved.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3106 As an Author, I can set background images for elements.</li>\n<li>New feature: JIRA WPB-3095 Update generic builds to display per theme channel.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2745 Fixed upgrade notices displaying when activation version was not recorded.</li>\n<li>Update: JIRA WPB-3019 Updating attribution link creation.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>New feature: JIRA WPB-3044 Automatically get Unsplash attribution.</li>\n<li>Update: JIRA WPB-3043 Updating plugin description.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3232 Deploy Staging menu item missing.</li>\n<li>Bug fix: JIRA WPB-3233 BoldGrid Connect Search missing from new image widget.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Update: JIRA WPB-2936 Updating YouTube videos for BoldGrid Dashboard\'s new release.</li>\n<li>Bug fix: JIRA WPB-2927 Social media menu disappears.</li>\n<li>Update: JIRA WPB-2949 Configure blog using categories.</li>\n<li>Bug fix: JIRA WPB-2950 Added max height for reseller logos on login page.</li>\n<li>Bug fix: JIRA WPB-2925 Sidebar widgets don\'t match between preview and installed site.</li>\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.</li>\n<li>Bug fix: JIRA WPB-2955 Backwards compatibility - maps taking up 200px empty space.</li>\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.</li>\n</ul>\n<h4>1.3.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: JIRA WPB-2916 Inspirations deploy fatal error if an old forked plugin had the original installed.</li>\n<li>Bug fix: JIRA WPB-2905 If installing via Author, do not update pages with survey data.</li>\n<li>Bug fix: JIRA WPB-2910 Unterminated entity reference bug.</li>\n<li>Update: JIRA WPB-2913 Validate email address in survey.</li>\n<li>Bug fix: JIRA WPB-2404 iframe timeout in step 2 of Inspirations.</li>\n<li>Bug fix: JIRA WPB-2173 Error deleting image and redownloading.</li>\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.</li>\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.</li>\n<li>Bug fix: JIRA WPB-2796 Social media urls end in /username, go to 404s.</li>\n</ul>\n<h4>1.3.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Update: JIRA WPB-2900 Update verbiage of build coin cost.</li>\n<li>Bug fix: JIRA WPB-2901 Scroll bars not visible on preview iframe in Chrome.</li>\n<li>Bug fix: Removing CTA hooks.</li>\n</ul>\n<h4>1.3.7</h4>\n<ul>\n<li>Update: JIRA WPB-2819 Use switch instead of checkbox for Demo.</li>\n<li>Bug fix: JIRA WPB-2780 Theme screenshots opening directly, rather than within gallery.</li>\n<li>Update: JIRA WPB-2825 Adjust do not display formatting.</li>\n<li>Update: JIRA WPB-2829 Updating hook to resolve BoldGrid SEO plugin conflicts.</li>\n<li>Update: JIRA WPB-2837 Remove loading image after selecting theme in Gallery.</li>\n<li>Update: JIRA WPB-2839 Minor verbiage change for Add a blog.</li>\n<li>Update: JIRA WPB-2785 Entering words with apostrophe in it for Site title displays with a Backslash.</li>\n<li>Bug fix: JIRA WPB-2848 Customize link takes users back to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2527 \'New from GridBlocks\' preview page appearing in cart.</li>\n<li>Bug fix: JIRA WPB-2862 Survey, invalid argument supplied for foreach.</li>\n<li>Bug fix: JIRA WPB-2601 Inspirations Internet Explorer/ Stuck on loading themes.</li>\n<li>Bug fix: JIRA WPB-2854 Downloading Image spinner never stops spinning.</li>\n</ul>\n<h4>1.3.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2772 PHP warnings on deploy in WordPress 4.3.7.</li>\n<li>Bug fix: JIRA WPB-2766 Plesk and WP-CLI were not getting private repo updates.</li>\n<li>Update: JIRA WPB-2763 Update email and address on Contact Us page.</li>\n<li>Update: JIRA WPB-2764 Remove option to add a map.</li>\n<li>Update: JIRA WPB-2765 Allow iframes for preview builds.</li>\n<li>New feature: JIRA WPB-2771 Update footer-company-details widget with survey data.</li>\n<li>New feature: JIRA WPB-2777 Add an Install sample blog checkbox.</li>\n<li>New feature: JIRA WPB-2778 Setup a blog during deployment.</li>\n<li>Bug fix: JIRA WPB-2792 Staged posts (private posts) are trashed when starting over active site.</li>\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.</li>\n<li>Update: JIRA WPB-2801 Remove milestones classes.</li>\n<li>Bug fix: JIRA WPB-2779 Survey not working with Staging.</li>\n<li>Update: JIRA WPB-2805 Preview builds w & w/o blogs.</li>\n<li>New feature: JIRA WPB-2806 Add filter for Inspirations configs.</li>\n<li>Bug fix: JIRA WPB-2808 Do not request generic builds when requesting blog as well.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Update: JIRA WPB-2376 Filter the bgtfw contact blocks.</li>\n<li>Update: JIRA WPB-2476 Update case of Company name.</li>\n<li>Update: JIRA WPB-2747 Update Add a map verbiage.</li>\n<li>Update: JIRA WPB-2749 Add a map to my Contact page.</li>\n<li>Bug fix: JIRA WPB-2658 Fix spacing issues atop Inspirations.</li>\n<li>Bug fix: JIRA WPB-2751 Show all in the smaller view of inspirations doesn\'t work anymore.</li>\n<li>Bug fix: JIRA WPB-2757 Apostrophe and other strange characters installed via Inspirations.</li>\n<li>Bug fix: JIRA WPB-2759 DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2696 Remove placeholders from survey.</li>\n<li>New feature: JIRA WPB-2697 Update phone numbers in widgets.</li>\n<li>New feature: JIRA WPB-2699 Use phone number entered during survey.</li>\n<li>Update: JIRA WPB-2704 Adjust format of how social media icons are saved.</li>\n<li>New feature: JIRA WPB-2705 Use survey social media items when creating menu.</li>\n<li>Update: JIRA WPB-2711 Show optional message in survey.</li>\n<li>Update: JIRA WPB-2712 Have plus sign toggle more social icons.</li>\n<li>Update: JIRA WPB-2723 Update phone in pages.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2627 Back / next buttons should not be clickable.</li>\n<li>Bug fix: JIRA WPB-2625 Behavior of last image\'s next button in Inspirations.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Update: JIRA WPB-2582 Always show arrows in Inspirations gallery.</li>\n<li>Update: JIRA WPB-2583 Ensure first letter in theme\'s title attribute is capitalized.</li>\n<li>Update: JIRA WPB-2599 Add placeholder for 4th step to Inspirations.</li>\n<li>Update: JIRA WPB-2551 Duplicate images.</li>\n<li>New feature: JIRA WPB-2603 Add initial version of survey.</li>\n<li>Bug fix: JIRA WPB-2622 Inspirations - Step 4 - Go back button installs site.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n<li>Bug fix: JIRA WPB-2539 Fix possible duplicate connection issue notice from ajax.js call.</li>\n<li>Bug fix: JIRA WPB-2558 Don\'t display feedback widget if user hasn\'t entered their key.</li>\n<li>Bug fix: JIRA WPB-2559 Don\'t allow widgets to drag into welcome box area.</li>\n<li>Bug fix: JIRA WPB-2555 Images in search results flicker.</li>\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.</li>\n<li>Update: JIRA WPB-2568 Added fancybox and large previews to Inspirations.</li>\n<li>Update: JIRA WPB-2570 Milestone blogname change.</li>\n<li>Update: JIRA WPB-2574 Milestone Social Media Change.</li>\n<li>Update: JIRA WPB-2578 Milestone Contact Info Footer Change.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2544 Disable \'Install\' button after clicking it.</li>\n</ul>\n<h4>1.2.13</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2531 Javascript error checking needed for mine count.</li>\n</ul>\n<h4>1.2.12</h4>\n<ul>\n<li>Update: JIRA WPB-2472 Added update notice for 1.3.</li>\n<li>Bug fix: JIRA WPB-2486 Incorrect page count on All Pages.</li>\n<li>Bug fix: JIRA WPB-2467 With staging disabled, Customize goes to \"Change Themes\".</li>\n<li>Update: JIRA WPB-2488 Remove \'Permanently delete pages instead of sending to trash\'.</li>\n<li>Update: JIRA WPB-2490 Move default option to \'install as staging\'.</li>\n<li>Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2496 Require comment text in feedback form.</li>\n<li>Update: JIRA WPB-2229 Update error reporting when purchasing images.</li>\n<li>Update: JIRA WPB-2498 Change \'Company Name\' to theme name.</li>\n<li>Update: JIRA WPB-2497 Add new dashboard videos.</li>\n<li>Bug fix: JIRA WPB-2376 \'No search results\' method is not cleared in BGCS.</li>\n</ul>\n<h4>1.2.11</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2468 Switching between boldgrid admin menu and standard wp menu no longer works.</li>\n<li>Bug fix: JIRA WPB-2477 If you have an existing site non BG, no route for staging exists.</li>\n</ul>\n<h4>1.2.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2446 Fixed missing build id passed on site install.</li>\n<li>Bug fix: JIRA WPB-2426 Insert Gridblock button is missing.</li>\n<li>Bug fix: JIRA WPB-2443 When starting over, I get a blank page.</li>\n<li>Bug fix: JIRA WBP-2445 Inspirations is not fetching cached themes.</li>\n<li>Update: JIRA WPB-2458 Update \'Recommended\' verbiage in last step of Inspirations.</li>\n</ul>\n<h4>1.2.9</h4>\n<ul>\n<li>Misc: JIRA WPB-2420 Added EOF line breaks.</li>\n<li>Bug fix: JIRA WPB-2387 Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.</li>\n<li>Bug fix: JIRA WPB-2324 Attribution should not show in 404 sitemap.</li>\n<li>Bug fix: JIRA WPB-2403 No plugins recommended still showing notice.</li>\n<li>Update: JIRA WPB-2416 Text changes for confirmation section of Inspirations.</li>\n<li>Update: JIRA WPB-2417 Add additional text to deployment success page for staging.</li>\n<li>Bug fix: JIRA WPB-2421 Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...</li>\n<li>Bug fix: JIRA WPB-2112 BoldGrid Connect Search missing for galleries.</li>\n<li>Bug fix: JIRA WPB-2422 Fixed CSS Loading graphic animation in chrome to display properly.</li>\n<li>Bug fix: JIRA WPB-2401 Gallery not displaying correctly in Chrome && FF.</li>\n<li>Bug fix: JIRA WPB-2423 Trying to get property of non-object in ...stock-photography.php.</li>\n</ul>\n<h4>1.2.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2398 Error requesting free key.</li>\n<li>Bug fix: JIRA WPB-2399 Only show feedback widget to admins.</li>\n</ul>\n<h4>1.2.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2389 Fixed saving BoldGrid Settings.</li>\n<li>Bug fix: JIRA WPB-2388 Removed duplicate boldgrid_activate().</li>\n<li>Update: JIRA WPB-2390 Update verbiage for inspirations install success.</li>\n<li>Bug fix: JIRA WPB-2391 Hide BoldGrid Welcome Panel if key isn\'t entered yet.</li>\n<li>Bug fix: JIRA WPB-2392 If key is less than 32 char don\'t make call to validate.</li>\n<li>Bug fix: JIRA WPB-2393 Error messages should be removed when resubmitting keys.</li>\n<li>Bug fix: JIRA WPB-2394 Cursor for show/hide log should be a pointer.</li>\n<li>Update: JIRA WPB-2395 Update login page styling.</li>\n<li>Bug fix: JIRA WPB-2396 Remove staging from recommended plugin notices.</li>\n<li>Bug fix: JIRA WPB-2327 Check if framework is handling plugin recommendations before recommending.</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: JIRA WPB-2248 Removed \'New From GridBlocks\' button on edit submission page.</li>\n<li>Bug fix: JIRA WPB-2332 Reset scroll position on step 2 of Inspirations to top.</li>\n<li>Bug fix: JIRA WPB-2339 Remove notices from Inspirations page.</li>\n<li>Update: JIRA WPB-2208 Removed tutorials from Inspirations.</li>\n<li>Update: JIRA WPB-2359 Order \'Category Filter\' by category display order.</li>\n<li>Update: JIRA WPB-2360 Sort themes by category and then order within category.</li>\n<li>Update: JIRA WPB-2368 Read version constant from plugin file.</li>\n<li>Update: JIRA WPB-2361 Add BoldGrid Connect Search to Editor\'s background image tool.</li>\n<li>Update: JIRA WPB-2354 Preview button needs to always be visible in mobile view.</li>\n<li>Update: JIRA WPB-2355 Remove extraneous \'Preview\' button.</li>\n<li>Bug fix: JIRA WPB-2364 Inspirations not respecting theme release channel.</li>\n<li>Bug fix: JIRA WPB-2370 Color in screenshot does not match preview.</li>\n<li>Bug fix: JIRA WPB-2373 Duplicate themes in Inspirations.</li>\n<li>Bug fix: JIRA WPB-2379 Wrong budget passed when going form step 2 to step 1.</li>\n<li>Update: JIRA WPB-2380 Remove references to tutorials in deployment congrats message.</li>\n<li>Bug fix: JIRA WPB-2383 Image Search tab appears when clicking \'Add GridBlock\'.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2325 Added wrapper to handle mb<em>convert</em>encoding() if mbstring is not loaded.</li>\n<li>Bug fix: JIRA WPB-2313 Disabled GridBlocks in network admin pages.</li>\n<li>New feature: JIRA WPB-2268 Changed to resized preview screenshots for Inspirations Design First concept.</li>\n<li>New feature: JIRA WPB-2287 Adjust device preview buttons in step 2 to behave like those in editor.</li>\n<li>New feature: JIRA WPB-2291 Auto install staging in final step if user chooses staging.</li>\n<li>Update: JIRA WPB-2290 Changed \'Install\' button to \'Next\'.</li>\n<li>Bug fix: JIRA WPB-2289 Continuously clicking category in step 1 shuffles themes.</li>\n<li>Update: JIRA WPB-2267 Added message to Inspirations when no generic themes are available.</li>\n<li>Update: JIRA WPB-2315 Added error handling for malformed ajax results for call to /api/build/get-generic.</li>\n<li>Update: JIRA WPB-2316 Add error handling for failures to fetch categories.</li>\n<li>Update: JIRA WPB-2317 Add error handling for failures to fetch pagesets.</li>\n<li>Update: JIRA WPB-2319 Check user capabilities before prompting for api key.</li>\n<li>Update: JIRA WPB-2320 Ensure user has permission to edit page before allowing download<em>and</em>insert<em>into</em>page.</li>\n<li>Update: JIRA WPB-2322 Sanitize user feedback before adding to options table.</li>\n<li>Update: JIRA WPB-2323 Allow admin notices to be dismissed per user.</li>\n<li>Update: JIRA WPB-2326 Update \'update\' class to utilize Admin Notices class.</li>\n<li>Update: JIRA WPB-2327 Check user capabilities before showing admin notices.</li>\n<li>Update: JIRA WPB-2331 Update confirmation messages.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2269 Typo fix in Boldgrid<em>Inspirations</em>Dependency<em>Plugins::print</em>uninstalled_plugins().</li>\n<li>Bug fix: JIRA WPB-2270 New From GridBlocks became unavailable.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>New feature: JIRA WPB-2172 For preview generic builds, added an option for identification for purges, etc.</li>\n<li>Bug fix: JIRA WPB-2263 For preview sites under multisite, set the admin email address using the network admin email address.</li>\n<li>Bug fix: JIRA WPB-2223 Reworked API key validation and connection issue notices, formatting.</li>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-2150 Moved API methods to a new class, formatting, and phpcs rework.</li>\n<li>Bug fix: JIRA WPB-2224 Hide the email address field when widget is loaded.</li>\n<li>Bug fix: JIRA WPB-2225 Fixed jQuery Migrate deprecated warning.</li>\n<li>Update: JIRA WPB-2245 Changed feed to pull from dashboard tag on blog.</li>\n<li>Bug fix: JIRA WPB-2265 Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.</li>\n<li>Bug fix: JIRA WBP-2236 Errors everywhere when logging in as an Editor.</li>\n<li>Bug fix: JIRA WPB-2234 Add current<em>user</em>can checks to Boldgrid<em>Inspirations->set</em>api<em>key</em>callback().</li>\n<li>Bug fix: JIRA WPB-2237 Limit ajax requests by user.</li>\n<li>Bug fix: JIRA WPB-2240 Limit printing of configs in head.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to the tutorials page.</li>\n<li>Bug fix: JIRA WPB-2184 In PHP 5.2, deactivate and die properly.</li>\n<li>New feature: Added BoldGrid news widget to dashboard.</li>\n<li>Bug fix: JIRA WPB-1994 Fixed issue with WP Theme Editor not being available.</li>\n<li>New feature: Added BoldGrid Feedback widget.</li>\n<li>Bug fix: JIRA WPB-2169 Connect Search defaults to smallest image size when no recommended sizes available.</li>\n<li>Bug fix: JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2160 New From GridBlocks, multiple pages are installed.</li>\n<li>Update: Changed text of getting and entering connect keys.</li>\n<li>Security: JIRA WPB-2151 Disabled autocomplete for API key entry fields.</li>\n<li>Bug fix: JIRA WPB-2145 Fixing issue with theme screenshots on Chrome Ubuntu.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2119 For asset downloads, when Imagick is loaded, set the thread limit to 1.</li>\n<li>Bug fix: JIRA WPB-2125 Fixing issue where theme was overwritten without version change.</li>\n<li>Bug fix: JIRA WPB-2104 Go back button hides all themes (Inspirations > Add Theme).</li>\n<li>Bug fix: JIRA WPB-2107 BoldGrid Connect Search overlapping footer (Dashboard > Media).</li>\n<li>Bug fix: JIRA WPB-2109 Session issues when starting over and importing active site.</li>\n<li>Bug fix: JIRA WPB-2116 Changes to the order of images in a gallery are not saving.</li>\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.</li>\n<li>Bug fix: JIRA WPB-2135 Image not replaced in Page & Post Editor after using Connect Search.</li>\n</ul>\n<h4>1.1.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to Inspirations, so admin notices are displayed at the top.</li>\n<li>Bug fix: JIRA WPB-2041 Fixed BoldGrid theme update check in WordPress 4.6.</li>\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.</li>\n<li>New feature: JIRA WPB-599 Added options for plugin and theme auto-updates via WordPress autoupdater.</li>\n<li>Update: JIRA WPB-2008 Deploy class updated to allow for is_generic flag.</li>\n<li>Bug fix: JIRA WPB-1950 Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.</li>\n</ul>\n<h4>1.1.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2032 Fixed issue when activating key. Added nonce to api key form.</li>\n<li>Rework: JIRA WPB-2030 Updated the \"I don\'t have an API key\" section.</li>\n<li>New feature: JIRA WPB-2029 Added TOS box to API key submission form.</li>\n<li>New feature: JIRA WPB-1905 Added capability for auto-updates of boldgrid-inspirations by API response.</li>\n<li>Bug fix: JIRA WPB-2002 Fixed theme update issue where upgrader says is up to date at times.</li>\n<li>Bug fix: JIRA WPB-2006 Pdes and Homepage not installing correctly on Inpirations Theme Only installs.</li>\n</ul>\n<h4>1.1.6</h4>\n<ul>\n<li>New feature: JIRA WPB-1839 Users can now change their theme release channel.</li>\n<li>Security fix: JIRA WPB-1977 Validate nonce for feedback form diagnostic data callback and form submit.</li>\n<li>Bug fix: JIRA WPB-1955 Fatal error: Class \'Boldgrid<em>Staging</em>Plugin\' not found.</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1914 Staged image used on Active page not showing in cart.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1886 Fixed feedback notice being displayed too often (more than a week after submitting).</li>\n<li>New feature: JIRA WPB-1183 Refresh the Library Tab after downloading an image.</li>\n<li>Update: JIRA WPB-1865 Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.</li>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1855 Do not display feedback notice on update or setting pages.</li>\n<li>Bug fix: JIRA WPB-1860 Fixed horizontal line through screenshot in step 2.</li>\n<li>Bug fix: JIRA WPB-1863 Cart does not look for watermarked images used within staged pages.</li>\n<li>Bug fix: JIRA WPB-1891 View / Download of images within receipts not working for images purchased via Staging.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n<li>Bug fix: JIRA WPB-1900 Attribution shows in menu when menu generated using wp<em>page</em>menu.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1824 Fixed order of plugin deactivation and uninstall in Start Over process.</li>\n<li>Bug fix: JIRA WPB-1814 Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.</li>\n<li>Bug fix: JIRA WPB-1823 Fixed display of \"Themes\" H1 and the additional themes bar when choosing active or staging before installing a theme.</li>\n<li>Bug fix: JIRA WPB-1840 Fixing thumbnail presentation in inspirations and add new theme.</li>\n</ul>\n<h4>1.1.2.3</h4>\n<ul>\n<li>Update: Sync version. See version 1.1.1.1.</li>\n</ul>\n<h4>1.1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1833 Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).</li>\n</ul>\n<h4>1.1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1817 BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.</li>\n<li>Rework: JIRA WPB-1541 Removed feedback form bug report diagnostic report items.</li>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n<li>Rework: JIRA WPB-1541 Reworked admin feedback notice.</li>\n<li>Rework: JIRA WPB-1751 Removed analysis processing and optional logging capabilities. Added support for XHProf.</li>\n<li>Bug fix: JIRA WPB-1805 Now adds theme update info on the Customizer Themes page.</li>\n<li>Rework: JIRA WPB-1785 Enabled and reworked image caching for the preview server.</li>\n<li>Rework: JIRA WPB-1751 Reworked analysis processing.</li>\n<li>Update: JIRA WPB-1658 Storing more reliable install data through inspirations.</li>\n<li>Bug fix: JIRA WPB-1787 When not using BoldGrid menu, cart does not dynamically update total page price.</li>\n<li>Update: JIRA WPB-1754 Remove attribution page from search results.</li>\n<li>Bug fix: JIRA WPB-1788 webkit css missing from \'new from gridblocks\'.</li>\n<li>New feature: JIRA WPB-1806 Add \'BoldGrid search\' tab when replacing an image.</li>\n</ul>\n<h4>1.1.1.1</h4>\n<ul>\n<li>Bug Fix: Fixing logo display on login screen.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed analysis include for preview server.</li>\n<li>Bug fix: New From GridBlocks: Asset download issues.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1751 Added analysis processing and optional logging capabilities.</li>\n<li>Bug fix: JIRA WPB-1781 Removed boldgrid<em>dismissed</em>admin_notices from Start Over cleanup.</li>\n<li>New feature: JIRA WPB-1541 Added feedback notice.</li>\n<li>Bug fix: JIRA WPB-1747 New From GridBlocks: For non BoldGrid themes, only load grid css.</li>\n<li>Bug fix: JIRA WPB-1760 New From GridBlocks: Ensure page title shows on preview page.</li>\n<li>Update: JIRA WPB-1779 New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.</li>\n</ul>\n<h4>1.0.12.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1710 Fixed missing device preview tabs on Add New Theme preview modal.</li>\n<li>Bug fix: JIRA WPB-1710 Fixed notice dismissal checking.</li>\n<li>Bug fix: JIRA WPB-1749 On start over, staging menus are not deleted.</li>\n<li>Bug fix: JIRA WPB-1755 Gallery images not showing in cart.</li>\n</ul>\n<h4>1.0.12</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1740 Fixed \"In Menu\" messages in editor when staging plugin is not active, and fixed saving menu selections.</li>\n<li>New feature: JIRA WPB-1726 Added optional feedback for GridBlock Add Page.</li>\n<li>Removed Ft: JIRA WPB-1710 Removed Inspirations Add Pages; replaced by GridBlocks.</li>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>New feature: Don\'t assign footer contact widget if using base pagesets.</li>\n<li>Bug Fix: JIRA WPB-1732 Fixing css issues on login screen (firefox).</li>\n<li>Bug Fix: JIRA WPB-1687 Image search: Title, Caption, Alt Text and Description do not display on new pages.</li>\n</ul>\n<h4>1.0.11</h4>\n<ul>\n<li>New feature: JIRA WPB-1699 Added optional feedback for theme activation.</li>\n<li>New feature: JIRA WPB-1690 Adding BoldGrid themes to All themes install menu.</li>\n<li>Bug fix: JIRA WPB-1686 Limited items loaded in network admin pages.</li>\n<li>Improvement: JIRA WPB-1604 Added a \"Cancel\" link to the \"In Menu\" section.</li>\n<li>Improvement: JIRA WPB-1603 Display menu locations in the editor \"In Menu\" section.</li>\n<li>Bug fix: JIRA WPB-1602 Corrected capitalization of \"None\" under \"In menu\" in the editor.</li>\n<li>Improvement: JIRA WPB-1664 Gets api<em>key and site</em>hash from configs instead of get_option.</li>\n<li>Bug fix: JIRA WPB-1597 Fixing indefined index error</li>\n<li>New feature: JIRA WPB-1649 Added reporting of PHP version and mobile ratio.</li>\n<li>Bug fix: JIRA WPB-1598 \'Mine\' count on \'all pages\' is incorrect.</li>\n<li>Bug fix: JIRA WPB-1647 JS error with easy-attachment-preview-size.js.</li>\n<li>Bug fix: JIRA WPB-1651 When the BG menu is turned off, Appearance link should take you to themes.</li>\n</ul>\n<h4>1.0.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1632 Fixed handling of subcategory<em>id in deploy</em>page_sets.</li>\n<li>New feature: JIRA WPB-1510 Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations</em>Utility).</li>\n<li>Rework: JIRA WPB-1553 Updated require and include statements for standards.</li>\n<li>Bug fix: JIRA WPB-1563 Updated pages in which wp<em>iframe-media</em>upload.css is loaded.</li>\n<li>Bug fix: JIRA WPB-1549 Resolve attribution page missing attribution for several images.png.</li>\n</ul>\n<h4>1.0.9.2</h4>\n<ul>\n<li>Bug fix: Add GridBlock Sets feature disabled.</li>\n</ul>\n<h4>1.0.9.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed support for PHP 5.2 to deactivate plugin.</li>\n<li>Bug fix: Prevent click of links in add<em>new</em>page_selection previews.</li>\n<li>Bug fix: JIRA WPB-1554 Fixed undefined JavaScript variable pagenow for customizer link.</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1554 Fixed theme link in network dashboard nav menu.</li>\n<li>Bug fix: JIRA WPB-1590 Fixed JavaScript error for undefined screen info in network dashboard.</li>\n<li>Bug fix: JIRA WPB-1535 Fixed theme deployment issues.</li>\n<li>New feature: JIRA WPB-1584 Added an opt-out feedback payload delivery system.</li>\n<li>New feature: JIRA WPB-1580 Added optional feedback for customizer_start.</li>\n<li>Bug fix: JIRA WPB-1571 Removed plugin dependency admin notice when editing an attachment (image).</li>\n<li>New feature: JIRA WPB-1579 Added feedback opt-out in BoldGrid Settings, hidden for now.</li>\n<li>Bug fix: JIRA WPB-1575 Addressed an issue causing mismatch color palettes on cached previews</li>\n<li>New feature: JIRA WPB-1514 Add new pages offers page templates to choose from.</li>\n</ul>\n<h4>1.0.8.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1561 Fixed missing get<em>plugin</em>data on update calls.</li>\n<li>New feature: JIRA WPB-1511 Added dependency plugin notice on editor pages.</li>\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>Bug fix: JIRA WPB-1371 JSON encoded image data for media download requests.</li>\n<li>New feature: JIRA WPB-1332 Swapping loading GIF to CSS loading image.</li>\n<li>New feature: JIRA WPB-1072 Storing static pages on install</li>\n<li>New feature: JIRA WPB-1539 When deleting a page, remove it from any applicable menus as well.</li>\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.</li>\n<li>New feature JIRA WPB-1555 Add wp-image-## class to images during deployment.</li>\n<li>New feature JIRA WPB-1557 Add wp-image-## class to images when adding gridblocks.</li>\n<li>Bug fix: JIRA WPB-1506 Theme naming missing in preview.</li>\n<li>Bug fix: JIRA WPB-1443 Extra page listed under \'Mine\'.</li>\n<li>Bug fix: JIRA WPB-1560 Install options not available on preview server</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Rework: JIRA WPB-1411 Added more output to the deploy log.</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1462 Fixed position of dependency plugins admin notice. Also limited to Dashboard and plugins page.</li>\n<li>Bug fix: JIRA WPB-1290 Fixing issues with galleries leaving empty spaces</li>\n<li>Bug fix: JIRA WPB-1471 Made deployment plugin installation respect release channel.</li>\n<li>Rework: JIRA WPB-1452 Remove unneeded call to \'boldgrid<em>activate</em>framework\' during deployment.</li>\n<li>Bug fix: JIRA WPB-946 Fixed margin bug on step 2 additional themes.</li>\n<li>Bug fix: JIRA WPB-1384 Increase width of select input on image search modal.</li>\n<li>Bug fix: JIRA WPB-1508 BoldGrid Image search box size is inconsistent.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1442 Fixing inspiration border styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1461 Updating login button styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1411 Added initialization and checks for empty image queues in deployment.</li>\n<li>Bug fix: JIRA WPB-1406 Attribution page still showing in \'All Pages\'.</li>\n<li>Bug fix: JIRA WPB-1451 Active images are showing in Staging attribution page.</li>\n<li>Bug fix: JIRA WPB-1466 Tabs on tutorials page too small at 1035px - 1482px.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n<li>New feature: JIRA WPB-1389 When starting over theme mods are saved with a flag to recompile sass</li>\n<li>Bug fix: JIRA WPB-1420 Content of Attribution page is overwriting page saves.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1395 Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.</li>\n<li>Rework JIRA WPB-1374 Updated activation timestamp to use GMT/UTC.</li>\n<li>Bug fix: JIRA WPB-1377 Reseller option is now set on first call to either the front end or wp_login.</li>\n<li>Bug fix: Adjusted handling for image purchases when errors occur.</li>\n<li>Bug fix: JIRA WPB-1365 Purchase link on editing a page goes to wrong link.</li>\n<li>Bug fix: JIRA WPB-1368 Inspirations step 0 text refers to nonexisting help tabs.</li>\n<li>Rework: JIRA WPB-1378 Adjusted formatting of footer in Dashboard.</li>\n<li>Rework: JIRA WPB-1369 Update minus signs on \'Transaction History\'.</li>\n<li>New feature: JIRA WPB-1379 On the transactions page, show the reseller that processed the credits.</li>\n<li>Bug fix: Count of \'All\' pages inaccurate on \'All pages\'.</li>\n<li>Bug fix: JIRA WPB-1367 Updated link for \'Lost your BoldGrid Connect Key?\'.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1374 Updated activation timestamp to include timezone in UTC.</li>\n<li>Bug fix: Attribution page shows style tags.</li>\n<li>Bug fix: Strict Standards fix for wp<em>kses</em>allowed_html.</li>\n<li>Bug fix: Fixed incorrect link.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:311:\"<h4>1.3</h4>\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https://www.boldgrid.com/boldgrid-1-3-released/ .</p>\n<h4>1.0.2</h4>\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.</p>\n\";}s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:73207:\"{\"5.7\":{\"2.6.3\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:5:{s:11:\"inspiration\";s:11:\"Inspiration\";s:13:\"customization\";s:13:\"Customization\";s:5:\"build\";s:5:\"Build\";s:6:\"create\";s:6:\"Create\";s:6:\"design\";s:6:\"Design\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\";s:4:\"high\";s:66:\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\";}s:11:\"new_version\";s:5:\"2.6.3\";s:4:\"name\";s:21:\"BoldGrid Inspirations\";s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:17:\"short_description\";s:135:\"BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.\";s:12:\"last_updated\";s:19:\"2021-06-10 18:01:27\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/\" target=\"_blank\">BoldGrid </a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.png\";s:2:\"2x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-256x256.png\";s:3:\"svg\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:148:\"https://api.boldgrid.com/api/open/getAsset?key=c52b9c4a5fe836d55efb7a4f317a7f6c&id=1201345&installed_plugin_version=2.6.2&installed_wp_version=5.7.2\";}s:16:\"boldgrid-gallery\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Gallery\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:1118061;s:12:\"release_date\";s:19:\"2020-07-27 20:25:23\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";a:4:{s:11:\"description\";s:82:\"<p>BoldGrid Gallery is a standalone plugin used for slideshows and galleries.</p>\n\";s:12:\"installation\";s:183:\"<ol>\n<li><p>Upload the entire boldgrid-gallery folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n</ol>\n\";s:9:\"changelog\";s:3079:\"<h4>1.5.1</h4>\n<ul>\n<li>Bug fix: Fix update class.</li>\n<li>Bug fix: Trying to access array offset on value of type bool.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Update: JIRA WPB-3112 Updated wc-gallery: 1.52 => 1.55.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Bump Version.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: JIRA WPB-2368 Version constant is now set from plugin file.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2310 Removed broken plugin Settings link. Pending review on WPB-2309.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-1825 Formatting.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2114 Fixed gallery displaying in editor on wordpress 4.6.</li>\n<li>Bug fix: JIRA WPB-2114 Fixing ordering of gallery items.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>New feature: JIRA WPB-2037 Added capability for auto-updates by BoldGrid API response.</li>\n<li>Update: JIRA WPB-2024 Updated wc-gallery: 1.48 => 1.52.</li>\n<li>Misc: Updated editor.js to pass JSHint.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n</ul>\n<h4>1.1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>Bug Fix: JIRA WPB-1646 Fixing Issues where masonry gallery was not WYSIWYG.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Update: JIRA WPB-1611 Updated wc-gallery: 1.40 => 1.48.</li>\n<li>Rework: JIRA WPB-1617 Updated require and include statements for standards.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Changed <strong>DIR</strong> to dirname( <strong>FILE</strong> ) for PHP <=5.2.</li>\n<li>Misc JIRA WPB-1468 Updated readme.txt for Tested up to: 4.4.1</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:1:\"\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2163:\"{\"5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.4\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:4:{s:7:\"gallery\";s:7:\"Gallery\";s:6:\"slider\";s:6:\"Slider\";s:9:\"slideshow\";s:9:\"Slideshow\";s:7:\"masonry\";s:7:\"Masonry\";}s:7:\"banners\";a:2:{s:3:\"low\";s:53:\"//repo.boldgrid.com/assets/banner-gallery-772x250.png\";s:4:\"high\";s:54:\"//repo.boldgrid.com/assets/banner-gallery-1544x500.png\";}s:11:\"new_version\";s:5:\"1.5.1\";s:4:\"name\";s:16:\"BoldGrid Gallery\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:17:\"short_description\";s:74:\"BoldGrid Gallery is a standalone plugin used for slideshows and galleries.\";s:12:\"last_updated\";s:19:\"2020-07-27 20:25:23\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.png\";s:2:\"2x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-256x256.png\";s:3:\"svg\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=c52b9c4a5fe836d55efb7a4f317a7f6c&id=1118061&installed_wp_version=5.7.2\";}}','no'),(14478,'_transient_timeout_jetpack_https_test','1623616833','no'),(14479,'_transient_jetpack_https_test','1','no'),(12662,'_transient_timeout_jetpack_https_test_message','1623616833','no'),(12663,'_transient_jetpack_https_test_message','','no'),(12688,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1623488551','no'),(12689,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 13:11:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.8-beta1-51138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Gutenberg Highlights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/gutenberg-highlights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 11:03:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10779\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"During WordCamp Europe this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by @beafialho and it was a great opportunity to celebrate all the incredible work that contributors are doing around the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matias Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1386:\"\n<p>During <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren&#8217;t able to attend live it&#8217;s now available for watching online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/a1Sf7PxfmLQ?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p>Matt also opened a thread for questions <a href=\"https://ma.tt/2021/06/wceu-open-thread/\">on his blog</a>, so be sure to chime in there if you have any!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 02:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10733\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress 5.8 Beta 1 is now available for testing!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10110:\"\n<p>WordPress 5.8 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install and activate the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (select the “Bleeding edge” channel and &#8220;Beta/RC Only&#8221; stream).</li><li>Direct download the <a href=\"https://wordpress.org/wordpress-5.8-beta1.zip\">beta version here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021.  This is just&nbsp;<strong>six weeks away</strong>, so your help is vital to ensure this release is tested properly and as good as it can be.</p>\n\n\n\n<p>Keep your eyes on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;for&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a>&nbsp;in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So what&#8217;s new in this 5.8?  Let&#8217;s start with some highlights.</p>\n\n\n\n<h2>Highlights</h2>\n\n\n\n<h3>Powerful Blocks</h3>\n\n\n\n<ul><li>Discover several new blocks and expressive tools, including blocks for&nbsp;<em>Page Lists</em>,&nbsp;<em>Site Title</em>,&nbsp;<em>Logo</em>, and&nbsp;<em>Tagline</em>. A powerful&nbsp;<em>Query Loop</em>&nbsp;block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.</li><li>Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.</li><li>Introduces the&nbsp;<strong>List View</strong>, a panel that can be toggled and helps navigate complex blocks and patterns.</li><li>Reusable blocks have an improved creation flow and support for history revisions. </li><li>A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.</li></ul>\n\n\n\n<h3>Handpicked Patterns</h3>\n\n\n\n<p>Patterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.</p>\n\n\n\n<p>New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.</p>\n\n\n\n<h3>Better Tools</h3>\n\n\n\n<ul><li><span style=\"color: initial;, sans-serif\">New template editor that allows creating new custom templates for a page using blocks.</span></li><li>Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.</li><li>New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.</li><li>Includes improvements to how the editor is rendered to more accurately resemble the frontend.</li></ul>\n\n\n\n<h3>Internet Explorer 11</h3>\n\n\n\n<p>Support for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!</p>\n\n\n\n<h3>Blocks in Widgets Area</h3>\n\n\n\n<ul><li>You can now use any block in your theme’s widget areas using the all new Widgets screen and updated Customizer.</li><li>Existing third party widgets continue to work via the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/\">Legacy Widget block</a>.</li><li>Not quite ready for a full switch? To ease the transition, users can use the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widgets plugin</a> and themes can call <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/\">remove_theme_support( &#8216;widgets-block-editor&#8217; )</a>.</li></ul>\n\n\n\n<p><em>Looking for a change and can&#8217;t find it? There are more improvements listed after the break.</em></p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<h3>Do some testing!</h3>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Thanks for joining us, and happy testing!</p>\n\n\n\n<p class=\"has-text-align-left\"><em><span><i>Props to </i></span><a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>, and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a><span><i> for </i>editing/proof reading</span> this post, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review.</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><em>Full Site Editing<br>Coming at the end of year<br>But first, Beta 1</em></p>\n\n\n\n<span id=\"more-10733\"></span>\n\n\n\n<h2><strong>Improvements in this Release</strong></h2>\n\n\n\n<ul><li>Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar</li><li>Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.</li><li>Parity refinement between editor and frontend, Standardization to block toolbars organization</li><li>Block widgets in the Customizer</li><li>Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.</li><li>Ability to transform Media and Text into Columns</li><li>Embedded PDFs within File block</li><li>Spacing options for Social Links and Buttons, Spacer block width adjustments</li><li>Twemoji has been updated to version 13.1, bringing you many new Emoji.</li><li>Editor performance improvements</li><li>Hide writing prompt from subsequent empty paragraphs</li><li>More descriptive publishing UI</li><li>Added capability to set the default format for image sub-sizes as well as WebP support</li><li>Added widgets block editor to widgets.php and customize.php</li><li>Added block patterns to default themes</li><li>Added ability to mark a plugin as unmanaged</li><li>Enable revisions for the reusable block custom post type</li><li>Enqueue script and style assets only for blocks present on the page</li><li>Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware</li><li>New sidebars, widget, and widget-types REST API endpoints</li><li>Added support for modifying the term relation when querying posts in the REST API</li><li>Site Health now supports custom sub-menus and pages</li><li>Themes now display the number of available theme updates in the admin menu</li><li>Speed up cached <code>get_pages()</code> calls</li><li>Underscore updates from 1.8.3 to 1.9.1</li></ul>\n\n\n\n<p>To see all of the features for Gutenberg release in detail check out these posts: <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">10.0</a>, <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">10.1</a>, <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">10.2</a>, <a href=\"https://make.wordpress.org/core/2021/04/02/whats-new-in-gutenberg-10-3-31-march/\">10.3</a>, <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4</a>, <a href=\"https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/\">10.5</a>, <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">10.6</a>, and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">10.7</a>. In addition to those changes, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.8&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">215 tickets in WordPress 5.8</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.8&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">88 new features and enhancements</a>, with more bug fixes on the way.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 10: Finding the Good In Disagreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 12:22:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10424\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by Kevin MacLeod [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-010.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12068:\"\n<p>To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://www.oprah.com/spirit/suzy-welchs-rule-of-10-10-10-decision-making-guide/all\">10/10/10 Rule</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method\">The Eisenhower Matrix&nbsp;</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Minimax\">The Maximin Strategy&nbsp;</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Development Cycle</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10424\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>For anyone who has ever organized something, whether it&#8217;s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don&#8217;t see eye to eye. And before you know it, you&#8217;ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you&#8217;re going to get some disagreements. But I think that&#8217;s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there&#8217;s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn&#8217;t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you.&nbsp;</p>\n\n\n\n<p>Step one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you&#8217;re solving with the solution you&#8217;re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself.&nbsp;</p>\n\n\n\n<p>Step two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you&#8217;re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you&#8217;re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that&#8217;s my recommendation.&nbsp;</p>\n\n\n\n<p>Step three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you&#8217;re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it&#8217;s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else&#8217;s right way to do things could still achieve the goals you&#8217;re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you&#8217;re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you&#8217;re preparing a recommendation. Whether you&#8217;re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.</p>\n\n\n\n<p>If you&#8217;re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you&#8217;re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts.&nbsp;</p>\n\n\n\n<p>Okay, so you&#8217;ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn&#8217;t accepted? How do you deal with that? That&#8217;s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:34</p>\n\n\n\n<p>Disagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We&#8217;ve had moments in recent history where folks we&#8217;re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is &#8211; disagreements in open source in WordPress.&nbsp;</p>\n\n\n\n<p>As with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I&#8217;m also going to include the contributor training module on decision-making in the WordPress project. It&#8217;s got excellent information. It&#8217;s part of a series of modules that I asked team reps to take and sponsored contributors. I don&#8217;t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It&#8217;s like an Easter egg, but I just told you about it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven&#8217;t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There&#8217;s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that&#8217;s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it&#8217;s going to be very interesting.&nbsp;</p>\n\n\n\n<p>There&#8217;s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time &#8211;&nbsp; it has a big section of contributing and contribution time. So if you&#8217;re looking to get started, some projects are laid out, and I encourage you to take a look at that as well.&nbsp;</p>\n\n\n\n<p>The new thing on this list, and I don&#8217;t know how new It is, in general, I hope it&#8217;s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It&#8217;s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We&#8217;ve been doing a lot of testing in the outreach program. But it&#8217;s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us.&nbsp;</p>\n\n\n\n<p>So, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:09</p>\n\n\n\n<p>Hey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you&#8217;ve ever worked with me, none of this will surprise you. But if you haven&#8217;t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn&#8217;t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow.&nbsp;</p>\n\n\n\n<p>Tip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we&#8217;re not all the same. And if we were, then we wouldn&#8217;t need to collaborate anyway. But diversity, whether that&#8217;s the diversity of thought or of a person or of experience, just doesn&#8217;t happen without some misunderstandings. It&#8217;s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are.&nbsp;</p>\n\n\n\n<p>And hot take number three, changing your mind isn&#8217;t flip-flopping or hypocritical. I think that&#8217;s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions &#8211; as the sore muscles of a learning brain. And I, again, probably won&#8217;t be dissuaded from that opinion. Although, you know, if I&#8217;m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we&#8217;ll see how it goes. Thank you for joining me for my little public easter egg.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Tijana Andrejic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10427\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the opportunities in the WordPress world.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14291:\"\n<p><strong>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories.</strong></p>\n\n\n\n<p>This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the WordPress world, with the freelance and corporate opportunities it introduced. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"387\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=632%2C387&#038;ssl=1\" alt=\"Tijana - portrait picture\" class=\"wp-image-10713\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?w=1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=300%2C184&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=768%2C470&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As a professional manager with a college degree in Organizational Science and a certified fitness instructor, Tijana is nothing if not driven and goal-oriented.&nbsp;</p>\n\n\n\n<p>Following her time as a fitness trainer, Tijana moved to work in IT around 2016. She first explored content creation and design before focusing on SEO and becoming an independent specialist.&nbsp;&nbsp;</p>\n\n\n\n<p>Tijana was hired as a Customer Happiness Engineer for a hosting company, where she discovered the benefits of having a team. She realized that having close working relationships with colleagues is helpful for business success and accelerates personal growth.</p>\n\n\n\n<p>Tijana hopes that by sharing her story, she can help others who are either starting their career or are moving roles. She describes the opportunities she discovered in the WordPress community as ‘a huge epiphany’, especially in the world of freelancing.</p>\n\n\n\n<p>She highlights <strong>5 things that helped her to start a new freelancing career</strong>. Let’s dive into them.</p>\n\n\n\n<h2>What motivates me?</h2>\n\n\n\n<p>“Why am I doing this?” is the first question that Tijana asks herself before starting anything new. This self-review and honesty, she feels, allows her to determine her priorities. She also benchmarks options around her motivations of wanting a flexible schedule and to grow professionally.&nbsp;</p>\n\n\n\n<p>She lists the reasons to make a particular choice, like being a freelancer, to help her choose the right job, pathway, or identify alternatives.&nbsp;</p>\n\n\n\n<p>She recommends that others can take a similar approach. If freelancing is still the best solution after examining all their goals and motivations, Tijana believes a good next step would be to learn WordPress-related skills.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh6.googleusercontent.com/cdHeIL-H_mE6QFCUxUT-gfKS2GzizRHtn4iCENoaWOimC82BfModRJh44QbhvHPW0GNVP5eUPhgxQteDRbA_9EUzpssTXMGWje1hUuKyrfXUgGhCnvXQdraaUQiaGBjFr73dNYxr\" alt=\"WordCamp Europe 2019 group picture\" /></figure>\n\n\n\n<h2>Develop WordPress related skills</h2>\n\n\n\n<p>The next question you may ask: “Why WordPress?”</p>\n\n\n\n<p>WordPress is used by more than 40% of websites in some form and offers various roles, many of which are not developer-specific. Tijana highlights a few:&nbsp;</p>\n\n\n\n<ul><li>web developer (coding websites, themes, and plugins)</li><li>web implementor (creating websites from existing themes without coding)</li><li>web designer (designing website mock-ups, editing images, or creating online infographics)</li><li>client support professional (helping people with their websites)</li><li>website maintenance (WordPress, themes, and plugins are maintained and backed up regularly)</li><li>WordPress trainer (helping clients with how to use the platform or teaching other web professionals)</li><li>content writer</li><li>accessibility specialist (making sure standards are met and suggesting solutions for accessibility barriers)</li><li>SEO consultant (improving search outcomes and understanding)</li><li>statistics consultant, especially for web shops</li><li>WordPress assistant (adding new content and editing existing posts)</li><li>website migration specialist (moving websites from one server to another)</li><li>web security specialist</li></ul>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/16XExYT_P4R4PX3orOaWbueDfkBIA6PFQ-CuYEXdeN9AvUIuIF33aIjT1DpdnFCqhrijWv1f68OR2Qh14xGT9REHGJ-MqK-OxJ9XcrhZ3IkcW8DBI7nVAtvFcCnCHL0woka_FV6t\" alt=\"WCBGD group picture\" /></figure>\n\n\n\n<p>Tijana emphasized: “Another reason why WordPress is great for freelancers is the strong community that exists around this content management system (CMS).&#8221; WordCamps and Meetups are a way to get useful information and meet people from a large and very diverse community and get answers to many questions straight away.&nbsp;</p>\n\n\n\n<p>In the past year, these events have been primarily online. However, the contributors who run them continue to make an effort to provide an experience as close to in-person events as possible. The biggest advantage to online events is that we can attend events from across the world, even if sometimes during these difficult times, it is difficult to get enough time to deeply into this new experience. Since Tijana’s first Meetup, she has attended many WordPress community events and volunteered as a speaker.</p>\n\n\n\n<h2>Plan in advance</h2>\n\n\n\n<p>Becoming a freelancer takes time. For Tijana, success came with proper planning and following her plan to ‘acquire or improve relevant skills that will make you stand out in the freelance market.’ She strongly believes that learning and growing as a professional opens more business opportunities.&nbsp;</p>\n\n\n\n<p>If you are considering a freelance career, she advises improving relevant skills or developing new skills related to your hobbies as ‘there is nothing better than doing what you love.’ In cases where no previous experience and knowledge can be used, she suggests choosing ‘a job that has a shorter learning curve and builds your knowledge around that.’</p>\n\n\n\n<p>Tijana started as a content creator and learned to become an SEO expert. However, she highlights many alternative paths, including starting as a web implementer and moving to train as a developer.&nbsp;</p>\n\n\n\n<p>She suggests to others: “It would be a good idea to analyze the market before you jump into the learning process.” She also recommends people check the latest trends and consider the future of the skills they are developing.</p>\n\n\n\n<p>Visit the new <a href=\"https://learn.wordpress.org/\">Learn WordPress.org</a> to see what topics are of interest to you. In this newly established resource, the WordPress community aggregates workshops to support those who want to start and improve their skills, provides lesson plans for professional WordPress trainers and helps you create personal learning to develop key skills. There is also material on helping you be part of and organize events for your local community.</p>\n\n\n\n<p>Tijana highlights that there are many places for freelancers to find clients. For example, the WordPress Community has a place where companies and individual site owners publish their job advertisements&nbsp; &#8211; <a href=\"https://jobs.wordpress.net/\">Jobs.WordPress.net</a>.</p>\n\n\n\n<h2>Hurray, it’s time to get a first freelancing job</h2>\n\n\n\n<p>As a pragmatic person, Tijana recommends: “Save money before quitting your job to become a full-time freelancer. Alternatively, try freelancing for a few hours per week to see if you like it. Although some people do benefit when taking a risk, think twice before you take any irreversible actions.”&nbsp;</p>\n\n\n\n<p>She shared some possible next steps:&nbsp;</p>\n\n\n\n<ul><li>use a freelancing platform</li><li>triple-check your resume</li><li>professionally present yourself</li><li>fill up your portfolio with examples</li><li>use video material</li></ul>\n\n\n\n<p>“By using video material, your clients will not see you like a list of skills and previous experiences, but as a real person that has these skills and experiences and that provides a certain service for them.”</p>\n\n\n\n<p>She adds: “Have a detailed strategy when choosing your first employer. Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is”.</p>\n\n\n\n<p>When Tijana took her first freelancing job, she considered the following:</p>\n\n\n\n<ul><li>how was the employer rated by other freelancers who worked for him previously</li><li>how does the employer rate other freelancers</li><li>how much money had they already spent on the platform</li><li>the number of open positions for a specific job and the number of freelancers that have already applied&nbsp;</li></ul>\n\n\n\n<p>“The first job is not all about the money. Don’t get greedy on your first job. If you get good recommendations, your second job can pay two to three times more. And your third job can go up to five times more. That was my experience.”</p>\n\n\n\n<h2>Take responsibility as a freelancer</h2>\n\n\n\n<p>Tijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”</p>\n\n\n\n<p>She advises others not to take a job if you can not make a deadline and have someone reliable who can help you.&nbsp;</p>\n\n\n\n<p>Missing deadlines will cost your client money and affect the review the client will be willing to leave about your job, and this can have a big impact on your future opportunities or freelance jobs.</p>\n\n\n\n<p>She adds: “This can start a downward spiral for your career. However, we are all humans, and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else”.</p>\n\n\n\n<p>Tijana emphasizes the importance of making expectations clear before accepting a job, both what the client is expecting and what you can expect from the client.&nbsp;</p>\n\n\n\n<p>Lastly, she points out that if you are working from home, your friends and family should treat you the way they would if you were in an office. She advises: “Let them know about your working schedule.”</p>\n\n\n\n<p>She hopes that these basic guidelines will be useful in launching freelance careers, as they did her, even though there is no universal recipe for all.</p>\n\n\n\n<p>Tijana highlights: “It’s just important to stay focused on your goals and to be open to new opportunities.” Freelancing wasn’t the only way she could have fulfilled her goals, but it was an important part of her path, and it helped her be confident in her abilities to make the next big step in her life.</p>\n\n\n\n<p>As a freelancer, she was missing close relationships with colleagues and teamwork, which she has now found in her current firm. Her colleagues describe her as a: “walking-talking bundle of superpowers: sports medicine and fitness professional, SEO expert, blogger, designer and a kitty foster mum”.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/PIGT9R6FmtEHsNBvWzyViW5htRAm156asTOsohOGOUwfsWjW1TuDhUI9yuZnjIe-1eFHfFUWPULPtw82P3YYXHa0bsY_jA5keelmDHfSkTdd3xUsVZTmG9KvdE8XTojvU3LxYCsi\" alt=\"Conference reception\" /></figure>\n\n\n\n<p>If you are considering starting your career as a freelancer, take the courses offered at <a href=\"https://learn.wordpress.org/\">learn.wordpress.org,</a> reach out to companies that you would be interested in working with, and remember that there are a whole host of opportunities in the WordPress project.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\">The WordPress.org Teams</a> &#8211; what they do, when and where they meet</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress resource</a> &#8211; free to use to expand your knowledge and skills of using the platform and learning about the community around it.</p>\n\n\n\n<p>The 3-day <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a> online event begins on 7 June 2021. You can discover more about being a contributor in its live sessions and <a href=\"https://europe.wordcamp.org/2021/contribute-to-wordpress/\">section on ways to contribute to WordPress</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), and Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for working on this story. Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and also to Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) who created HeroPress. Thank you to Tijana Andrejic (<a href=\'https://profiles.wordpress.org/andtijana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andtijana</a>) for sharing her #ContributorStory</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/FEZ2FQJ0vQ311YoPfh6ny15NXh8saTLH_RjyDO4pUOuEGBTa-Czk63PGoWL04FawKviRfNx0QXePx-goK04X12ry1BR_WXh-kVPIfsEeItPAX6reN5fHS96q6-8dUI506ZO38Z0G\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress series</a>.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"A New Design is Coming to WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Jun 2021 20:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10418\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"After many years of a tidy, white-space filled design on WordPress.org/news it&#8217;s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed. Which [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1591:\"\n<p>After many years of a tidy, white-space filled design on WordPress.org/news it&#8217;s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed.</p>\n\n\n\n<p>Which means it makes sense to change our theme. </p>\n\n\n\n<p>Earlier this year, Matt requested a new design from Beatriz Fialho (who also created the State of the Word slides for 2020). The design keeps a clean, white-space friendly format while incorporating a more jazzy, playful feeling with a refreshed color palette. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"449\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/06/25-1024x728-1.png?resize=632%2C449&#038;ssl=1\" alt=\"\" class=\"wp-image-10420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/06/25-1024x728-1.png?w=1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/06/25-1024x728-1.png?resize=300%2C213&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/06/25-1024x728-1.png?resize=768%2C546&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>More detail on this modern exploration have been posted on <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">make.wordpress.org/design</a>. I encourage you to stop by and read more about the thoughts behind the coming updates; and keep an eye out for the new look here and across WordPress.org!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/the-month-in-wordpress-may-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jun 2021 18:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10393\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"It’s really fun to contribute to something larger than yourself. Matt Mullenweg’s words in “The Commons of Images” episode of the WP Briefing podcast exemplify the core philosophy of the WordPress project,&#160; especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May. WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11073:\"\n<blockquote class=\"wp-block-quote\"><p>It’s really fun to contribute to something larger than yourself.</p></blockquote>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>’s words in “<a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">The Commons of Images</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing podcast</a> exemplify the core philosophy of the WordPress project,&nbsp; especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress turns 18</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/05/wordpress-at-18/\">celebrated the 18th anniversary</a> of its <a href=\"https://wordpress.org/development/2003/05/wordpress-now-available/\">launch</a> on May 27, 2021. To celebrate 40+ releases and WordPress’ support of 40% of the web, the team <a href=\"https://wordpress.org/news/2021/05/wordpress-at-18/\">released 40 milestones</a> to celebrate the anniversary of the software. Here’s to the next 18 and beyond!&nbsp;</p>\n\n\n\n<h2>CC Search joins WordPress and is renamed to Openverse</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/05/welcome-to-openverse/\">Creative Commons Search has officially joined the WordPress project</a>. Creative Commons Search (CC Search) is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> image search engine with over 500 million openly licensed images. The search product, which is being renamed to Openverse, will eventually live on the URL: https://wordpress.org/openverse. Contributors working on CC Search will continue their work as part of a <a href=\"https://make.wordpress.org/meta/2021/04/27/new-wordpress-make-team/\">new dedicated Make team</a>: <a href=\"https://make.wordpress.org/openverse\">https://make.wordpress.org/openverse</a>. Check out “<a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">The Commons of Images</a>” podcast episode for more information.</p>\n\n\n\n<h2>WordPress 5.7.2 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/05/wordpress-5-7-2-security-release/\">version 5.7.2</a>, a short-cycle security release, came out on May 13. Get the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg versions 10.6 and 10.7 are out</h2>\n\n\n\n<p>Gutenberg <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">version 10.6</a> and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">version 10.7</a> were launched this month. <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">Version 10.6</a> features <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\">experimental Duotone filters (which are shipping with WordPress 5.8)</a>, block pattern suggestions in placeholders, and enhancements to the table block. <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> adds a responsive navigation block, block design tools, and the ability to load block patterns from the directory.<br></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The latest “<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\" target=\"_blank\">What’s next in Gutenberg</a>” post offers more details on the latest updates. If you are unfamiliar with the Gutenberg plugin, <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\">learn more in this post</a>.</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">latest Full Site Editing (FSE) Outreach program testing call on building portfolio pages</a> using the Template Editing feature shipping with WordPress 5.8! The deadline is June 9. The team has published a recap of the <a href=\"https://make.wordpress.org/test/2021/05/06/fse-program-query-quest-summary/\">Query Quest FSE Testing call</a>, which shares some interesting results. The answers to <a href=\"https://make.wordpress.org/test/2021/05/13/fse-program-answers-from-round-two-of-questions/\">round two of FSE questions</a> are also out.</p>\n\n\n\n<h2>Countdown starts for WordCamp Europe 2021</h2>\n\n\n\n<p>The countdown to one of the most anticipated WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021 (Online)</a>, has started! The <a href=\"https://europe.wordcamp.org/2021/schedule/\">full schedule of the event</a> is now available, and the team has exciting plans! Don’t miss this event: <a href=\"https://europe.wordcamp.org/2021/registration/\">get your tickets now</a> before they run out!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Core Team published its <a href=\"https://make.wordpress.org/core/2021/05/17/introducing-the-wordpress-css-audit-tool/\">first-ever WordPress CSS Audit tool</a>. The team has also <a href=\"https://make.wordpress.org/core/2021/05/03/feature-project-updates-on-updating-the-updaters/\">kicked off a project to improve all the updaters in WordPress core</a>.</li><li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2021/05/12/proposal-adding-vaccination-status-to-the-in-person-meetup-safety-checklist/\">adding vaccination status to the in-person meetup checklist</a> as a criterion to organize in-person WordPress meetups. The team also published results of the <a href=\"https://make.wordpress.org/community/2021/05/28/2020-meetup-organizer-survey-results/\">2020 Meetup Organizer survey</a> and <a href=\"https://make.wordpress.org/community/2021/05/21/2020-meetup-survey-results/\">Meetup Member survey</a>. </li><li><a href=\"https://venezuela.wordcamp.org/2021/\">WordCamp Venezuela</a> and <a href=\"https://neo.wordcamp.org/2021/\">WordCamp North East Ohio </a>were held successfully in May. Don’t forget to grab your free tickets for <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> and <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Cochabamba 2021</a>, both happening in June.</li><li>The Design Team floated a <a href=\"https://make.wordpress.org/design/2021/05/27/proposal-to-tweak-existing-icons-and-add-new-ones/\">proposal to tweak existing core icons and add new ones</a>.</li><li><a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha Haden</a> published <a href=\"https://make.wordpress.org/updates/2021/05/25/experiment-a-public-channel-for-all-team-reps/\">an experiment to create a public channel for team reps</a>. </li><li>The Support Team is considering adding <a href=\"https://make.wordpress.org/support/2021/05/support-team-deputies/\">two or more deputies to the team</a>. </li><li>The Themes Team requests theme authors to <a href=\"https://make.wordpress.org/themes/2021/05/25/themes-team-meeting-notes-may-25-2021/\">check their themes’ compatibility with WordPress 5.8</a> in view of the upcoming major release. </li><li>The Training Team <a href=\"https://href.li/?https://make.wordpress.org/training/2021/05/27/proposal-adding-custom-user-roles-to-learn-wordpress/\">shared a proposal</a> on adding custom user roles for <a href=\"https://href.li/?https://learn.wordpress.org\">learn.wordpress.org</a> to match the structure and functionality of the site. The team also <a href=\"https://href.li/?https://make.wordpress.org/training/2021/05/28/proposal-an-audit-tool-for-learn/\">proposed an audit tool</a> to improve content auditing for Learn.</li><li>The CLI Team released <a href=\"https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/\">version 2.5.0</a> of WP-CLI.</li><li>The Tide Team <a href=\"https://make.wordpress.org/tide/2021/05/25/tide-chat-summary-may-25th/\">seeks contributors</a> to help with documentation reviews, cleaning up Tide locally, and making the documentation clearer. </li><li>The Hosting Team <a href=\"https://make.wordpress.org/hosting/2021/05/20/why-hosters-should-install-the-php-intl-extension/\">recommends all web hosts to install the Internationalization PHP extension</a>. The team also launched<a href=\"https://www.meetup.com/wphosting/\"> its official meetup chapter</a>.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/05/people-of-wordpress-fike-komala/\">Fike Komala from Indonesia</a>.</li><li>The BuddyPress Team <a href=\"https://buddypress.org/2021/05/buddypress-8-0-0-release-candidate/\">released the BuddyPress 8.0 Release Candidate</a>. </li><li>Read about the brand new <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\">Duotone filter for blocks</a> feature, that is shipping with WordPress 5.8! </li><li>Catch the latest episode of the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/podcast/\" target=\"_blank\">WP Briefing Podcast</a> where <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">Josepha</a> talks about <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/05/episode-9-the-cartography-of-wordpress/\" target=\"_blank\">the cartography of WordPress</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to May’s Month in WordPress: <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> and <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress at 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2021/05/wordpress-at-18/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10380\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"Today marks the 18th anniversary of WordPress&#8217; launch, a day that I fondly refer to as WordPress&#8217; birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the community has had parties, we have shared data, and we have told our story. Since our last birthday we developed our 40th [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1526:\"\n<p>Today marks the 18th anniversary of WordPress&#8217; launch, a day that I fondly refer to as WordPress&#8217; birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the <a href=\"https://wordpress.org/news/2008/05/birthday-party/\">community</a> has had <a href=\"https://wp15.wordpress.net/\">parties</a>, we have <a href=\"https://wordpress.org/news/2010/05/lucky-seven/\">shared data</a>, and we have <a href=\"https://wordpress.org/news/2013/05/ten-good-years/\">told our story</a>.</p>\n\n\n\n<p>Since our last birthday we developed our 40th release and now also support over 40% of the web. So it seems fitting that this year&#8217;s celebration should be a list of 40 milestones that have helped us get there.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-wordpress-org wp-block-embed-wordpress-org\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"jfhsKLBL8n\"><a href=\"https://wordpress.org/40-percent-of-web/\">WordPress and the Journey to 40% of the Web</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" title=\"&#8220;WordPress and the Journey to 40% of the Web&#8221; &#8212; WordPress.org\" src=\"https://wordpress.org/40-percent-of-web/embed/#?secret=jfhsKLBL8n\" data-secret=\"jfhsKLBL8n\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<p>Grab a slice of cake or festive beverage and give it a scroll!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:68:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Coloring Your Images With Duotone Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 May 2021 12:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10349\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"Created by Alex Lende Beginning with WordPress 5.8, you can colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images to integrate well with your themes. Filters? Like on Instagram? Duotone doesn’t work in quite the same way as Instagram filters. Whereas [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/05/duotone_howto.mov\";s:6:\"length\";s:8:\"10231737\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:64:\"https://wordpress.org/news/files/2021/06/waves-a60072-67ff66.mp4\";s:6:\"length\";s:8:\"31718375\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6630:\"\n<p><em>Created by <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a></em></p>\n\n\n\n<p>Beginning with WordPress 5.8, you can colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images to integrate well with your themes.</p>\n\n\n\n<h2>Filters? Like on Instagram?</h2>\n\n\n\n<p>Duotone doesn’t work in quite the same way as Instagram filters. Whereas Instagram filters do color adjustments (color levels/curves and sometimes a vignette for the photo editors among us), the new duotone filters entirely replace the colors of your images.</p>\n\n\n\n<figure class=\"wp-block-jetpack-image-compare\"><div class=\"juxtapose\" data-mode=\"horizontal\"><img loading=\"lazy\" id=\"10350\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/05/image7.png?resize=632%2C622&#038;ssl=1\" alt=\"\" width=\"632\" height=\"622\" class=\"image-compare__image-before\" data-recalc-dims=\"1\" /><img loading=\"lazy\" id=\"10351\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/05/image4.png?resize=632%2C621&#038;ssl=1\" alt=\"\" width=\"632\" height=\"621\" class=\"image-compare__image-after\" data-recalc-dims=\"1\" /></div><figcaption>Photo by <a href=\"https://www.pexels.com/photo/grey-cat-close-up-photography-2524164/\">Charles Pragnell</a>.<br></figcaption></figure>\n\n\n\n<p>You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights.</p>\n\n\n\n<p>For example, a grayscale filter can be created by selecting black and white as shadow/highlight colors, and a sepia filter by choosing brown and tan.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"622\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?resize=632%2C622&#038;ssl=1\" alt=\"\" class=\"wp-image-10352\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?resize=1024%2C1008&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?resize=300%2C295&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?resize=768%2C756&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?w=1368&amp;ssl=1 1368w, https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Analogous colors can add a subtle effect and work well for cover backgrounds where the overlaid text still needs to stand out.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"622\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?resize=632%2C622&#038;ssl=1\" alt=\"\" class=\"wp-image-10353\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?resize=1024%2C1008&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?resize=300%2C295&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?resize=768%2C756&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?w=1368&amp;ssl=1 1368w, https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Much more vibrant and interesting effects can be made with complementary colors.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"622\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?resize=632%2C622&#038;ssl=1\" alt=\"\" class=\"wp-image-10354\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?resize=1024%2C1008&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?resize=300%2C295&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?resize=768%2C756&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?w=1368&amp;ssl=1 1368w, https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>How Do I Add Duotone Filter?</h2>\n\n\n\n<p>The duotone effect works best on high-contrast images, so start with an image with a lot of large dark and light areas. From the block toolbar, use the filter button and choose a preset:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2021/05/duotone_howto.mov\"></video></figure>\n\n\n\n<p>You can also choose colors from your theme’s palette, or a custom color of your choice.</p>\n\n\n\n<p>In addition to the image block, duotone can be applied to both images and video in the cover block.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2021/06/waves-a60072-67ff66.mp4\"></video></figure>\n\n\n\n<h2>Will This Overwrite Images in My Media Library?</h2>\n\n\n\n<p>Images and videos in your media library will remain unchanged. The duotone effect works using <a href=\"https://www.w3.org/TR/SVG11/filters.html\">SVG filters</a> and the <a href=\"https://www.w3.org/TR/filter-effects-1/\">CSS filter property</a>, so the image or video is never modified in your library. On the one hand, this means that you can apply a filter to an image that you link to that doesn’t exist in your media library. On the other hand, this means that the filter won’t show up in RSS feeds or places that use the image URL directly.</p>\n\n\n\n<h2>Can I Add Duotone Colors to Blocks or Themes That I Develop?</h2>\n\n\n\n<p>The API for adding duotone colors to blocks is experimental in Gutenberg v10.6. Still, the documentation for using it in your own blocks can be found and will be updated under <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/#color\">Supports Color</a> in the Block Editor Handbook. Themes can add duotone presets with theme.json. More information can be found under <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/#presets\">Global Settings &amp; Styles Presets</a> in the Block Editor Handbook.</p>\n\n\n\n<h2>Try it Out Now Using the Gutenberg plugin</h2>\n\n\n\n<p>The duotone feature was released in version 10.6 of the Gutenberg plugin, so you can try it out now prior to the WordPress 5.8 release in July.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/joen/\">@joen</a> and <em><em><a href=\"https://profiles.wordpress.org/mkaz/\">@mkaz</a></em></em></em> <em>for assistance writing and reviewing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP Briefing: Episode 9: The Cartography of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2021/05/episode-9-the-cartography-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 May 2021 11:55:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10373\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"In this episode, Josepha Haden Chomphosy provides a map of how to navigate WordPress teams and communication channels, along with her small list of big things.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2021/05/WP-Briefining-009.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12611:\"\n<p>In this episode, Josepha Haden Chomphosy provides a map of how to navigate WordPress teams and communication channels, along with her small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.meetup.com/pro/wordpress/\">https://www.meetup.com/pro/wordpress/</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/\" target=\"_blank\">https://make.wordpress.org/</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/chat/\" target=\"_blank\">https://chat.wordpress.org/</a></li><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a> Slack</li><li><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a>, June 7-9</li><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a>, June 20-26</li><li>The Sixth<a href=\"https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/\"> call for testing</a> on Template Editing&nbsp;</li><li>The <a href=\"https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/\">upcoming drop of Internet Explorer 11 support</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10373\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Almost every episode of this podcast, you can hear me invite you to join in the WordPress project, to contribute back, to get involved. And I&#8217;m sure that every time I say that there&#8217;s at least one of you who&#8217;s like “Yes. Challenge accepted!” And you wade in sight unseen, to immerse yourselves in the cheerful cacophony of open source at scale that is WordPress. You see before you all 158 ways you can start contributing and you are exhilarated by this lostness. This you think, is the lostness of infinite possibility. And for you, I&#8217;m really thankful. My work here today would not be possible if it weren&#8217;t for the brave souls who leap into something with hope as their primary plan and tactic. You are heroes, and I thank you very much for your service. For everyone else, I&#8217;m going to give you a quick tour of where WordPress collaborates and a little bit of how they collaborate. We&#8217;ll cover the Make network, the Making WordPress Slack, events for WordPress, and a rundown of the teams.&nbsp;</p>\n\n\n\n<p>First, the Make network. The Make network of sites can be found at make.wordpress.org. That page includes information on most of our teams. Teams like Core and Design and Community. All of those teams require some technical skills since we&#8217;re a project built around a piece of software. However, some require a little more than others. You can think of this set of sites as the desk of each team in the WordPress project. It&#8217;s where they update each other, where they host discussions, where they refine proposals, and where they coordinate admin tasks. Contributors can write posts on most sites in the network as long as they follow the guidelines and best practices. And anyone with a wordpress.org profile can join in discussions in the comments. Most work on the Make network is asynchronous, and discussions stay open for a long enough time to allow anyone in the world to weigh in when they have the time. It&#8217;s how we try to remember that we are a globally-minded project.&nbsp;</p>\n\n\n\n<p>The second area is the Making WordPress Slack instance. The Making WordPress Slack instance can be found at wordpress.slack.com, and it requires an account that is associated with your wordpress.org profile. Each team in the project has a channel, although not all channels in that Slack instance, represent a standalone team. You can think of this Slack instance as a set of conference rooms. It&#8217;s where contributors connect, gain a more nuanced understanding of problems that we&#8217;re trying to solve. They host synchronous meetings and also coordinate working groups.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:31</p>\n\n\n\n<p>Contributors can post in most channels, although there are a few that are restricted. We don&#8217;t have any social channels in this Slack instance, but most WordPress-ers do tend to find friends that they connect with. The work done here is synchronous, and most meetings last about an hour. There are about 35+ meetings a week, so you can basically always find someone around.&nbsp;</p>\n\n\n\n<p>The last area we work is actually at WordPress events. Word Camps and WordPress meetups happen all over the world. Unless there&#8217;s a global pandemic, then they&#8217;re kind of all over the computer and at all times of day and night. You can keep track of those on wordcamp.org or on WordPress’s meetup page, which I&#8217;ve linked in the notes below. These events bring together all sorts of facets of the WordPress project. And they are an event where local WordPress communities aim to connect, inspire and educate each other. There&#8217;s always someone at these events, who knows a little bit more about WordPress than you do. If you&#8217;re headed to want to learn more about contribution, look out for any that have a contributor day or are hosting a contribution drive. These are clearly synchronous events. And when we do get back to doing them in person, they&#8217;re also tied to physical locations. When we get back to them, I encourage you to find one that&#8217;s close to you. They are incredibly valuable.&nbsp;</p>\n\n\n\n<p>Okay, so that&#8217;s the map of the area. Those are the three big places where we get this stuff done. Let&#8217;s do a quick map of the teams themselves. If you&#8217;re a developer and you&#8217;re looking to work inside the technology space, work with code a bit, then your best chances for teams are Core and all of its related components. They&#8217;re like 50 components, including core editor and various other things. There&#8217;s also the Mobile team WP CLI, the Tide team, Security, our brand new team, Openverse, and Meta. Those all take a fairly high amount of code knowledge to contribute there.&nbsp;</p>\n\n\n\n<p>If you&#8217;re more into design and product work, then we have a few teams for that as well. There&#8217;s of course, the Design team, but we also have Accessibility, Test, Triage, Polyglots kind of falls in there for me. But if you are a programs person, and we&#8217;re talking like programs, getting people together programs, not programs, as in programming or code. So if you&#8217;re a programs person, you&#8217;re looking more at the Community team, at the Themes team, the Plugin team, Polyglots, again, Training support, probably a number of others that have like program components in it as well.</p>\n\n\n\n<p>If you are really interested in learning more about contributor experience, which is how we build tools, and again, programs for all of the contributors who are showing up, then the teams for you will be teams like Meta and Documentation, Hosting, the Community team, the Training team, arguably any team that has a program as part of it is considered contributor experience because that&#8217;s how we help our contributors know what to do, what not to do, how to help them get onboarded, find their way, stuff like that.&nbsp;</p>\n\n\n\n<p>And if you&#8217;re more in the communications area of things, we have quite a few teams there as well. We do have Marketing, of course, but also I think that Support ends up in our communications area, WordPress TV, obviously ends up in communications. But I think Training, Meta, Documentation, and arguably, maybe also Testing ends up in that space as well.&nbsp;</p>\n\n\n\n<p>I realize that there are a handful of teams that I mentioned multiple times, especially Polyglots, Support, Test, Triage, Meta, Community. The reason they end up in a number of different places is that all of those teams also have a fair amount of admin and infrastructure stuff that goes into the WordPress project and community as a whole. So it touches a lot of other teams, and so they get a lot of mentions. All right. So WordPress adventurers, you now have a beginner&#8217;s map. I hope it helps, and I hope we see you around the community.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:54</p>\n\n\n\n<p>If you&#8217;re still with me, that brings us today to my small list of big things. I&#8217;ve got four things for you, and I&#8217;m excited about all of them. The first two are events actually. WordCamp Europe is coming up from June seventh through the ninth. It will include a presentation from the WordPress project co-founder, Matt Mullenweg, so I encourage you to hop over, grab a ticket to check out the rest of the sessions that are happening while you&#8217;re there. The next one is WordCamp, Japan, which is happening June 20th through the 26th. And you heard that right that is seven whole days of WordCamp. It&#8217;s a little bit of a different format than we normally take, but it&#8217;s five days actually of contribution on ten specific projects. Then that&#8217;s bookended on either side of those contribution days, with full days of sessions. There&#8217;s some in English, but it&#8217;s primarily in Japanese. But either way, I think it&#8217;s going to be a really excellent event, and I encourage everyone to check it out.&nbsp;</p>\n\n\n\n<p>The rest of my list is not events. We have opened our sixth call for testing, it&#8217;s specifically looking at the template editing mode for Full Site Editing. It is an iteration on one of our earliest tests for the Full Site Editing outreach program. And so it has incorporated a lot of the feedback that we got in that test the first time around. So if you look at that test, which by the way, are all guided, if you&#8217;ve never tested anything before, don&#8217;t let this scare you. It&#8217;s really well written, it&#8217;s got a good guide on it and, and also allows for a little bit of exploration. But if you participated in the landing page test that we did early on, this is the follow-up to that. It incorporates a lot of the feedback that we got, so this is closing that feedback loop and I encourage you to stop by and participate in that test. It will be linked in the show notes and also I tweet about it a bit so you can run over there and find it also.</p>\n\n\n\n<p>&nbsp;WordPress is dropping support for Internet Explorer 11. That&#8217;s happening over the summer, so around the middle of July is when that&#8217;s going to happen. If you&#8217;ve been using WordPress for a while you&#8217;ve been getting notifications. If you happen to get to WordPress with IE11, letting you know that that this particular browser is reaching the end of its life for support in general on the web, but now WordPress also is making the choice to drop support for that. And so there&#8217;s a post out on wordpress.org/news, which I will also link to in the show notes in case you have not heard about this yet. It shouldn&#8217;t have any immediate and noticeable effects on anyone who&#8217;s visiting a site that&#8217;s built using WordPress. There might be a few things in the dashboard that don&#8217;t work if you are administering a WordPress site from IE11. So there&#8217;s a lot of good information in that post. Give it a read and if you have questions, always feel free to stop by the Core chat and ask those as we go.&nbsp;</p>\n\n\n\n<p>And that my friends is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Dropping support for Internet Explorer 11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 May 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10369\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"Internet Explorer 11 (IE11) was released over 7 years ago and is currently used by less than 1% of all users on the Internet with usage rapidly declining. A large majority of popular websites have already stopped supporting IE11 (including Microsoft Teams in 2020), and even the Microsoft 365 apps and services will be dropping [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3645:\"\n<p>Internet Explorer 11 (IE11) was released over 7 years ago and is currently used by less than <a href=\"https://gs.statcounter.com/browser-version-partially-combined-market-share#monthly-202104-202105-bar\" rel=\"nofollow\">1% of all users on the Internet</a> with usage rapidly declining. A large majority of popular websites have already stopped supporting IE11 (including <a href=\"https://docs.microsoft.com/en-us/lifecycle/announcements/m365-ie11-microsoft-edge-legacy\" rel=\"nofollow\">Microsoft Teams in 2020</a>), and even the Microsoft 365 apps and services will be <a href=\"https://docs.microsoft.com/en-us/lifecycle/announcements/m365-ie11-microsoft-edge-legacy\" rel=\"nofollow\">dropping support later this year</a>.</p>\n\n\n\n<p><strong>When WordPress 5.8 is released in July of this year, Internet Explorer 11 will no longer be supported.</strong></p>\n\n\n\n<p>If you are currently using IE11, it is strongly recommended that you switch to a more modern browser, such as Google Chrome, Mozilla Firefox, Safari, or Microsoft Edge. IE11 users have been shown a warning that IE11 is considered outdated in the WordPress dashboard for the last 17+ months.</p>\n\n\n\n<p>If you are already using one of the more modern browsers above, you will only be positively impacted by this change, as there are performance benefits to dropping IE11 support. However, if any other users of your site are still using IE11, it’s possible they will be affected.</p>\n\n\n\n<h2>What does “dropping support” mean?</h2>\n\n\n\n<p>When support for a browser is removed from WordPress, new features are no longer tested on those browsers and are not guaranteed to function optimally.</p>\n\n\n\n<p>Automated tools that generate parts of the WordPress Core source code are also updated to exclude unsupported browsers. This means that any feature relying on these generated files will likely have bugs or stop working for users of those browsers.</p>\n\n\n\n<p>The block editor will be the area of WordPress most heavily impacted by this change because almost all of the files related to the block editor are compiled using these automated tools. Other areas of the WordPress dashboard also use CSS built with these tools and their appearance will potentially be impacted when using IE11.</p>\n\n\n\n<p>All other areas of the code base that are IE11 specific will need to be identified, evaluated, and removed on a case-by-case basis as the rest are manually maintained. This process will begin in the WordPress 5.9 release, and will likely happen gradually over several major releases. Additionally, any bugs which are reported for IE11 will not be fixed.</p>\n\n\n\n<h2>How will this affect themes?</h2>\n\n\n\n<p>No changes will be made to any of the default bundled themes as a result of this plan. No code related to IE11 support (or any other browser that may have been supported when each theme was released) will be removed from default themes. However, any new features added going forward will not be tested in IE11.</p>\n\n\n\n<p>If you are not using a default theme, it’s still unlikely that your theme will be affected by this change. Themes typically have their own browser support policies, and changes in WordPress Core do not affect those. It’s possible that your theme author may have removed support for IE11 already.</p>\n\n\n\n<p>If IE11 support is important to you and you are unsure whether your theme supports IE11, it is recommended that you reach out to your theme’s developer to confirm.</p>\n\n\n\n<p>More information on this change can be found on the <a href=\"https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/\">Making WordPress Core blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 11 Jun 2021 21:02:30 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 11 Jun 2021 13:11:16 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20201017055008\";}','no'),(210,'jetpack_available_modules','a:1:{s:5:\"8.5.1\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(246,'category_children','a:0:{}','yes'),(284,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"5\",\"critical\":\"1\"}','yes'),(12678,'_site_transient_timeout_browser_f274197cd6466deba1e6e89f0066883c','1624050129','no'),(12679,'_site_transient_browser_f274197cd6466deba1e6e89f0066883c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"91.0.4472.81\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(13605,'_site_transient_timeout_bg_license_data','1623549668','no'),(13606,'_site_transient_bg_license_data','O:8:\"stdClass\":5:{s:3:\"key\";s:64:\"uU2bLnjwLaoeAwCfsQvnBJB4BX0EITQ1sWYPLn0tfQrcsLkXrT2BNMDJwPxTPDrR\";s:6:\"cipher\";s:11:\"AES-128-CBC\";s:2:\"iv\";s:44:\"8%7CA%5C%FE%B1%2B%93%7B%82%94%3D%9D%82%85%8E\";s:4:\"data\";s:556:\"DJiMhst6q/JyVEHg28zJhkpG59Rf3itXICL2abdzjoIEPMQS8Wx0Vv6opu1Hj/gEHy8sXW1poQTnlmP39HHegdAcIIYw7rtIgluwTQV8HXO47GlXi1JRiTbtw1idhHQB5YJOTf5SY6LzgaBnmeSXoQ6Ty+CWC2DAWX5eExXNkyRfKBwE7p6HxpYcCypOUA0551DsTCw9oYPuKaU4G1qWLSBt9kD8NctmdQ1Uqv0AV8hUmr9p1peLIfyBGzXbCPPKOnJm3uJZpTR2v+1ulJj6PYuSEMfMkhNhoPGIoCwreEb9xiXM3QG6RWh2nMMwzFWyV/dd0PctfQW7iABGg65r7DbjjdPFQNFfnnQj7vaX0FfLBRagGEoLkqXf/AFzUhax90yY1wF/6+vz+4gpscB4lCPIybMbrBJlG4gumFzxsqKZtlDfGUyUtQv4cLkBbH1rHofXOMZxbrxDw/1gYU42BcaVnHKAfyVLGi0ngIUDAxOaTZ38uoLYKt2CqIG5ucrrli8HYImVbeW/jaJndV5D8sA/DisR5YqQ0Oc2sN4ESbs=\";s:7:\"version\";i:2;}','no'),(8872,'_site_transient_timeout_browser_d873f6aaeca2c60b199368c80bb0286a','1623624199','no'),(8873,'_site_transient_browser_d873f6aaeca2c60b199368c80bb0286a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"91.0.4472.77\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(12991,'boldgrid_reseller','a:11:{s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;}','no'),(622,'boldgrid_api_key','c52b9c4a5fe836d55efb7a4f317a7f6c','no'),(623,'boldgrid_site_hash','e517f51f23f4a68e0fcf9b82d471e599','no'),(660,'weforms_settings','a:4:{s:13:\"email_gateway\";s:9:\"wordpress\";s:6:\"credit\";b:0;s:12:\"email_footer\";b:1;s:9:\"recaptcha\";a:3:{s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"type\";s:2:\"v2\";}}','yes'),(661,'weforms_installed','1622243448','yes'),(664,'_transient_timeout_weforms_prevent_tracker_notice','1622848248','no'),(665,'weforms_version','1.4.8','yes'),(627,'boldgrid_asset','a:3:{s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}s:5:\"image\";a:39:{i:0;a:16:{s:8:\"asset_id\";s:7:\"1178737\";s:9:\"coin_cost\";N;s:4:\"name\";s:94:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:121;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:1;a:16:{s:8:\"asset_id\";s:7:\"1178738\";s:9:\"coin_cost\";N;s:4:\"name\";s:118:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:122;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:2;a:16:{s:8:\"asset_id\";s:7:\"1178739\";s:9:\"coin_cost\";N;s:4:\"name\";s:119:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:123;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:3;a:16:{s:8:\"asset_id\";s:7:\"1178740\";s:9:\"coin_cost\";N;s:4:\"name\";s:118:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:124;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:4;a:16:{s:8:\"asset_id\";s:7:\"1178741\";s:9:\"coin_cost\";N;s:4:\"name\";s:120:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:125;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:5;a:16:{s:8:\"asset_id\";s:7:\"1178742\";s:9:\"coin_cost\";N;s:4:\"name\";s:122:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:126;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:6;a:16:{s:8:\"asset_id\";s:7:\"1178743\";s:9:\"coin_cost\";N;s:4:\"name\";s:124:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:127;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:7;a:16:{s:8:\"asset_id\";s:7:\"1178744\";s:9:\"coin_cost\";N;s:4:\"name\";s:128:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:128;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:8;a:16:{s:8:\"asset_id\";s:7:\"1178745\";s:9:\"coin_cost\";N;s:4:\"name\";s:123:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:129;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:9;a:16:{s:8:\"asset_id\";s:4:\"9783\";s:9:\"coin_cost\";N;s:4:\"name\";s:111:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:181:\"{\"license\":\"4\",\"author_username\":\"Alexander Shustov\",\"author_url\":\"https:\\/\\/unsplash.com\\/alexandershustov\",\"image_homepage\":\"https:\\/\\/download.unsplash.com\\/7\\/girl-flowers.jpg\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:130;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:10;a:16:{s:8:\"asset_id\";s:4:\"9784\";s:9:\"coin_cost\";N;s:4:\"name\";s:106:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:192:\"{\"license\":\"4\",\"author_username\":\"hahanriji\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/hahanriji-557597\\/\",\"image_homepage\":\"http:\\/\\/pixabay.com\\/en\\/glasses-people-man-model-516374\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:131;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:11;a:16:{s:8:\"asset_id\";s:4:\"9785\";s:9:\"coin_cost\";N;s:4:\"name\";s:103:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:193:\"{\"license\":\"4\",\"author_username\":\"husnil24\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/husnil24-31067\\/\",\"image_homepage\":\"http:\\/\\/pixabay.com\\/en\\/girl-hijab-smile-women-islam-247302\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:132;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:12;a:16:{s:8:\"asset_id\";s:4:\"9786\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:199:\"{\"license\":\"4\",\"author_username\":\"Takmeomeo\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/Takmeomeo-375120\\/\",\"image_homepage\":\"http:\\/\\/pixabay.com\\/en\\/woman-model-sunlight-sunglasses-422706\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:133;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:13;a:16:{s:8:\"asset_id\";s:6:\"789476\";s:9:\"coin_cost\";N;s:4:\"name\";s:100:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:134;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:14;a:16:{s:8:\"asset_id\";s:6:\"852339\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/94330ed1-ec1980c3-martinan110300005.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:135;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"308\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"9100659\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:15;a:16:{s:8:\"asset_id\";s:6:\"852343\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:96:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/06fa7ba9-f8aa64c-omegas110600041.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:136;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"299\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:7:\"9805886\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:16;a:16:{s:8:\"asset_id\";s:6:\"852346\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:96:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/fd26b145-ee6d0105-petro130600008.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:137;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"314\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"20085567\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:17;a:16:{s:8:\"asset_id\";s:6:\"780386\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:159:\"{\"license\":\"10\",\"author_username\":\"Alex wong\",\"author_url\":\"http:\\/\\/unsplash.com\\/@killerfvith\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/-rWjydNhATw\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:138;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:18;a:16:{s:8:\"asset_id\";s:6:\"780387\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:158:\"{\"license\":\"10\",\"author_username\":\"Scott Webb\",\"author_url\":\"http:\\/\\/unsplash.com\\/@scottwebb\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/_PdZdW7fiDc\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:139;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:19;a:16:{s:8:\"asset_id\";s:6:\"780388\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:160:\"{\"license\":\"10\",\"author_username\":\"Maja Petric\",\"author_url\":\"http:\\/\\/unsplash.com\\/@majapetric\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/vGQ49l9I4EE\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:140;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:20;a:16:{s:8:\"asset_id\";s:6:\"780395\";s:9:\"coin_cost\";N;s:4:\"name\";s:153:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:10:54\";s:11:\"attribution\";s:164:\"{\"license\":\"10\",\"author_username\":\"Samuel Zeller\",\"author_url\":\"http:\\/\\/unsplash.com\\/@samuelzeller\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/NvV8-qFUV4I\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:141;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:21;a:16:{s:8:\"asset_id\";s:7:\"1198957\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-28 23:57:12\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:152;s:5:\"width\";s:3:\"799\";s:6:\"height\";s:3:\"599\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"85892976\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:22;a:17:{s:8:\"asset_id\";s:7:\"1198959\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:98:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/eeeeb7f3-a63fc0e5-dizanna150600652.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 00:07:42\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:154;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"40766377\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:5:\"crops\";a:1:{i:0;a:2:{s:11:\"cropDetails\";a:8:{s:2:\"x1\";s:3:\"141\";s:2:\"y1\";s:1:\"0\";s:2:\"x2\";s:3:\"701\";s:2:\"y2\";s:3:\"561\";s:5:\"width\";s:3:\"560\";s:6:\"height\";s:3:\"561\";s:9:\"dst_width\";s:3:\"512\";s:10:\"dst_height\";s:3:\"512\";}s:4:\"path\";s:106:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\";}}}i:23;a:16:{s:8:\"asset_id\";s:7:\"1198960\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:104:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/b499d50a-efa36267-gustavofrazao161002284.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 00:21:53\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:155;s:5:\"width\";s:3:\"811\";s:6:\"height\";s:3:\"591\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"65025623\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:24;a:16:{s:8:\"asset_id\";s:7:\"1198969\";s:9:\"coin_cost\";N;s:4:\"name\";s:87:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 01:03:57\";s:11:\"attribution\";s:122:\"{\"license\":10,\"author_username\":\"ilya90\",\"author_url\":null,\"image_homepage\":\"https:\\/\\/unsplash.com\\/photos\\/4l5fsRjJqLM\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:174;s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"267\";s:17:\"image_provider_id\";s:1:\"6\";s:16:\"id_from_provider\";s:11:\"4l5fsRjJqLM\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"raw\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:25;a:16:{s:8:\"asset_id\";s:7:\"1198993\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/b5114c00-345219da-ileezhun180900130.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 02:56:04\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:190;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"174\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:9:\"107941984\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:26;a:16:{s:8:\"asset_id\";s:7:\"1198994\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:98:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/64cc636a-3dda3779-deimosz130100226.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 02:58:03\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:191;s:5:\"width\";s:3:\"692\";s:6:\"height\";s:3:\"692\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"17452067\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:27;a:16:{s:8:\"asset_id\";s:7:\"1198995\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/e6794e92-784eac9c-urfingus171200170.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 02:58:31\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:192;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"149\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"91787587\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:28;a:16:{s:8:\"asset_id\";s:7:\"1198996\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:95:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/319c0400-32bdb7e6-gguy140400012.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 03:15:07\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:193;s:5:\"width\";s:3:\"814\";s:6:\"height\";s:3:\"588\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"28687301\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:29;a:16:{s:8:\"asset_id\";s:7:\"1199000\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:101:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 03:24:40\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:194;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"564\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:9:\"126736002\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:30;a:16:{s:8:\"asset_id\";s:7:\"1199001\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:98:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 03:27:11\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:195;s:5:\"width\";s:3:\"692\";s:6:\"height\";s:3:\"692\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:9:\"121051132\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:31;a:16:{s:8:\"asset_id\";s:7:\"1199071\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 20:47:22\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:200;s:5:\"width\";s:3:\"665\";s:6:\"height\";s:3:\"720\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"54300946\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:32;a:16:{s:8:\"asset_id\";s:7:\"1199072\";s:9:\"coin_cost\";N;s:4:\"name\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/1-17117758340_dff88df764_o.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 21:00:39\";s:11:\"attribution\";s:186:\"{\"license\":\"4\",\"author_username\":\"gina pina\",\"author_url\":\"https:\\/\\/www.flickr.com\\/photos\\/11406748@N00\",\"image_homepage\":\"https:\\/\\/www.flickr.com\\/photos\\/11406748@N00\\/17117758340\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:201;s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:17:\"image_provider_id\";s:1:\"1\";s:16:\"id_from_provider\";s:11:\"17117758340\";s:11:\"orientation\";N;s:10:\"image_size\";s:8:\"Original\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:33;a:16:{s:8:\"asset_id\";s:7:\"1199073\";s:9:\"coin_cost\";N;s:4:\"name\";s:87:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 21:03:46\";s:11:\"attribution\";s:130:\"{\"license\":10,\"author_username\":\"onesummerday11\",\"author_url\":null,\"image_homepage\":\"https:\\/\\/unsplash.com\\/photos\\/dG35-kUxv34\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:202;s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"6\";s:16:\"id_from_provider\";s:11:\"dG35-kUxv34\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"raw\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:34;a:16:{s:8:\"asset_id\";s:7:\"1199074\";s:9:\"coin_cost\";N;s:4:\"name\";s:89:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/1-5148441693_b2c91ec757_o.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 21:13:59\";s:11:\"attribution\";s:193:\"{\"license\":\"5\",\"author_username\":\"Elisabeth Augusta\",\"author_url\":\"https:\\/\\/www.flickr.com\\/photos\\/99538711@N00\",\"image_homepage\":\"https:\\/\\/www.flickr.com\\/photos\\/99538711@N00\\/5148441693\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:203;s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1333\";s:17:\"image_provider_id\";s:1:\"1\";s:16:\"id_from_provider\";s:10:\"5148441693\";s:11:\"orientation\";N;s:10:\"image_size\";s:8:\"Original\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:35;a:16:{s:8:\"asset_id\";s:7:\"1199082\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:98:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/1bb80ea6-07f9b778-dizanna150301510.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 21:33:58\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:204;s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"565\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"37917843\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:36;a:16:{s:8:\"asset_id\";s:7:\"1199093\";s:9:\"coin_cost\";N;s:4:\"name\";s:87:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-05-29 21:50:58\";s:11:\"attribution\";s:153:\"{\"license\":10,\"author_username\":\"benkoorengevel\",\"author_url\":\"http:\\/\\/www.2212film.com\",\"image_homepage\":\"https:\\/\\/unsplash.com\\/photos\\/sjuLxUOEMY8\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:207;s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"267\";s:17:\"image_provider_id\";s:1:\"6\";s:16:\"id_from_provider\";s:11:\"sjuLxUOEMY8\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"raw\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:37;a:16:{s:8:\"asset_id\";s:6:\"890612\";s:9:\"coin_cost\";N;s:4:\"name\";s:87:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/06/6-xh4mG4cqHGg-200x273-1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-06-01 00:30:15\";s:11:\"attribution\";s:158:\"{\"license\":10,\"author_username\":\"thedakotacorbin\",\"author_url\":\"http:\\/\\/www.dakotacorbin.com\",\"image_homepage\":\"https:\\/\\/unsplash.com\\/photos\\/xh4mG4cqHGg\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:251;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"273\";s:17:\"image_provider_id\";s:1:\"6\";s:16:\"id_from_provider\";s:11:\"xh4mG4cqHGg\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"raw\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:38;a:16:{s:8:\"asset_id\";s:7:\"1161220\";s:9:\"coin_cost\";N;s:4:\"name\";s:87:\"/home/unusua8/innocent-angel.org/wp-content/uploads/2021/06/6-NFoerQuvzrs-200x356-1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2021-06-01 00:32:11\";s:11:\"attribution\";s:126:\"{\"license\":10,\"author_username\":\"nicosmit99\",\"author_url\":null,\"image_homepage\":\"https:\\/\\/unsplash.com\\/photos\\/NFoerQuvzrs\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:252;s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"356\";s:17:\"image_provider_id\";s:1:\"6\";s:16:\"id_from_provider\";s:11:\"NFoerQuvzrs\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"raw\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}}}','yes'),(628,'boldgrid_inspirations_current_version','2.6.2','no'),(14208,'_site_transient_timeout_boldgrid_backup_premium_version_data','1623543926','no'),(14209,'_site_transient_boldgrid_backup_premium_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:64:\"Total Upkeep Premium &ndash; WordPress Backup Plugin plus Restor\";s:7:\"version\";s:5:\"1.5.9\";s:8:\"asset_id\";i:1192077;s:12:\"release_date\";s:19:\"2021-04-29 14:47:06\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";s:4823:\"{\"description\":\"<p>Premium extension for the Total Upkeep plugin.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire boldgrid-backup-premium folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.9<\\/h4>\\n\\n<p>Release date: April 29th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Fixed nonce for restoring single files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<p>Release date: March 11th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies, including aws-php-sdk from version 2 to 3.<\\/li>\\n<li>Update: Adding google-drive-download.og<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed confings type in update class.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Various JQMIGRATE warnings fixed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<p>Release date: December 2nd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed invalid nonce when downloading Amazon S3 backups.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<p>Release date: October 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed issue with installing plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<p>Release date: October 13th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Added additional logging for Google Drive.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<p>Release date: August 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated Timely Auto Updates to work with the new WordPress 5.5+ Auto Update UI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Auto Update Translation filter causes fatal error with JetPack active <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-backup-premium\\/issues\\/50\\\">#50<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.5.0<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>New Feature: Added Timely Auto Updates.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0<\\/h4>\\n\\n<p>Release date: May 19th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Google drive - shared drive support.<\\/li>\\n<li>New feature: Google drive - upload to any folder by using a folder id.<\\/li>\\n<li>Bug fix: Cleaned up Amazon libraries loaded to prevent conflict with W3TC.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<p>Release date: February 19th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Cannot save Google Drive on settings page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<p>Release date: February 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Allow Google Drive settings to be reset, and which allows for reauthorization.<\\/li>\\n<li>Update: Show error messages when validating Google Drive.<\\/li>\\n<li>Bug fix: Error 403: Daily Limit for Unauthenticated Use Exceeded.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<p>Release date: December 13th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed filtering of archive attributes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0<\\/h4>\\n\\n<p>Release data: November 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Renamed plugin from \\\"BoldGrid Backup Premium\\\" to \\\"Total Upkeep Premium\\\".<\\/li>\\n<li>New feature: Added database dump file encryption.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fix bucket errors on archive details page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.0<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: DreamObjects support.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<p>Release date: May 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Google Drive attempting to upload archive that does not exist.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<p>Release date: May 14th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Themes autoupdated not showing in Tools > History.<\\/li>\\n<li>Bug fix: Incorrect theme version listed in history during autoupdate.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0<\\/h4>\\n\\n<p>Release date: Feb 14th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Google Drive support.<\\/li>\\n<li>Update: Composer libraries updated.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed ob_flush warning with S3.<\\/li>\\n<li>Bug fix: Fixed error: Invalid argument supplied for foreach().<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: October 25th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed handling of hook parameter on non-bulk plugin upgrades.<\\/li>\\n<li>Bug fix: Fatal error: Uncaught Error: Call to undefined function wp<em>generate<\\/em>password.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: April 11th, 2017<\\/p>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3.0<\\/h4>\\n\\n<p>BoldGrid Backup Premium has been renamed to Total Upkeep Premium.  Different name with the same great features.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:45643:\"{\"5.7\":{\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.3\":{\"1.5.9\":[100,95]},\"5.6.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.4\":{\"1.5.9\":[100,95]},\"5.5.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.5\":{\"1.5.9\":[100,95]},\"5.4.4\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.2\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.1\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.7\":{\"1.5.9\":[100,95]},\"5.3.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.5\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.4\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.3\":{\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.2\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.1\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.9\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.7\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.6\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.5\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.4\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.2\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.10\":{\"1.5.9\":[100,95]},\"5.2.1\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.7\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.6\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.5\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.4\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.2\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.9\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.8\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.7\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.6\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.5\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.4\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.3\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.2\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.10\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.1\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.9\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.8\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.6\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.5\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.4\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.3\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.14\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.13\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.12\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.11\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.10\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.1\":{\"1.0.0\":[100,12],\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.9\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.8\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.6\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.10\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.12\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.11\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.10\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.12\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.11\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.10\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:143:\"{\"backup\":\"Backup\",\"cloud backup\":\"Cloud backup\",\"database backup\":\"Database backup\",\"restore\":\"Restore\",\"wordpress backup\":\"Wordpress backup\"}\";s:7:\"banners\";s:125:\"{\"low\":\"//repo.boldgrid.com/assets/banner-backup-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-backup-1544x500.png\"}\";}}s:7:\"updated\";i:1623515126;}','no'),(633,'boldgrid_inspirations_redirect','1622243428','yes'),(695,'boldgrid_has_built_site','yes','yes'),(696,'boldgrid_show_tip_start_editing','yes','yes'),(703,'boldgrid_easy_seo_version','1.6.10','no'),(704,'widget_weforms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13607,'_site_transient_timeout_kirki_googlefonts_cache','1623549668','no'),(13608,'_site_transient_kirki_googlefonts_cache','a:993:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Muli\";a:3:{s:5:\"label\";s:4:\"Muli\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'),(13234,'_transient_timeout_kirki_remote_url_contents','1624059853','no'),(13235,'_transient_kirki_remote_url_contents','a:4:{s:32:\"03f03470b65b8b3ca9a7a9dcf2d8b244\";s:393:\"/* latin */\n@font-face {\n  font-family: \'Six Caps\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/sixcaps/v11/6ae_4KGrU7VR7bNmaYcV_3L4Pzoo.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"57464416737d0655e047cf1ad7307b28\";s:2162:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"21158b71aa764c27f41d5e3af627bdb6\";s:2225:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWJ0df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWZ0df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVp0df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWp0df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFW50df8pkAp6a.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"ef38e7793bcc12df9b4082aca8fa238e\";s:1764:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Oswald\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCnAxTV.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Oswald\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCnAxTV.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Oswald\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCnAxTV.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Oswald\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCnAxTV.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Oswald\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCnAw.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','no'),(709,'kirki_downloaded_font_files','a:20:{s:73:\"https://fonts.gstatic.com/s/sixcaps/v11/6ae_4KGrU7VR7bNmaYcV_3L4Pzoo.woff\";s:92:\"/home/unusua8/innocent-angel.org/wp-content/fonts/six-caps/6ae_4KGrU7VR7bNmaYcV_3L4Pzoo.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:90:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:70:\"https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:88:\"/home/unusua8/innocent-angel.org/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWJ0df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFWJ0df8pkAp6a.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWZ0df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFWZ0df8pkAp6a.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVp0df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFVp0df8pkAp6a.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFWp0df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFWp0df8pkAp6a.woff\";s:78:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFW50df8pkAp6a.woff\";s:97:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFW50df8pkAp6a.woff\";s:76:\"https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff\";s:95:\"/home/unusua8/innocent-angel.org/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff\";s:92:\"https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCnAxTV.woff\";s:110:\"/home/unusua8/innocent-angel.org/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCnAxTV.woff\";s:92:\"https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCnAxTV.woff\";s:110:\"/home/unusua8/innocent-angel.org/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCnAxTV.woff\";s:92:\"https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCnAxTV.woff\";s:110:\"/home/unusua8/innocent-angel.org/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCnAxTV.woff\";s:92:\"https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCnAxTV.woff\";s:110:\"/home/unusua8/innocent-angel.org/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCnAxTV.woff\";s:90:\"https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCnAw.woff\";s:108:\"/home/unusua8/innocent-angel.org/wp-content/fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCnAw.woff\";}','yes'),(1221,'crio_premium_menu_locations','a:7:{s:31:\"sample-layout-1-social-menu_001\";a:3:{s:2:\"id\";s:31:\"sample-layout-1-social-menu_001\";s:4:\"name\";s:27:\"Sample Layout 1 Social Menu\";s:11:\"template_id\";i:182;}s:29:\"sample-layout-1-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-1-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 1 Main Menu\";s:11:\"template_id\";i:182;}s:29:\"sample-layout-2-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-2-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 2 Main Menu\";s:11:\"template_id\";i:183;}s:29:\"sample-layout-3-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-3-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 3 Main Menu\";s:11:\"template_id\";i:184;}s:29:\"sample-layout-4-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-4-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 4 Main Menu\";s:11:\"template_id\";i:185;}s:29:\"sample-layout-5-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-5-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 5 Main Menu\";s:11:\"template_id\";i:186;}s:29:\"sample-layout-6-main-menu_001\";a:3:{s:2:\"id\";s:29:\"sample-layout-6-main-menu_001\";s:4:\"name\";s:25:\"Sample Layout 6 Main Menu\";s:11:\"template_id\";i:187;}}','yes'),(5606,'boldgrid_backup_in_progress_data','a:3:{s:6:\"status\";s:22:\"Backing up database...\";s:6:\"tables\";a:15:{i:0;s:16:\"wpzv_commentmeta\";i:1;s:13:\"wpzv_comments\";i:2;s:10:\"wpzv_links\";i:3;s:12:\"wpzv_options\";i:4;s:13:\"wpzv_postmeta\";i:5;s:10:\"wpzv_posts\";i:6;s:23:\"wpzv_term_relationships\";i:7;s:18:\"wpzv_term_taxonomy\";i:8;s:13:\"wpzv_termmeta\";i:9;s:10:\"wpzv_terms\";i:10;s:13:\"wpzv_usermeta\";i:11;s:10:\"wpzv_users\";i:12;s:20:\"wpzv_weforms_entries\";i:13;s:22:\"wpzv_weforms_entrymeta\";i:14;s:17:\"wpzv_wpforms_lite\";}s:4:\"step\";i:1;}','yes'),(5635,'_site_transient_boldgrid_plugins_filtered','a:6:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:13:{s:4:\"Name\";s:17:\"BoldGrid Easy SEO\";s:9:\"PluginURI\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:7:\"Version\";s:6:\"1.6.10\";s:11:\"Description\";s:82:\"Easily manage your website\'s search engine optimization with Easy SEO by BoldGrid!\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:5:\"bgseo\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:17:\"BoldGrid Easy SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:13:{s:4:\"Name\";s:21:\"BoldGrid Inspirations\";s:9:\"PluginURI\";s:47:\"https://www.boldgrid.com/boldgrid-inspirations/\";s:7:\"Version\";s:5:\"2.6.2\";s:11:\"Description\";s:177:\"Find inspiration, customize, and launch! BoldGrid Inspirations includes FREE WordPress themes and is the easiest way to launch a new WordPress site complete with custom content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:21:\"boldgrid-inspirations\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:21:\"BoldGrid Inspirations\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:13:{s:4:\"Name\";s:21:\"Post and Page Builder\";s:9:\"PluginURI\";s:103:\"https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb\";s:7:\"Version\";s:6:\"1.14.0\";s:11:\"Description\";s:175:\"Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:87:\"https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb\";s:10:\"TextDomain\";s:15:\"boldgrid-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:21:\"Post and Page Builder\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";a:13:{s:4:\"Name\";s:29:\"Post and Page Builder Premium\";s:9:\"PluginURI\";s:60:\"https://www.boldgrid.com/wordpress-page-builder-by-boldgrid/\";s:7:\"Version\";s:5:\"1.0.4\";s:11:\"Description\";s:48:\"Premium extension for the Post and Page Builder.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:28:\"post-and-page-buider-premium\";s:10:\"DomainPath\";s:11:\"/languagesD\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:29:\"Post and Page Builder Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:13:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.13.3\";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:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:13:{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.3.3\";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:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(5607,'boldgrid_backup_last_backup','1622708898','no'),(5608,'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:143942783;s:4:\"save\";b:1;s:10:\"total_size\";i:249227762;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:33:\"/home/unusua8/innocent-angel.org/\";s:9:\"backup_id\";s:8:\"b130d206\";s:7:\"siteurl\";s:25:\"http://innocent-angel.org\";s:9:\"timestamp\";i:1622708775;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:18:\"innocent-angel.org\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:111:\"Linux biz211.inmotionhosting.com 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64\";s:11:\"php_version\";s:6:\"7.2.34\";s:11:\"server_addr\";s:14:\"144.208.71.116\";s:11:\"server_name\";s:18:\"innocent-angel.org\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:2572;s:8:\"username\";s:7:\"unusua8\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:93:\"/home/unusua8/boldgrid_backup/boldgrid-backup-innocent-angel.org-b130d206-20210603-082617.zip\";s:11:\"lastmodunix\";i:1622708897;s:8:\"duration\";s:6:\"122.52\";s:11:\"db_duration\";s:4:\"0.62\";s:11:\"db_filename\";s:33:\"unusua8_wp879.20210603-082615.sql\";s:12:\"mail_success\";b:1;}','yes'),(5792,'_transient_timeout_jetpack_file_data_8.5.1','1625247760','no'),(5793,'_transient_jetpack_file_data_8.5.1','a:52:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:102:\"Help visitors quickly find answers with highly relevant instant search results and powerful filtering.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:51:\"sso, single sign on, login, log in, 2fa, two-factor\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{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:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"21b59e7bb3fe0784e7525ad11ad8a8f6\";a:14:{s:4:\"name\";s:21:\"WooCommerce Analytics\";s:11:\"description\";s:53:\"Enhanced analytics for WooCommerce and Jetpack users.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"8.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Other, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:69:\"woocommerce, analytics, stats, statistics, tracking, analytics, views\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}','no'),(14574,'_site_transient_timeout_boldgrid_api_data','1623561712','no'),(14575,'_site_transient_boldgrid_api_data','O:8:\"stdClass\":5:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":30:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.6.3\";s:8:\"asset_id\";i:1201345;s:12:\"release_date\";s:19:\"2021-06-10 18:01:27\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.7\";s:8:\"sections\";s:48463:\"{\"description\":\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.<\\/p>\\n\\n<p>The first phase is Inspiration; the guided tool creates your base website.  If you already have a website, then you can skip this step.<\\/p>\\n\\n<p>The second phase is Customization; tools to transform your website into your vision.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-inspirations folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<li><p>You will find the Inspirations menu in your WordPress Dashboard \\/ admin panel.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>2.6.3<\\/h4>\\n\\n<p>Release date: June 10th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated the way blogs are installed via Inspirations.<\\/li>\\n<li>Update: Updated the My Inspirations page with links to theme support.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.2<\\/h4>\\n\\n<p>Release date: April 14th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add support for footer-menu locations<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.1<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Disable custom menu by default.<\\/li>\\n<li>Bug fix: Add \\\"My Inspirations\\\" link in case js does not redirect.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.0<\\/h4>\\n\\n<p>Release date: January 25th, 2021<\\/p>\\n\\n<ul>\\n<li>New feature: Theme deployments can now include theme specific plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.2<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.<\\/li>\\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.1<\\/h4>\\n\\n<p>Release date: October 23rd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed \\\"Only variables should be passed by reference\\\" in class-boldgrid-inspirations-purchase-for-publish.php.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.0<\\/h4>\\n\\n<p>Release date: October 17th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Invoicing and Caching options added as Inspirations features.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.4<\\/h4>\\n\\n<p>Release date: September 22nd, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.3<\\/h4>\\n\\n<p>Release date: August 11th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: WordPress 5.5 compatibility changes.<\\/li>\\n<li>Update: Optimized usage of set<em>staging<\\/em>installed.<\\/li>\\n<li>Update: Optimized \\\"get total coin cost\\\".<\\/li>\\n<li>Update: Updated links in login footer<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.2<\\/h4>\\n\\n<p>Release date: June 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.1<\\/h4>\\n\\n<p>Release date: May 29th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.0<\\/h4>\\n\\n<p>Release date: May 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Changes needed for Crio.<\\/li>\\n<li>Bug fix: Attribution page will not show excpert.<\\/li>\\n<li>Bug fix: Fixed display \\/ position of BoldGrid Connect image search results.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.1<\\/h4>\\n\\n<p>Release date: March 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Unable to click button on email confirmation page.<\\/li>\\n<li>Update: Removed \\\"Add new from GridBlocks\\\" feature.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.0<\\/h4>\\n\\n<p>Release date: December 17th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Added noindex to the attribution page.<\\/li>\\n<li>Update: Changed the form plugin from WPForms to weForms.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.2<\\/h4>\\n\\n<p>Release date: November 22st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.<\\/li>\\n<li>Update: Updated dependency boldgrid\\/library to 2.10.6.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.1<\\/h4>\\n\\n<p>Release date: October 15th, 2019<\\/p>\\n\\n<ul>\\n<li>Update:  Updated dependency boldgrid\\/library to 2.10.4.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.0<\\/h4>\\n\\n<p>Release date: September 17th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.<\\/li>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.1<\\/h4>\\n\\n<p>Release date: September 5th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.0<\\/h4>\\n\\n<p>Release date: August 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Removed the \\\"Welcome to BoldGrid\\\" dashboard widget.<\\/li>\\n<li>Update: Add notice to dashboard widget.<\\/li>\\n<li>Update: Remove news widget from dashboard.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.7<\\/h4>\\n\\n<p>Release date: August 16, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing compact warnings<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.6<\\/h4>\\n\\n<p>Release date: August 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.5<\\/h4>\\n\\n<p>Release date: July 25th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Added a switch for toggling branding of the login page.<\\/li>\\n<li>Update: Cleaned up logic on purchase coins page.<\\/li>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.4<\\/h4>\\n\\n<p>Release date: July 2nd, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.3<\\/h4>\\n\\n<p>Release date: May 21st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing \\\"Call to undefined method getAttribute\\\" error.<\\/li>\\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle \\/ login<\\/em>headertext.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.2<\\/h4>\\n\\n<p>Release date: Apr 23nd, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing usage of php\'s empty function for php &lt; 5.5<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.1<\\/h4>\\n\\n<p>Release date: Apr 19th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing class property declaration for php &lt; 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.0<\\/h4>\\n\\n<p>Release date: Apr 16th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.<\\/li>\\n<li>Update: Inspirations process with full screen mode and design updates.<\\/li>\\n<li>New feature: Inspirations dashboard.<\\/li>\\n<li>New feature: German translations added - de_DE.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.5<\\/h4>\\n\\n<p>Release date: Jan 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Pages fail to install on Pages > Add New.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.4<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Unable to save \\\"boldgrid<em>menu<\\/em>option\\\" on settings page.<\\/li>\\n<li>Bug fix:                       Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.3<\\/h4>\\n\\n<p>Release date: Dec 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Coin Budget help was not toggling when clicked.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.2<\\/h4>\\n\\n<p>Release date: Nov 26th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-33   Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.1<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Update:       JIRA BGCONN-20   Removed update settings; have been moved to the BoldGrid Library packages.<\\/li>\\n<li>Bug fix:      JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Attribution page not being rebuilt \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search in the Customizer \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Recommended image sizes not working as expected.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated BoldGrid library to version 2.4.2.<\\/li>\\n<li>New feature:  JIRA BGINSP-24  Log data when there may be a connection or Ajax error.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-16  Warnings and notices within inspiration w\\/ Crio theme<\\/li>\\n<li>Bug fix:      JIRA BGINSP-23  Fixed issue: Connect Search may load with connection notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated to library version 2.3.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-14  Fatal in PHP >=7.1.0 when creating internal preview builds.<\\/li>\\n<li>Bug fix:      JIRA WPB-3767   Prevent invalid API calls for check-version.<\\/li>\\n<li>Update:       JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-3730   Updated library dependency to ^2.0.0.<\\/li>\\n<li>Update:       JIRA BGINSP-3   Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.<\\/li>\\n<li>Update:       JIRA WPB-3684   Updated composer.json, due to package changes.<\\/li>\\n<li>New feature:  JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGSTAGE-32 Fixed staging plugin install.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA BGINSP-4   Removed admin notice recommending plugin installations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3643   Ensure that deployment does not install new wporg plugins if old ones are installed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3587   Menu assignment after deployment broken in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3570   Inspirations Select button misplaced in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3593   Changes require to help Staging support new Customizer scheduler.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updates to library.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.11<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3336   All and Default categories do not align.<\\/li>\\n<li>Bug fix:      JIRA WPB-3337   On a fresh install, Pages - New From GridBlocks fails.<\\/li>\\n<li>Bug fix:      JIRA WPB-3333   Image search only searching one provider instead of all.<\\/li>\\n<li>Bug fix:      JIRA WPB-3346   Edit Image button not working for attachment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3387   Loading GridBlocks just spins.<\\/li>\\n<li>Update:       JIRA WPB-3352   Purchase coins through BoldGrid Central.<\\/li>\\n<li>Update:       JIRA WPB-3355   Add data-image-url attribute.<\\/li>\\n<li>Update:       JIRA WPB-3382   More descriptive creative commons icon.<\\/li>\\n<li>Update:       JIRA WPB-3384   Add License details to attachment details.<\\/li>\\n<li>Update:       JIRA WPB-3383   Filter out boldgrid-gridblock-set-preview-page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3318   When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.<\\/li>\\n<li>Bug fix:      JIRA WPB-3312   Ensure activation of preferred form plugin.  Added filter for preferred slug.<\\/li>\\n<li>Bug fix:      JIRA WPB-3317   New page from GridBlocks not working.<\\/li>\\n<li>Update:       JIRA WPB-3252   Disable \'default\' category and configure \'showcase\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-3332   New from gridblocks button not showing.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3200   Added WPForms support.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Update:   JIRA WPB-3296 Add Inspirations as first menu item child.<\\/li>\\n<li>Bug Fix:  JIRA WPB-3274 Plugins > Add New Updates fail in modals.<\\/li>\\n<li>New feature:  JIRA WPB-3293   Resize images during deployment vs imgr server.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Update:      JIRA WPB-3243    Change feedback admin notice display frequency.<\\/li>\\n<li>Update:      JIRA WPB-3264 Adding twitch social media option.<\\/li>\\n<li>New Feature: Added BoldGrid Library to plugin.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3179   Gradient style being lost during normal deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3180   Open WordPress\\/BoldGrid links in attribution page in new tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<li>Bug fix:      JIRA WPB-3162   Fixed issue creating .htaccess file in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3171   As an author, when installing a site I do not want background images to be processed.<\\/li>\\n<li>Bug fix:      JIRA WPB-3176   Background gradient \\/ url bug during deplyment.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Bug fix:      JIRA WPB-3141   Fixed invalid updates for BoldGrid Prime theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-3158   Deployment\'s gallery updates are not saved.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3106   As an Author, I can set background images for elements.<\\/li>\\n<li>New feature:  JIRA WPB-3095   Update generic builds to display per theme channel.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2745   Fixed upgrade notices displaying when activation version was not recorded.<\\/li>\\n<li>Update:       JIRA WPB-3019   Updating attribution link creation.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3044   Automatically get Unsplash attribution.<\\/li>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3232   Deploy Staging menu item missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-3233   BoldGrid Connect Search missing from new image widget.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2936   Updating YouTube videos for BoldGrid Dashboard\'s new release.<\\/li>\\n<li>Bug fix:      JIRA WPB-2927   Social media menu disappears.<\\/li>\\n<li>Update:       JIRA WPB-2949   Configure blog using categories.<\\/li>\\n<li>Bug fix:      JIRA WPB-2950   Added max height for reseller logos on login page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2925   Sidebar widgets don\'t match between preview and installed site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2955   Backwards compatibility - maps taking up 200px empty space.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2916   Inspirations deploy fatal error if an old forked plugin had the original installed.<\\/li>\\n<li>Bug fix:      JIRA WPB-2905   If installing via Author, do not update pages with survey data.<\\/li>\\n<li>Bug fix:      JIRA WPB-2910   Unterminated entity reference bug.<\\/li>\\n<li>Update:       JIRA WPB-2913   Validate email address in survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2404   iframe timeout in step 2 of Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2173   Error deleting image and redownloading.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2796   Social media urls end in \\/username, go to 404s.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       JIRA WPB-2900   Update verbiage of build coin cost.<\\/li>\\n<li>Bug fix:      JIRA WPB-2901   Scroll bars not visible on preview iframe in Chrome.<\\/li>\\n<li>Bug fix:                      Removing CTA hooks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2819   Use switch instead of checkbox for Demo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2780   Theme screenshots opening directly, rather than within gallery.<\\/li>\\n<li>Update:       JIRA WPB-2825   Adjust do not display formatting.<\\/li>\\n<li>Update:       JIRA WPB-2829   Updating hook to resolve BoldGrid SEO plugin conflicts.<\\/li>\\n<li>Update:       JIRA WPB-2837   Remove loading image after selecting theme in Gallery.<\\/li>\\n<li>Update:       JIRA WPB-2839   Minor verbiage change for Add a blog.<\\/li>\\n<li>Update:       JIRA WPB-2785   Entering words with apostrophe in it for Site title displays with a Backslash.<\\/li>\\n<li>Bug fix:      JIRA WPB-2848   Customize link takes users back to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2527   \'New from GridBlocks\' preview page appearing in cart.<\\/li>\\n<li>Bug fix:      JIRA WPB-2862   Survey, invalid argument supplied for foreach.<\\/li>\\n<li>Bug fix:      JIRA WPB-2601   Inspirations Internet Explorer\\/ Stuck on loading themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2854   Downloading Image spinner never stops spinning.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2772   PHP warnings on deploy in WordPress 4.3.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-2766   Plesk and WP-CLI were not getting private repo updates.<\\/li>\\n<li>Update:       JIRA WPB-2763   Update email and address on Contact Us page.<\\/li>\\n<li>Update:       JIRA WPB-2764   Remove option to add a map.<\\/li>\\n<li>Update:       JIRA WPB-2765   Allow iframes for preview builds.<\\/li>\\n<li>New feature:  JIRA WPB-2771   Update footer-company-details widget with survey data.<\\/li>\\n<li>New feature:  JIRA WPB-2777   Add an Install sample blog checkbox.<\\/li>\\n<li>New feature:  JIRA WPB-2778   Setup a blog during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2792   Staged posts (private posts) are trashed when starting over active site.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2801   Remove milestones classes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2779   Survey not working with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2805   Preview builds w &amp; w\\/o blogs.<\\/li>\\n<li>New feature:  JIRA WPB-2806   Add filter for Inspirations configs.<\\/li>\\n<li>Bug fix:      JIRA WPB-2808   Do not request generic builds when requesting blog as well.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Update:       JIRA WPB-2376   Filter the bgtfw contact blocks.<\\/li>\\n<li>Update:       JIRA WPB-2476   Update case of Company name.<\\/li>\\n<li>Update:       JIRA WPB-2747   Update Add a map verbiage.<\\/li>\\n<li>Update:       JIRA WPB-2749   Add a map to my Contact page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2658   Fix spacing issues atop Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2751   Show all in the smaller view of inspirations doesn\'t work anymore.<\\/li>\\n<li>Bug fix:      JIRA WPB-2757   Apostrophe and other strange characters installed via Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2759   DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2696   Remove placeholders from survey.<\\/li>\\n<li>New feature:  JIRA WPB-2697   Update phone numbers in widgets.<\\/li>\\n<li>New feature:  JIRA WPB-2699   Use phone number entered during survey.<\\/li>\\n<li>Update:       JIRA WPB-2704   Adjust format of how social media icons are saved.<\\/li>\\n<li>New feature:  JIRA WPB-2705   Use survey social media items when creating menu.<\\/li>\\n<li>Update:       JIRA WPB-2711   Show optional message in survey.<\\/li>\\n<li>Update:       JIRA WPB-2712   Have plus sign toggle more social icons.<\\/li>\\n<li>Update:       JIRA WPB-2723   Update phone in pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2627   Back \\/ next buttons should not be clickable.<\\/li>\\n<li>Bug fix:      JIRA WPB-2625   Behavior of last image\'s next button in Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2582   Always show arrows in Inspirations gallery.<\\/li>\\n<li>Update:       JIRA WPB-2583   Ensure first letter in theme\'s title attribute is capitalized.<\\/li>\\n<li>Update:       JIRA WPB-2599   Add placeholder for 4th step to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2551   Duplicate images.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2622   Inspirations - Step 4 - Go back button installs site.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Bug fix:      JIRA WPB-2539   Fix possible duplicate connection issue notice from ajax.js call.<\\/li>\\n<li>Bug fix:      JIRA WPB-2558   Don\'t display feedback widget if user hasn\'t entered their key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2559   Don\'t allow widgets to drag into welcome box area.<\\/li>\\n<li>Bug fix:      JIRA WPB-2555   Images in search results flicker.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Update:       JIRA WPB-2568   Added fancybox and large previews to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2570   Milestone blogname change.<\\/li>\\n<li>Update:       JIRA WPB-2574   Milestone Social Media Change.<\\/li>\\n<li>Update:       JIRA WPB-2578   Milestone Contact Info Footer Change.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2544   Disable \'Install\' button after clicking it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2531   Javascript error checking needed for mine count.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2472   Added update notice for 1.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2486   Incorrect page count on All Pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2467   With staging disabled, Customize goes to \\\"Change Themes\\\".<\\/li>\\n<li>Update:       JIRA WPB-2488   Remove \'Permanently delete pages instead of sending to trash\'.<\\/li>\\n<li>Update:       JIRA WPB-2490   Move default option to \'install as staging\'.<\\/li>\\n<li>Update:       JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2496   Require comment text in feedback form.<\\/li>\\n<li>Update:       JIRA WPB-2229   Update error reporting when purchasing images.<\\/li>\\n<li>Update:       JIRA WPB-2498   Change \'Company Name\' to theme name.<\\/li>\\n<li>Update:       JIRA WPB-2497   Add new dashboard videos.<\\/li>\\n<li>Bug fix:      JIRA WPB-2376   \'No search results\' method is not cleared in BGCS.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2468   Switching between boldgrid admin menu and standard wp menu no longer works.<\\/li>\\n<li>Bug fix:      JIRA WPB-2477   If you have an existing site non BG, no route for staging exists.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2446   Fixed missing build id passed on site install.<\\/li>\\n<li>Bug fix:      JIRA WPB-2426   Insert Gridblock button is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2443   When starting over, I get a blank page.<\\/li>\\n<li>Bug fix:      JIRA WBP-2445   Inspirations is not fetching cached themes.<\\/li>\\n<li>Update:       JIRA WPB-2458   Update \'Recommended\' verbiage in last step of Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Bug fix:      JIRA WPB-2387   Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2324   Attribution should not show in 404 sitemap.<\\/li>\\n<li>Bug fix:      JIRA WPB-2403   No plugins recommended still showing notice.<\\/li>\\n<li>Update:       JIRA WPB-2416   Text changes for confirmation section of Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2417   Add additional text to deployment success page for staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2421   Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...<\\/li>\\n<li>Bug fix:      JIRA WPB-2112   BoldGrid Connect Search missing for galleries.<\\/li>\\n<li>Bug fix:      JIRA WPB-2422   Fixed CSS Loading graphic animation in chrome to display properly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2401   Gallery not displaying correctly in Chrome &amp;&amp; FF.<\\/li>\\n<li>Bug fix:      JIRA WPB-2423   Trying to get property of non-object in ...stock-photography.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2398   Error requesting free key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2399   Only show feedback widget to admins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2389   Fixed saving BoldGrid Settings.<\\/li>\\n<li>Bug fix:      JIRA WPB-2388   Removed duplicate boldgrid_activate().<\\/li>\\n<li>Update:       JIRA WPB-2390   Update verbiage for inspirations install success.<\\/li>\\n<li>Bug fix:      JIRA WPB-2391   Hide BoldGrid Welcome Panel if key isn\'t entered yet.<\\/li>\\n<li>Bug fix:      JIRA WPB-2392   If key is less than 32 char don\'t make call to validate.<\\/li>\\n<li>Bug fix:      JIRA WPB-2393   Error messages should be removed when resubmitting keys.<\\/li>\\n<li>Bug fix:      JIRA WPB-2394   Cursor for show\\/hide log should be a pointer.<\\/li>\\n<li>Update:       JIRA WPB-2395   Update login page styling.<\\/li>\\n<li>Bug fix:      JIRA WPB-2396   Remove staging from recommended plugin notices.<\\/li>\\n<li>Bug fix:      JIRA WPB-2327   Check if framework is handling plugin recommendations before recommending.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Bug fix:      JIRA WPB-2248   Removed \'New From GridBlocks\' button on edit submission page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2332   Reset scroll position on step 2 of Inspirations to top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2339   Remove notices from Inspirations page.<\\/li>\\n<li>Update:       JIRA WPB-2208   Removed tutorials from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2359   Order \'Category Filter\' by category display order.<\\/li>\\n<li>Update:       JIRA WPB-2360   Sort themes by category and then order within category.<\\/li>\\n<li>Update:       JIRA WPB-2368   Read version constant from plugin file.<\\/li>\\n<li>Update:       JIRA WPB-2361   Add BoldGrid Connect Search to Editor\'s background image tool.<\\/li>\\n<li>Update:       JIRA WPB-2354   Preview button needs to always be visible in mobile view.<\\/li>\\n<li>Update:       JIRA WPB-2355   Remove extraneous \'Preview\' button.<\\/li>\\n<li>Bug fix:      JIRA WPB-2364   Inspirations not respecting theme release channel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2370   Color in screenshot does not match preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-2373   Duplicate themes in Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2379   Wrong budget passed when going form step 2 to step 1.<\\/li>\\n<li>Update:       JIRA WPB-2380   Remove references to tutorials in deployment congrats message.<\\/li>\\n<li>Bug fix:      JIRA WPB-2383   Image Search tab appears when clicking \'Add GridBlock\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2313   Disabled GridBlocks in network admin pages.<\\/li>\\n<li>New feature:  JIRA WPB-2268   Changed to resized preview screenshots for Inspirations Design First concept.<\\/li>\\n<li>New feature:  JIRA WPB-2287   Adjust device preview buttons in step 2 to behave like those in editor.<\\/li>\\n<li>New feature:  JIRA WPB-2291   Auto install staging in final step if user chooses staging.<\\/li>\\n<li>Update:       JIRA WPB-2290   Changed \'Install\' button to \'Next\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-2289   Continuously clicking category in step 1 shuffles themes.<\\/li>\\n<li>Update:       JIRA WPB-2267   Added message to Inspirations when no generic themes are available.<\\/li>\\n<li>Update:       JIRA WPB-2315   Added error handling for malformed ajax results for call to \\/api\\/build\\/get-generic.<\\/li>\\n<li>Update:       JIRA WPB-2316   Add error handling for failures to fetch categories.<\\/li>\\n<li>Update:       JIRA WPB-2317   Add error handling for failures to fetch pagesets.<\\/li>\\n<li>Update:       JIRA WPB-2319   Check user capabilities before prompting for api key.<\\/li>\\n<li>Update:       JIRA WPB-2320   Ensure user has permission to edit page before allowing download<em>and<\\/em>insert<em>into<\\/em>page.<\\/li>\\n<li>Update:       JIRA WPB-2322   Sanitize user feedback before adding to options table.<\\/li>\\n<li>Update:       JIRA WPB-2323   Allow admin notices to be dismissed per user.<\\/li>\\n<li>Update:       JIRA WPB-2326   Update \'update\' class to utilize Admin Notices class.<\\/li>\\n<li>Update:       JIRA WPB-2327   Check user capabilities before showing admin notices.<\\/li>\\n<li>Update:       JIRA WPB-2331   Update confirmation messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2269   Typo fix in Boldgrid<em>Inspirations<\\/em>Dependency<em>Plugins::print<\\/em>uninstalled_plugins().<\\/li>\\n<li>Bug fix:      JIRA WPB-2270   New From GridBlocks became unavailable.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2172   For preview generic builds, added an option for identification for purges, etc.<\\/li>\\n<li>Bug fix:      JIRA WPB-2263   For preview sites under multisite, set the admin email address using the network admin email address.<\\/li>\\n<li>Bug fix:      JIRA WPB-2223   Reworked API key validation and connection issue notices, formatting.<\\/li>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-2150   Moved API methods to a new class, formatting, and phpcs rework.<\\/li>\\n<li>Bug fix:      JIRA WPB-2224   Hide the email address field when widget is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2225   Fixed jQuery Migrate deprecated warning.<\\/li>\\n<li>Update:       JIRA WPB-2245   Changed feed to pull from dashboard tag on blog.<\\/li>\\n<li>Bug fix:      JIRA WPB-2265   Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.<\\/li>\\n<li>Bug fix:      JIRA WBP-2236   Errors everywhere when logging in as an Editor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2234   Add current<em>user<\\/em>can checks to Boldgrid<em>Inspirations->set<\\/em>api<em>key<\\/em>callback().<\\/li>\\n<li>Bug fix:      JIRA WPB-2237   Limit ajax requests by user.<\\/li>\\n<li>Bug fix:      JIRA WPB-2240   Limit printing of configs in head.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to the tutorials page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2184   In PHP 5.2, deactivate and die properly.<\\/li>\\n<li>New feature:                  Added BoldGrid news widget to dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1994   Fixed issue with WP Theme Editor not being available.<\\/li>\\n<li>New feature:                  Added BoldGrid Feedback widget.<\\/li>\\n<li>Bug fix:      JIRA WPB-2169   Connect Search defaults to smallest image size when no recommended sizes available.<\\/li>\\n<li>Bug fix:    JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2160   New From GridBlocks, multiple pages are installed.<\\/li>\\n<li>Update:                       Changed text of getting and entering connect keys.<\\/li>\\n<li>Security:     JIRA WPB-2151   Disabled autocomplete for API key entry fields.<\\/li>\\n<li>Bug fix:      JIRA WPB-2145   Fixing issue with theme screenshots on Chrome Ubuntu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2119   For asset downloads, when Imagick is loaded, set the thread limit to 1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2125   Fixing issue where theme was overwritten without version change.<\\/li>\\n<li>Bug fix:      JIRA WPB-2104   Go back button hides all themes (Inspirations > Add Theme).<\\/li>\\n<li>Bug fix:      JIRA WPB-2107   BoldGrid Connect Search overlapping footer (Dashboard > Media).<\\/li>\\n<li>Bug fix:      JIRA WPB-2109   Session issues when starting over and importing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2116   Changes to the order of images in a gallery are not saving.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-2135   Image not replaced in Page &amp; Post Editor after using Connect Search.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to Inspirations, so admin notices are displayed at the top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2041   Fixed BoldGrid theme update check in WordPress 4.6.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>New feature:  JIRA WPB-599    Added options for plugin and theme auto-updates via WordPress autoupdater.<\\/li>\\n<li>Update:       JIRA WPB-2008   Deploy class updated to allow for is_generic flag.<\\/li>\\n<li>Bug fix:      JIRA WPB-1950   Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2032   Fixed issue when activating key.  Added nonce to api key form.<\\/li>\\n<li>Rework:       JIRA WPB-2030   Updated the \\\"I don\'t have an API key\\\" section.<\\/li>\\n<li>New feature:  JIRA WPB-2029   Added TOS box to API key submission form.<\\/li>\\n<li>New feature:  JIRA WPB-1905   Added capability for auto-updates of boldgrid-inspirations by API response.<\\/li>\\n<li>Bug fix:      JIRA WPB-2002   Fixed theme update issue where upgrader says is up to date at times.<\\/li>\\n<li>Bug fix:      JIRA WPB-2006   Pdes and Homepage not installing correctly on Inpirations Theme Only installs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1839   Users can now change their theme release channel.<\\/li>\\n<li>Security fix: JIRA WPB-1977   Validate nonce for feedback form diagnostic data callback and form submit.<\\/li>\\n<li>Bug fix:      JIRA WPB-1955   Fatal error: Class \'Boldgrid<em>Staging<\\/em>Plugin\' not found.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1914   Staged image used on Active page not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1886   Fixed feedback notice being displayed too often (more than a week after submitting).<\\/li>\\n<li>New feature:  JIRA WPB-1183   Refresh the Library Tab after downloading an image.<\\/li>\\n<li>Update:       JIRA WPB-1865   Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1855   Do not display feedback notice on update or setting pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1860   Fixed horizontal line through screenshot in step 2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1891   View \\/ Download of images within receipts not working for images purchased via Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1893   JS errors in console when viewing attachments.<\\/li>\\n<li>Bug fix:      JIRA WPB-1900   Attribution shows in menu when menu generated using wp<em>page<\\/em>menu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1824   Fixed order of plugin deactivation and uninstall in Start Over process.<\\/li>\\n<li>Bug fix:      JIRA WPB-1814   Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.<\\/li>\\n<li>Bug fix:      JIRA WPB-1823   Fixed display of \\\"Themes\\\" H1 and the additional themes bar when choosing active or staging before installing a theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-1840   Fixing thumbnail presentation in inspirations and add new theme.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.3<\\/h4>\\n\\n<ul>\\n<li>Update:               Sync version. See version 1.1.1.1.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1833   Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1817   BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Removed feedback form bug report diagnostic report items.<\\/li>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Reworked admin feedback notice.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Removed analysis processing and optional logging capabilities.  Added support for XHProf.<\\/li>\\n<li>Bug fix:      JIRA WPB-1805   Now adds theme update info on the Customizer Themes page.<\\/li>\\n<li>Rework:       JIRA WPB-1785   Enabled and reworked image caching for the preview server.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Reworked analysis processing.<\\/li>\\n<li>Update:       JIRA WPB-1658   Storing more reliable install data through inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-1787   When not using BoldGrid menu, cart does not dynamically update total page price.<\\/li>\\n<li>Update:       JIRA WPB-1754   Remove attribution page from search results.<\\/li>\\n<li>Bug fix:      JIRA WPB-1788   webkit css missing from \'new from gridblocks\'.<\\/li>\\n<li>New feature:  JIRA WPB-1806   Add \'BoldGrid search\' tab when replacing an image.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fixing logo display on login screen.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixed analysis include for preview server.<\\/li>\\n<li>Bug fix:                      New From GridBlocks: Asset download issues.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1751   Added analysis processing and optional logging capabilities.<\\/li>\\n<li>Bug fix:      JIRA WPB-1781   Removed boldgrid<em>dismissed<\\/em>admin_notices from Start Over cleanup.<\\/li>\\n<li>New feature:  JIRA WPB-1541   Added feedback notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-1747   New From GridBlocks: For non BoldGrid themes, only load grid css.<\\/li>\\n<li>Bug fix:      JIRA WPB-1760   New From GridBlocks: Ensure page title shows on preview page.<\\/li>\\n<li>Update:       JIRA WPB-1779   New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1710   Fixed missing device preview tabs on Add New Theme preview modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1710   Fixed notice dismissal checking.<\\/li>\\n<li>Bug fix:      JIRA WPB-1749   On start over, staging menus are not deleted.<\\/li>\\n<li>Bug fix:      JIRA WPB-1755   Gallery images not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1740   Fixed \\\"In Menu\\\" messages in editor when staging plugin is not active, and fixed saving menu selections.<\\/li>\\n<li>New feature:  JIRA WPB-1726   Added optional feedback for GridBlock Add Page.<\\/li>\\n<li>Removed Ft:   JIRA WPB-1710   Removed Inspirations Add Pages; replaced by GridBlocks.<\\/li>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:                  Don\'t assign footer contact widget if using base pagesets.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1732   Fixing css issues on login screen (firefox).<\\/li>\\n<li>Bug Fix:      JIRA WPB-1687   Image search: Title, Caption, Alt Text and Description do not display on new pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.11<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1699   Added optional feedback for theme activation.<\\/li>\\n<li>New feature:  JIRA WPB-1690   Adding BoldGrid themes to All themes install menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1686   Limited items loaded in network admin pages.<\\/li>\\n<li>Improvement:  JIRA WPB-1604   Added a \\\"Cancel\\\" link to the \\\"In Menu\\\" section.<\\/li>\\n<li>Improvement:  JIRA WPB-1603   Display menu locations in the editor \\\"In Menu\\\" section.<\\/li>\\n<li>Bug fix:      JIRA WPB-1602   Corrected capitalization of \\\"None\\\" under \\\"In menu\\\" in the editor.<\\/li>\\n<li>Improvement:  JIRA WPB-1664   Gets api<em>key and site<\\/em>hash from configs instead of get_option.<\\/li>\\n<li>Bug fix:      JIRA WPB-1597   Fixing indefined index error<\\/li>\\n<li>New feature:  JIRA WPB-1649   Added reporting of PHP version and mobile ratio.<\\/li>\\n<li>Bug fix:      JIRA WPB-1598   \'Mine\' count on \'all pages\' is incorrect.<\\/li>\\n<li>Bug fix:      JIRA WPB-1647   JS error with easy-attachment-preview-size.js.<\\/li>\\n<li>Bug fix:      JIRA WPB-1651   When the BG menu is turned off, Appearance link should take you to themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1632   Fixed handling of subcategory<em>id in deploy<\\/em>page_sets.<\\/li>\\n<li>New feature:  JIRA WPB-1510   Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations<\\/em>Utility).<\\/li>\\n<li>Rework:       JIRA WPB-1553   Updated require and include statements for standards.<\\/li>\\n<li>Bug fix:      JIRA WPB-1563   Updated pages in which wp<em>iframe-media<\\/em>upload.css is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-1549   Resolve attribution page missing attribution for several images.png.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Add GridBlock Sets feature disabled.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed support for PHP 5.2 to deactivate plugin.<\\/li>\\n<li>Bug fix:                      Prevent click of links in add<em>new<\\/em>page_selection previews.<\\/li>\\n<li>Bug fix:      JIRA WPB-1554   Fixed undefined JavaScript variable pagenow for customizer link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1554   Fixed theme link in network dashboard nav menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1590   Fixed JavaScript error for undefined screen info in network dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1535   Fixed theme deployment issues.<\\/li>\\n<li>New feature:  JIRA WPB-1584   Added an opt-out feedback payload delivery system.<\\/li>\\n<li>New feature:  JIRA WPB-1580   Added optional feedback for customizer_start.<\\/li>\\n<li>Bug fix:      JIRA WPB-1571   Removed plugin dependency admin notice when editing an attachment (image).<\\/li>\\n<li>New feature:  JIRA WPB-1579   Added feedback opt-out in BoldGrid Settings, hidden for now.<\\/li>\\n<li>Bug fix:      JIRA WPB-1575   Addressed an issue causing mismatch color palettes on cached previews<\\/li>\\n<li>New feature:  JIRA WPB-1514   Add new pages offers page templates to choose from.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1561   Fixed missing get<em>plugin<\\/em>data on update calls.<\\/li>\\n<li>New feature:  JIRA WPB-1511   Added dependency plugin notice on editor pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1371   JSON encoded image data for media download requests.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Swapping loading GIF to CSS loading image.<\\/li>\\n<li>New feature:  JIRA WPB-1072   Storing static pages on install<\\/li>\\n<li>New feature:  JIRA WPB-1539   When deleting a page, remove it from any applicable menus as well.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>New feature   JIRA WPB-1555   Add wp-image-## class to images during deployment.<\\/li>\\n<li>New feature   JIRA WPB-1557   Add wp-image-## class to images when adding gridblocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1506   Theme naming missing in preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-1443   Extra page listed under \'Mine\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1560   Install options not available on preview server<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1411   Added more output to the deploy log.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1462   Fixed position of dependency plugins admin notice.  Also limited to Dashboard and plugins page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1290   Fixing issues with galleries leaving empty spaces<\\/li>\\n<li>Bug fix:      JIRA WPB-1471   Made deployment plugin installation respect release channel.<\\/li>\\n<li>Rework:       JIRA WPB-1452   Remove unneeded call to \'boldgrid<em>activate<\\/em>framework\' during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-946    Fixed margin bug on step 2 additional themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-1384   Increase width of select input on image search modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1508   BoldGrid Image search box size is inconsistent.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1442   Fixing inspiration border styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1461   Updating login button styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1411   Added initialization and checks for empty image queues in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-1406   Attribution page still showing in \'All Pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1451   Active images are showing in Staging attribution page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1466   Tabs on tutorials page too small at 1035px - 1482px.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>New feature:  JIRA WPB-1389   When starting over theme mods are saved with a flag to recompile sass<\\/li>\\n<li>Bug fix:      JIRA WPB-1420   Content of Attribution page is overwriting page saves.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1395   Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.<\\/li>\\n<li>Rework        JIRA WPB-1374   Updated activation timestamp to use GMT\\/UTC.<\\/li>\\n<li>Bug fix:      JIRA WPB-1377   Reseller option is now set on first call to either the front end or wp_login.<\\/li>\\n<li>Bug fix:                      Adjusted handling for image purchases when errors occur.<\\/li>\\n<li>Bug fix:      JIRA WPB-1365   Purchase link on editing a page goes to wrong link.<\\/li>\\n<li>Bug fix:      JIRA WPB-1368   Inspirations step 0 text refers to nonexisting help tabs.<\\/li>\\n<li>Rework:       JIRA WPB-1378   Adjusted formatting of footer in Dashboard.<\\/li>\\n<li>Rework:       JIRA WPB-1369   Update minus signs on \'Transaction History\'.<\\/li>\\n<li>New feature:  JIRA WPB-1379   On the transactions page, show the reseller that processed the credits.<\\/li>\\n<li>Bug fix:                      Count of \'All\' pages inaccurate on \'All pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1367   Updated link for \'Lost your BoldGrid Connect Key?\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1374   Updated activation timestamp to include timezone in UTC.<\\/li>\\n<li>Bug fix:                      Attribution page shows style tags.<\\/li>\\n<li>Bug fix:                      Strict Standards fix for wp<em>kses<\\/em>allowed_html.<\\/li>\\n<li>Bug fix:                      Fixed incorrect link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3<\\/h4>\\n\\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https:\\/\\/www.boldgrid.com\\/boldgrid-1-3-released\\/ .<\\/p>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:73207:\"{\"5.7\":{\"2.6.3\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:113:\"{\"inspiration\":\"Inspiration\",\"customization\":\"Customization\",\"build\":\"Build\",\"create\":\"Create\",\"design\":\"Design\"}\";s:7:\"banners\";s:151:\"{\"low\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\"}\";s:6:\"editor\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.6.0.2\";s:5:\"title\";s:15:\"BoldGrid Editor\";s:8:\"asset_id\";s:6:\"900312\";}s:7:\"staging\";O:8:\"stdClass\":3:{s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:16:\"BoldGrid Staging\";s:8:\"asset_id\";s:6:\"876738\";}s:14:\"theme_versions\";O:8:\"stdClass\":42:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195211;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.20.7.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195208;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.25.7.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195203;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.25.7.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195197;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.20.7.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195191;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.25.7.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.7\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195185;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.25.7.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195179;s:7:\"package\";s:57:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.25.8.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195173;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.25.8.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195167;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.25.8.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195162;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.20.8.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195159;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.25.8.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195156;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.25.8.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.18.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195153;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.18.8.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.18.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195150;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.18.8.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.16.9\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195147;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.16.9.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.15.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195144;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.15.8.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.3.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195141;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.3.8.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.3.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195138;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.3.8.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.3.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195136;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.8.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.3.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195133;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.3.8.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"0.4.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195130;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.4.8.zip\";}s:2:\"54\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-05-15\";s:8:\"asset_id\";i:1097350;s:7:\"package\";s:45:\"https://repo.boldgrid.com/themes/Bolt-0.1.zip\";}s:2:\"56\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-06-30\";s:8:\"asset_id\";i:1110570;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Coherent-0.1.zip\";}s:2:\"57\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-29\";s:8:\"asset_id\";i:1166277;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/SwiftyV2-0.1.zip\";}s:2:\"58\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-27\";s:8:\"asset_id\";i:1167731;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/GridOneV2-0.1.zip\";}s:2:\"59\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-02\";s:8:\"asset_id\";i:1170404;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/CallawayV2-0.1.zip\";}s:2:\"60\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-11\";s:8:\"asset_id\";i:1172882;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/ResolveV2-0.1.zip\";}s:2:\"61\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1174594;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/WedgeV2-0.1.zip\";}s:2:\"62\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1175323;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/DicedV2-0.1.zip\";}s:2:\"63\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-25\";s:8:\"asset_id\";i:1177324;s:7:\"package\";s:47:\"https://repo.boldgrid.com/themes/LinxV2-0.1.zip\";}s:2:\"64\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-02\";s:8:\"asset_id\";i:1177773;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/HifidelV2-0.1.zip\";}s:2:\"65\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-03\";s:8:\"asset_id\";i:1178992;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/UptempoV2-0.1.zip\";}s:2:\"66\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-11\";s:8:\"asset_id\";i:1180564;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/EvolvV2-0.1.zip\";}s:2:\"67\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-18\";s:8:\"asset_id\";i:1182152;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/WestviewV2-0.1.zip\";}s:2:\"68\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-23\";s:8:\"asset_id\";i:1183787;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/FlorentineV2-0.1.zip\";}s:2:\"69\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-01\";s:8:\"asset_id\";i:1184444;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/CrioStarter-0.1.zip\";}s:2:\"70\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-07\";s:8:\"asset_id\";i:1187346;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VacationV2-0.1.zip\";}s:2:\"71\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-27\";s:8:\"asset_id\";i:1190564;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/MonumentV2-0.1.zip\";}s:2:\"72\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-03\";s:8:\"asset_id\";i:1192977;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Hydra V2-0.1.zip\";}s:2:\"73\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-13\";s:8:\"asset_id\";i:1193996;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VenetianV2-0.1.zip\";}s:2:\"74\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-20\";s:8:\"asset_id\";i:1196830;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/PrimasV2-0.1.zip\";}s:2:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.3.8\";s:7:\"updated\";s:10:\"2021-05-14\";s:8:\"asset_id\";i:1195136;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.8.zip\";}}s:9:\"site_hash\";s:32:\"e517f51f23f4a68e0fcf9b82d471e599\";s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;s:13:\"wporg_plugins\";O:8:\"stdClass\":4:{s:6:\"backup\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:50:\"https://plugins.svn.wordpress.org/boldgrid-backup/\";s:11:\"package_url\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.11.zip\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:8:\"old_slug\";s:15:\"boldgrid-backup\";s:5:\"title\";s:12:\"Total Upkeep\";s:7:\"version\";s:7:\"1.14.11\";}s:6:\"editor\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:56:\"https://plugins.svn.wordpress.org/post-and-page-builder/\";s:11:\"package_url\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.14.0.zip\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:8:\"old_slug\";s:15:\"boldgrid-editor\";s:5:\"title\";s:21:\"Post and Page Builder\";s:7:\"version\";s:6:\"1.14.0\";}s:3:\"seo\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:52:\"https://plugins.svn.wordpress.org/boldgrid-easy-seo/\";s:11:\"package_url\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:8:\"old_slug\";s:12:\"boldgrid-seo\";s:5:\"title\";s:17:\"BoldGrid Easy SEO\";s:7:\"version\";s:6:\"1.6.10\";}s:7:\"weforms\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:42:\"https://plugins.svn.wordpress.org/weforms/\";s:11:\"package_url\";s:50:\"https://downloads.wordpress.org/plugin/weforms.zip\";s:4:\"slug\";s:7:\"weforms\";s:8:\"old_slug\";s:7:\"weforms\";s:5:\"title\";s:7:\"weForms\";s:7:\"version\";N;}}s:9:\"is_author\";b:0;}}s:14:\"license_status\";b:1;s:7:\"updated\";i:1623532912;}','no'),(2408,'widget_boldgrid_component_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2409,'widget_boldgrid_component_page_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2410,'widget_boldgrid_component_site_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2411,'widget_boldgrid_component_site_description','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2412,'widget_boldgrid_component_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6165,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(10019,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1623703871','no'),(10020,'_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'),(12690,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1623488551','no'),(12691,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1623445351','no'),(12692,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1623488551','no'),(12693,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WordCamp Europe 2021 Gutenberg Demo: “The Block Editor Gets Ready to Become a Site Builder”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-gutenberg-demo-the-block-editor-gets-ready-to-become-a-site-builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3213:\"<p>Matt Mullenweg and Mat&iacute;as Ventura joined <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> to chat about what&rsquo;s happening with the Gutenberg project and celebrate the progress contributors have made over the past four years.</p>\n\n\n\n<p>&ldquo;For me, 2020 was the year that really felt like people started to see the vision of Gutenberg from four or five years ago, when it was very abstract and they saw it as kind of like the old WYSIWYG editor with some extra lines on it or something,&rdquo; Mullenweg said. &ldquo;The first 17 or 18 years of WordPress democratized people putting text into a box. Now we&rsquo;re democratizing design, allowing people to control the boxes.&rdquo;</p>\n\n\n\n<p>Ventura commented on how transformative patterns have been for making page design approachable for users.</p>\n\n\n\n<p>&ldquo;Perhaps it was a smaller part of the roadmap initially but it&rsquo;s becoming a centerpiece &ndash; especially because it allows&hellip;world class designers to provide a starting point for users and users get to learn design as they are interacting with themes,&rdquo; Ventura said. He began his WordPress developer journey by &ldquo;tinkering with themes,&rdquo; as many others did, and believes that blocks can unlock a similar experimental learning experience.</p>\n\n\n\n<p>&ldquo;I think we are getting into a chapter where people will be able to tinker with things that were sort of hidden for you in WordPress &ndash; more advanced things like queries and loops, that we can now expose through blocks,&rdquo; Ventura said. &ldquo;They can be stepping stones for people to learn how to work with WordPress.&rdquo;</p>\n\n\n\n<p>Mullenweg commented on how things that previously would have required a fairly experienced WordPress developer to do, like creating a home page with a column that shows five recent posts from a particular category, and another column that shows featured posts in a different category, you can now do with just a few clicks.</p>\n\n\n\n<p>&ldquo;It&rsquo;s no code &ndash; it&rsquo;s like expanding the layers of accessibility of what people are able to do with WordPress,&rdquo; Mullenweg said. &ldquo;That, to me, is very core to our mission.&rdquo;</p>\n\n\n\n<p>Mullenweg and Ventura debuted a new &ldquo;Gutenberg highlight&rdquo; video that covers current and new features coming to the block editor, as it &ldquo;gets ready to become a site builder.&rdquo; These kinds of marketing videos are so valuable because users don&rsquo;t always know what is possible, even if the tools are approachable for anyone to use. </p>\n\n\n\n<p>The video demonstrates new design features for different blocks, including the transform live previews, dragging media into container blocks, inline cropping without leaving the editor canvas, the template editor, duotone image filters, more customization options for navigation, improvements to the list view browser, and the new global styles design that is coming soon.</p>\n\n\n\n<p>Check out the video below and you can also <a href=\"https://youtu.be/o-IvKy3322k?t=10673\">watch Mullenweg and Ventura&rsquo;s conversation</a> that was recorded during the event.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 20:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: Gutenberg Highlights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/gutenberg-highlights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:879:\"<p>During <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a> and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren&#8217;t able to attend live it&#8217;s now available for watching online.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Matt also opened a thread for questions <a href=\"https://ma.tt/2021/06/wceu-open-thread/\">on his blog</a>, so be sure to chime in there if you have any!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 11:03:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matias Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: A Progress Bar Block Plugin Done Right by the Tiles Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/a-progress-bar-block-plugin-done-right-by-the-tiles-team?utm_source=rss&utm_medium=rss&utm_campaign=a-progress-bar-block-plugin-done-right-by-the-tiles-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4425:\"<p class=\"has-drop-cap\">I have been on the hunt for a decent progress bar solution for a while now. Most of them are bundled in large block libraries, requiring me to install another 20 or 30 blocks in which I have no need. Others seem to miss the mark entirely with odd configurations and block options. Some of the remaining plugins still use shortcodes and widgets, but it is 2021. I am looking for a block.</p>\n\n\n\n<p>A couple of days ago, the <a href=\"https://wordpress.org/plugins/tiles-progress-block/\">Tiles Progress Block</a> landed in the directory. It seems to be a smaller piece of a larger project named Tiles. I have been keeping an eye on the team&rsquo;s work since its initial <a href=\"https://wordpress.org/plugins/tiles/\">design and patterns framework plugin</a> launched last week. That project is still in beta, and only time will tell if it becomes a competitive project in the block space.</p>\n\n\n\n<p>However, the team&rsquo;s new progress bar block was just what I was looking for. Other than one bug, which I <a href=\"https://wordpress.org/support/topic/background-style-object-object/\">reported to the developer</a>, I found no serious issues.</p>\n\n\n\n<p>The plugin does what it says on the tin. It registers a Progress Bar block:</p>\n\n\n\n<img />Small and Large progress bars with default colors.\n\n\n\n<p>Out of the box, it includes Small and Large styles, allowing the user to adjust the size of the bar.</p>\n\n\n\n<p>Its strength is that &mdash; I cannot stress this enough &mdash; the block&rsquo;s content is editable within the editor canvas area. This includes the label and percentage. This is a refreshing change from the many others that require users to jump back into the block options sidebar to change simple text. Because the block uses Rich Text fields for its label and percentage, end-users can use inline formatting tools like bold, italic, and more.</p>\n\n\n\n<p>The block also uses the standard typography and color palette  controls from core WordPress. This provides access to the theme&rsquo;s font sizes and colors.</p>\n\n\n\n<img />Adding custom labels, percentages, and colors.\n\n\n\n<p>Plus, users can choose wide and full-width layouts, an often overlooked feature in block plugins.</p>\n\n\n\n<p>Overall, I am digging this block plugin. If I had one feature request, it would be to add a border-radius option. By default, the progress bar is rounded, but some users might prefer squared corners.</p>\n\n\n\n<h2>Extending the Block</h2>\n\n\n\n<p class=\"has-drop-cap\">In theme previews, I almost always see progress bars showcased alongside how much PHP, HTML, and JavaScript the demo&rsquo;s <em>faux</em> developer has learned. It is rarely a real-world representation of progress bars. <em>How do you quantify how much of a coding language you have mastered?</em> I have been doing this for nearly two decades and cannot answer that.</p>\n\n\n\n<p>Progress bars should be of measurable things. For example, steps someone has taken in an online learning course, percentage of total donations received, and any number of things that can be counted are far more realistic.</p>\n\n\n\n<p>My favorite use of progress bars also happens to be on my <a href=\"https://www.brandonsanderson.com/\">favorite novelist&rsquo;s website</a>. I like to keep an eye on Brandon Sanderson&rsquo;s work, looking forward to getting my next literary fix (yes, I am a fanboy).</p>\n\n\n\n<img />Brandon Sanderson&rsquo;s writing progress.\n\n\n\n<p>Currently, Tiles Progress Block does not handle that exact layout. However, because it is built on the block system and does not do anything out of the ordinary, theme authors can change that with custom styles.</p>\n\n\n\n<p>And that is just what I did. My <em>Sanderson-esque</em> book progress bars (rough, unpolished <a href=\"https://gist.github.com/justintadlock/479210f63ce97f980efd37d6392cf2e9\">code available as a Gist</a>):</p>\n\n\n\n<img />Progress bars with custom block style.\n\n\n\n<p>The thing I love about the block system is that themers can extend blocks in this way. There is no needless checking for active plugins, loading additional per-plugin stylesheets, or figuring out each plugin&rsquo;s unique system.</p>\n\n\n\n<p>If a block is coded to the current standards, theme authors merely need to hook in with their own styles. Users can then select those styles via the editor and even make them the default.</p>\n\n\n\n<p>I want to see more of this from the block plugin ecosystem.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 02:48:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WordPress 5.8 Introduces Support for WebP Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/wordpress-5-8-introduces-support-for-webp-images?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-introduces-support-for-webp-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3789:\"<p><a href=\"https://developers.google.com/speed/webp\">WebP</a> support is coming to WordPress 5.8. This modern image file format was created by Google in September 2010, and is now supported by <a href=\"https://caniuse.com/webp\">95%</a> of the web browsers in use worldwide. It has distinct advantages over more commonly used formats, providing both lossless and lossy&nbsp;compression that is <a href=\"https://developers.google.com/speed/webp/docs/webp_lossless_alpha_study#results\">26% smaller</a>&nbsp;in size compared to PNGs and <a href=\"https://developers.google.com/speed/webp/docs/webp_study\">25-34% smaller</a>&nbsp;than comparable JPEG images.</p>\n\n\n\n<p>WebP is currently used by <a href=\"https://w3techs.com/technologies/details/im-webp\">1.6%</a> of all the top 10 million websites, according to W3Techs, and usage has increased over the past five years.</p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://w3techs.com/technologies/history_overview/image_format/all/y\">W3Techs</a>: Historical yearly trends in the usage statistics of image file formats for websites</div>\n\n\n\n<p>Adding WebP support to core won&rsquo;t make all WordPress sites instantly faster, but it will give every site owner the opportunity to reduce bandwidth by uploading WebP images. In the <a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">dev note</a>, Adam Silverstein suggested converting images to WebP using command line&nbsp;<a href=\"https://developers.google.com/speed/webp/docs/precompiled\">conversion tools</a>&nbsp;or web based tools like&nbsp;<a href=\"https://squoosh.app/\">Squoosh</a>, but there are also many plugins that can perform conversion on upload. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/webp-express/\">WebP Express</a> uses the&nbsp;<a href=\"https://github.com/rosell-dk/webp-convert\">WebP Convert</a>&nbsp;library to convert the images and then serves them to supporting browsers. It is used on more than 100,000 WordPress sites. <a href=\"https://wordpress.org/plugins/imagify/\">Imagify</a> is one of the most popular plugins in use with more than 500,000 active installs. It has a Bulk Optimizer tool that&nbsp;can convert previously uploaded images with one click. The <a href=\"https://wordpress.org/plugins/ewww-image-optimizer/\">EWWW Image Optimizer</a> plugin, used on more than 800,000 websites, also has support for automatically converting images to the WebP format.</p>\n\n\n\n<p>By default, WordPress will create the sub-sized images as the same image format as the uploaded file. More adventurous users can experiment with Silverstein&rsquo;s <a href=\"https://github.com/adamsilverstein/wordpress-modern-images\">plugin</a> that offers a setting for specifying the default image format used for the sub-sized images WordPress generates. A new <code>wp_editor_set_quality</code>&nbsp;filter&nbsp;is available for developers to modify the quality setting for uploaded images.</p>\n\n\n\n<p>&ldquo;The media component team is also <a href=\"https://core.trac.wordpress.org/ticket/52867\">exploring the option of having WordPress perform the image format conversion</a> on uploaded images &ndash; using WebP as the default output format for sub-sized images,&rdquo; Silverstein said. &ldquo;We are also keeping our eyes on even more modern formats like AVIF and JPEGXL that will both improve compression and further reduce resources required for compression.&rdquo;</p>\n\n\n\n<p>WordPress 5.8 is expected to be released on July 20, introducing WebP support for uploads. The new release also <a href=\"https://core.trac.wordpress.org/changeset/50817\">adds information to the Media Handling section of the Site Health screen</a>, showing the ImageMagick/Imagick supported file formats for the site in case users need it for debugging.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Jun 2021 04:27:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: Original Dark Mode Developer Relaunches Plugin After the Apparent ‘Cash Grab’ of the New Owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners?utm_source=rss&utm_medium=rss&utm_campaign=original-dark-mode-developer-relaunches-plugin-after-the-apparent-cash-grab-of-the-new-owners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6073:\"<img />WordPress dashboard screen with Dark Mode 2.\n\n\n\n<p class=\"has-drop-cap\">Daniel James, the original Dark Mode WordPress plugin creator, is stepping back into WordPress development after a two-year pursuit of other projects. His new plugin: <a href=\"https://darkmode2.com/\">Dark Mode 2</a>.</p>\n\n\n\n<p>It is a response to the recent <a href=\"https://wptavern.com/dark-mode-plugin-repurposed-and-renamed-to-wp-markdown-editor-change-leaves-users-confused\">change to the original Dark Mode plugin</a> for WordPress. Last month, I reported that the WPPool repurposed the plugin to include the commercial <a href=\"https://useiceberg.com/\">Iceberg editor</a>, a feature entirely unrelated to providing a dark viewing mode for the WordPress admin. It is now called WP Markdown Editor.</p>\n\n\n\n<p>After the change, several plugin users left one-star ratings. However, its user base was small compared to that of ProfilePress (<a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system\">formerly WP User Avatar</a>), which continues getting drenched in low ratings. Still, the change did not sit well with James.</p>\n\n\n\n<p>&ldquo;After finding out that Dark Mode had been passed on to multiple people, I was disappointed to see so many people say they&rsquo;d take it on without actually bothering to do anything with it,&rdquo; said James. &ldquo;It became even more disappointing when I learned the latest developers to have hold of it had ripped out the original functionality in favor of something completely different as a means of selling a product.&rdquo;</p>\n\n\n\n<p>The Dark Mode plugin was <a href=\"https://wptavern.com/dark-mode-is-possibly-coming-to-a-wordpress-dashboard-near-you\">once a feature proposal</a> for WordPress. James began the process in 2018, but it never moved much beyond the initial stage. In 2019, he put the <a href=\"https://wptavern.com/dark-mode-wordpress-plugin-up-for-adoption\">plugin up for adoption</a>. It changed hands a couple of more times before WPPool became the owner.</p>\n\n\n\n<p>In hindsight, James said he <a href=\"https://wptavern.com/dark-mode-plugin-repurposed-and-renamed-to-wp-markdown-editor-change-leaves-users-confused#comment-376844\">should have just abandoned</a> the plugin. At the time, he was stepping away from WordPress entirely to pursue other projects, including building applications with the Laravel PHP framework. However, he never stopped using WordPress completely and has kept an eye on the community.</p>\n\n\n\n<p>&ldquo;I think there is more things that WordPress.org maintainers could do, specifically the Plugin Review Team,&rdquo; he said. &ldquo;I think more checks need to be done when plugins change ownership and/or are updated. As someone who used to put a lot of time into WordPress, I know how demanding it can be, so having volunteers tasked with more work is always a tricky thing to handle.&rdquo;</p>\n\n\n\n<p>However, he said he did not have the solution to the problem. &ldquo;When you take Dark Mode and, more recently, WP User Avatar having their code changed for what appears to be a cash grab, all it does is hurt developers, agencies, and site admins.&rdquo;</p>\n\n\n\n<p>The repurposing of his former work was the catalyst that he needed to rebuild a solution from scratch. Now, Dark Mode 2 is on the scene.</p>\n\n\n\n<h2>A New Plugin and a Fresh Take</h2>\n\n\n\n<img />Manage posts screen with Dark Mode enabled.\n\n\n\n<p class=\"has-drop-cap\">James says Dark Mode 2 is still early in its development lifecycle. However, he does not think it is far off from where the original plugin would be if he would have continued it. Maybe just shy an extra setting or two.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve finally got it to a point where it&rsquo;s ready to be used and replace the classic Dark Mode plugin,&rdquo; he said. &ldquo;The great thing about starting again is that it&rsquo;s easier to style the WordPress dashboard. There is so much going on in the various wp-admin stylesheets that starting over was the only way. It means it supports the latest version of WordPress and cuts out any outdated styling that was previously there.&rdquo;</p>\n\n\n\n<p>The plugin currently only has one setting, which individual users can set via their profile page. It is an option between &ldquo;Light&rdquo; and &ldquo;Dark&rdquo; viewing modes.</p>\n\n\n\n<img />Configuring Dark Mode from the user profile screen.\n\n\n\n<p>There are several features James is eager to work on going forward. One of the most requested from the &ldquo;classic&rdquo; Dark Mode days is styling the WordPress editor. At the moment, the plugin steers clear of it.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve always been hesitant to do that because of theme editor styles,&rdquo; he said. &ldquo;However, lots of themes tend to style the editors in a very basic fashion, so I&rsquo;ll be looking at adding in &lsquo;support&rsquo; styles for those that want a fully dark dashboard.&rdquo;</p>\n\n\n\n<p>One of the other features he is working on is scheduling when Dark Mode is active or inactive. This would primarily work based on a user&rsquo;s system preferences if they have their OS set up for light or dark mode at different times of the day.</p>\n\n\n\n<p>&ldquo;For something that appears to be quite a basic plugin, there&rsquo;s so much you can do with it,&rdquo; said James.</p>\n\n\n\n<p>This time around, the plugin developer is making Dark Mode 2 a commercial-only plugin. He is pricing it at &pound;25 (~$35.28 at today&rsquo;s exchange rate). This includes lifetime updates with no installation limits. James said he wanted to keep the price low and not have people worry about another renewal fee every year while also still being supported for his effort.</p>\n\n\n\n<p>&ldquo;I&rsquo;m not going to make millions from this plugin, and that&rsquo;s okay,&rdquo; he said. &ldquo;That&rsquo;s not my goal. My goal is to make a plugin that helps people and makes it easier for them to manage their website. Plus, it&rsquo;s about time WordPress got a proper Dark Mode!&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 23:20:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: WCEU Open Thread\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2021/06/wceu-open-thread/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:524:\"<p>I just wrapped up a fun session with <a href=\"https://matiasventura.com/\">Matías</a> and <a href=\"https://krogsgard.com/\">Brian</a>, and though we covered a lot of ground we weren&#8217;t able to get to all the questions from the audience. Starting at 2:58:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>So this is an open thread, if you have any question from the talk please drop it in the comments here, and myself or someone in the community will respond! We&#8217;ll keep this open for a day or so.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 17:30:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 5.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9976:\"<p>WordPress 5.8 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install and activate the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (select the “Bleeding edge” channel and &#8220;Beta/RC Only&#8221; stream).</li><li>Direct download the <a href=\"https://wordpress.org/wordpress-5.8-beta1.zip\">beta version here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021.  This is just&nbsp;<strong>six weeks away</strong>, so your help is vital to ensure this release is tested properly and as good as it can be.</p>\n\n\n\n<p>Keep your eyes on the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;for&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a>&nbsp;in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So what&#8217;s new in this 5.8?  Let&#8217;s start with some highlights.</p>\n\n\n\n<h2>Highlights</h2>\n\n\n\n<h3>Powerful Blocks</h3>\n\n\n\n<ul><li>Discover several new blocks and expressive tools, including blocks for&nbsp;<em>Page Lists</em>,&nbsp;<em>Site Title</em>,&nbsp;<em>Logo</em>, and&nbsp;<em>Tagline</em>. A powerful&nbsp;<em>Query Loop</em>&nbsp;block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.</li><li>Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.</li><li>Introduces the&nbsp;<strong>List View</strong>, a panel that can be toggled and helps navigate complex blocks and patterns.</li><li>Reusable blocks have an improved creation flow and support for history revisions. </li><li>A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.</li></ul>\n\n\n\n<h3>Handpicked Patterns</h3>\n\n\n\n<p>Patterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.</p>\n\n\n\n<p>New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.</p>\n\n\n\n<h3>Better Tools</h3>\n\n\n\n<ul><li><span>New template editor that allows creating new custom templates for a page using blocks.</span></li><li>Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.</li><li>New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.</li><li>Includes improvements to how the editor is rendered to more accurately resemble the frontend.</li></ul>\n\n\n\n<h3>Internet Explorer 11</h3>\n\n\n\n<p>Support for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!</p>\n\n\n\n<h3>Blocks in Widgets Area</h3>\n\n\n\n<ul><li>You can now use any block in your theme’s widget areas using the all new Widgets screen and updated Customizer.</li><li>Existing third party widgets continue to work via the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/\">Legacy Widget block</a>.</li><li>Not quite ready for a full switch? To ease the transition, users can use the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widgets plugin</a> and themes can call <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/\">remove_theme_support( &#8216;widgets-block-editor&#8217; )</a>.</li></ul>\n\n\n\n<p><em>Looking for a change and can&#8217;t find it? There are more improvements listed after the break.</em></p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<h3>Do some testing!</h3>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Thanks for joining us, and happy testing!</p>\n\n\n\n<p class=\"has-text-align-left\"><em><span><i>Props to </i></span><a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>youknowriad</a>, <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a href=\"https://profiles.wordpress.org/matveb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matveb</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a><span><i> for </i>editing/proof reading</span> this post, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review.</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><em>Full Site Editing<br />Coming at the end of year<br />But first, Beta 1</em></p>\n\n\n\n<span id=\"more-10733\"></span>\n\n\n\n<h2><strong>Improvements in this Release</strong></h2>\n\n\n\n<ul><li>Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar</li><li>Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.</li><li>Parity refinement between editor and frontend, Standardization to block toolbars organization</li><li>Block widgets in the Customizer</li><li>Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.</li><li>Ability to transform Media and Text into Columns</li><li>Embedded PDFs within File block</li><li>Spacing options for Social Links and Buttons, Spacer block width adjustments</li><li>Twemoji has been updated to version 13.1, bringing you many new Emoji.</li><li>Editor performance improvements</li><li>Hide writing prompt from subsequent empty paragraphs</li><li>More descriptive publishing UI</li><li>Added capability to set the default format for image sub-sizes as well as WebP support</li><li>Added widgets block editor to widgets.php and customize.php</li><li>Added block patterns to default themes</li><li>Added ability to mark a plugin as unmanaged</li><li>Enable revisions for the reusable block custom post type</li><li>Enqueue script and style assets only for blocks present on the page</li><li>Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware</li><li>New sidebars, widget, and widget-types REST API endpoints</li><li>Added support for modifying the term relation when querying posts in the REST API</li><li>Site Health now supports custom sub-menus and pages</li><li>Themes now display the number of available theme updates in the admin menu</li><li>Speed up cached <code>get_pages()</code> calls</li><li>Underscore updates from 1.8.3 to 1.9.1</li></ul>\n\n\n\n<p>To see all of the features for Gutenberg release in detail check out these posts: <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">10.0</a>, <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">10.1</a>, <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">10.2</a>, <a href=\"https://make.wordpress.org/core/2021/04/02/whats-new-in-gutenberg-10-3-31-march/\">10.3</a>, <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4</a>, <a href=\"https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/\">10.5</a>, <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">10.6</a>, and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">10.7</a>. In addition to those changes, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">215 tickets in WordPress 5.8</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=5.8&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">88 new features and enhancements</a>, with more bug fixes on the way.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 02:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Open Invitation To Contribute to the WordPress Block Pattern Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=118068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory?utm_source=rss&utm_medium=rss&utm_campaign=open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4427:\"<p class=\"has-drop-cap\">The upcoming <a href=\"https://wordpress.org/patterns\">block pattern directory</a> is launching alongside WordPress 5.8 in July. The goal is to make several high-quality designs available for users right off the bat. However, the official submission process will not open until the directory launches. In this chicken-and-egg scenario, the Design team is asking for early contributors to submit their pattern candidates <a href=\"https://github.com/WordPress/pattern-directory\">via GitHub</a>.</p>\n\n\n\n<p>&ldquo;The project needs a collection of high-quality, diverse, community-designed patterns to populate it with during development,&rdquo; wrote Kjell Reigstad in <a href=\"https://make.wordpress.org/design/2021/06/08/initial-patterns-for-the-wordpress-org-patterns-directory/\">the announcement post</a>. &ldquo;These patterns will set the tone for quality in the repository and will make the directory useful for folks upon its launch.&rdquo;</p>\n\n\n\n<p>Alongside Reigstad, Beatriz Fialho and Mel Choyce-Dwan have already added several block patterns. They are available through the Gutenberg plugin now.</p>\n\n\n\n<img />Several of the current block patterns.\n\n\n\n<p>The trio has also submitted the majority of the 18 current potential patterns. While they have produced solid work thus far, the directory needs a more diverse set of designs from the community to launch with a bang.</p>\n\n\n\n<p>Creating a pattern requires no coding skills. It is possible directly via the block editor. Just design, copy, and submit. The team already has a GitHub template in place for <a href=\"https://github.com/WordPress/pattern-directory/issues/new/choose\">submitting patterns</a>. Be sure to use CC0 (public domain) images if they are a part of your creation.</p>\n\n\n\n<img />Copying a pattern from the WordPress editor.\n\n\n\n<p>I have somewhere between 40 and 50 patterns lying around. You could say that I have been doing a bit of dabbling in the art of block-pattern design in my free time. Many of these patterns rely on custom block styles, so they are not suitable for the directory. However, I have several that are general enough for submission.</p>\n\n\n\n<p>As always, I try to pay it forward when possible. Therefore, I cleaned a couple of patterns today using the Twenty Twenty-One theme and submitted them for inclusion.</p>\n\n\n\n<p>The first was a three-column section of <a href=\"https://github.com/WordPress/pattern-directory/issues/138\">&ldquo;about me&rdquo; or &ldquo;connect with me&rdquo; boxes</a>. This has been one of my favorites to play around with.</p>\n\n\n\n<img />About me boxes.\n\n\n\n<p>It is not on par with my original design, but I like how it turned out. If you have read any of my past posts on blocks and patterns, I will sound like a broken record. However, I must say it for those who did not hear the message the first 100 times. The main limiting factor for block patterns is the lack of spacing options on almost all blocks.</p>\n\n\n\n<p>Blocks like Group and Column have padding controls, which are a nice feature. However, vertical margin options are must-haves for the directory to be as successful with its goals as it intends to be.</p>\n\n\n\n<p>A prime example is in my first pattern. My original mockup closes the gap between the heading and subheading. In my submission, I tightened the space by setting the line height, but I needed an option for zeroing out the vertical margin.</p>\n\n\n\n<p>If you compare it to the original idea built with some features not yet available, you can see how much improved the overall layout&rsquo;s spacing is.</p>\n\n\n\n<img />Original about me boxes with tighter margin control.\n\n\n\n<p>I ran into the same issue with my second pattern, <a href=\"https://github.com/WordPress/pattern-directory/issues/140\">Team Social Cards</a>, between the Image and Separator blocks. The gap there has more to do with Twenty Twenty-One&rsquo;s inconsistent spacing.</p>\n\n\n\n<img />\n\n\n\n<p>I may revisit the giraffe photo, but it is growing on me. It is fun. Plus, end-users are meant to actually replace it.</p>\n\n\n\n<p>I will probably submit one or two more during this early phase, and I will definitely contribute more once the pattern directory is officially open. For now, I want to see our talented design community giving a little something back to the WordPress project. This is such an easy way to contribute that has no coding requirement &mdash; just a little time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Jun 2021 20:53:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Review Signal Publishes 2021 Hosting Performance Benchmarks on New WordPress-Powered Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/review-signal-publishes-2021-hosting-performance-benchmarks-on-new-wordpress-powered-site?utm_source=rss&utm_medium=rss&utm_campaign=review-signal-publishes-2021-hosting-performance-benchmarks-on-new-wordpress-powered-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5577:\"<p>Kevin Ohashi has published his <a href=\"https://wphostingbenchmarks.com/\">2021 WordPress Hosting Performance Benchmarks</a> report. The annual report is broken down into six different hosting tiers, from the most economical &lt;$25/month, to the $500+ enterprise level. This is the second year the stats include WooCommerce-specific hosts as a separate category.</p>\n\n\n\n<p>After eight years of measuring peak performance and consistency for WordPress hosts, <a href=\"https://reviewsignal.com/\">Review Signal</a> has relaunched benchmarks on <a href=\"https://wphostingbenchmarks.com/\">wphostingbenchmarks.com</a>, a WordPress-powered site.  </p>\n\n\n\n<p>Review Signal started using sentiment analysis to capture consumer reviews of hosting companies on Twitter in 2011 and launched in 2012. Ohashi added a WordPress blog but said it never really integrated well with the code and design of the rest of the site. He launched the benchmarks in 2013, publishing the first handful of tests via a simple blog post.</p>\n\n\n\n<p>&ldquo;In 2020 it was dozens of companies, 6 full price tiers of competition, and a separate WooCommerce group as well,&rdquo; Ohashi said. &ldquo;It really has become its own product,&nbsp;and creating a dedicated site for them at WPHostingBenchmarks.com is recognition of that fact. It also opened the door for a rebranding effort and a much better presentation of the results.&rdquo;</p>\n\n\n\n<p>Results on the new site are much easier to understand at a glance with honorable mentions and top tier companies denoted by a half star and full star. Visitors can click through to get more specific information about each host&rsquo;s performance on the tests.</p>\n\n\n\n<img />\n\n\n\n<p>Top tier performers in the &lt;$25 tier included 20i, CynderHost, EasyWP by Namecheap, Eco Web Hosting, Green Geeks, Lightning Base, RAIDBOXES, and WPX, with a handful of honorable mentions. In the Enterprise tier (shown above), RAIDBOXES, Scaleforce powered by Jelastic, Seravo, Servebolt, Servebolt Accelerated, and WordPress VIP capture the top tier spots.</p>\n\n\n\n<p><a href=\"https://wphostingbenchmarks.com/company/seravo/\"></a>Now that the new site is database driven, Ohashi can publish faster and reduce the amount of work it takes going forward.</p>\n\n\n\n<p>&ldquo;It also lets me auto generate pages from the data &ndash; for example company profile pages,&rdquo; he said. &ldquo;I attempted to write a blog post in the past about companies that did well, but it was never really a success. Now, I can display all their historical results, pull up analysis, compare them all by year, etc. So I am happier,&nbsp;companies are&nbsp;(hopefully) happier, and most of all &ndash; consumers get better insight into the&nbsp;results.&rdquo;</p>\n\n\n\n<h2>WooCommerce Benchmarks Expanding</h2>\n\n\n\n<p>WooCommerce benchmarks have expanded since their first time to be included separately last year. Five out of the 11 companies tested scored top tier results, including Lightning Base, Pressable, Servebolt, SiteGround, and WordPress.com.</p>\n\n\n\n<p>Servebolt scored 99.999% Uptime and the fastest Load Storm average response time, along with the fastest wp-login, Buyer and Customer profiles and second fastest Home profile. Pressable reprised its top tier status with perfect uptime and the second fastest Average Response Time on WebPageTest. WordPress.com posted perfect uptime, the second fastest K6 average response time, and a solid Load Storm test. On the WebPageTest results WordPress.com took 10/12 of the fastest response times and posted the fastest WP Bench scores Ohashi has ever recorded and the second fastest PHP Bench.</p>\n\n\n\n<p>In 2021, SiteGround slipped to honorable mention status in every other tier where it was tested, with the exception of WooCommerce. Lightning Base maintained its top tier status with a 99.99% uptime rating, very good flat Load Storm and K6 results, and no problems with the tests.</p>\n\n\n\n<img />\n\n\n\n<p>&ldquo;For WooCommerce I had seven companies participate last year and this year had 11 companies, which is a 57% increase,&rdquo; Ohashi said. &ldquo;The traditional WordPress benchmarks grew from ~29 companies last year to 35-37 depending on if you differentiate Automattic brands (VIP, WP.com, Pressable) which is at least a 20% growth in participation.&rdquo;</p>\n\n\n\n<p>Ohashi said he is pleased with the mix of new entrants and companies that have participated for years, but the pandemic has slowed Review Signal&rsquo;s business.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been a bit slow revenue wise,&rdquo; he said. &ldquo;I don&rsquo;t sell any products and don&rsquo;t think I&rsquo;ve found any advantage during the pandemic to make what I do stand out relative to what&rsquo;s happening to the world. That is another motivating reason for creating <a href=\"https://WPHostingBenchmarks.com\">WPHostingBenchmarks.com</a>, I wanted to take that extra time I have and make the biggest change for Review Signal in years.&rdquo;</p>\n\n\n\n<p>Review Signal&rsquo;s benchmarks are one of the most thorough and transparent evaluations of hosting products in the industry. This is because Ohashi doesn&rsquo;t accept any hosting sponsorship. Each company pays a small, publicly documented, fee for participation to cover the costs of the tests. These fees are standardized based on the pricing tier of the product entered into the testing. Consumers in the market for a new hosting company will find <a href=\"https://WPHostingBenchmarks.com\">WPHostingBenchmarks</a> a solid resource for comparing how companies perform at different pricing tiers. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Jun 2021 04:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Spice Up Your Food or Recipe Blog With the Nutmeg WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/spice-up-your-food-or-recipe-blog-with-the-nutmeg-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=spice-up-your-food-or-recipe-blog-with-the-nutmeg-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5683:\"<p class=\"has-drop-cap\">Last week, Dumitru Br&icirc;nzan <a href=\"https://www.ilovewp.com/nutmeg-plus-food-blogging-recipes-wordpress-theme/\">announced Nutmeg Plus</a>. It is the latest commercial theme offering through his ILOVEWP brand. Earlier today, the <a href=\"https://wordpress.org/themes/nutmeg/\">free version of Nutmeg</a> landed in the WordPress theme directory. The theme is built for food and recipe bloggers and is another solid example of building on the block system.</p>\n\n\n\n<p>As is typical of his style, Nutmeg rests on a foundation of clean lines and readable typography. It pulls elements from some of Br&icirc;nzan&rsquo;s previous work, such as the featured pages section of <a href=\"https://wordpress.org/themes/photozoom/\">Photozoom</a> and the two-column intro from <a href=\"https://wordpress.org/themes/endurance/\">Endurance</a>. Reusing code is one of the cornerstones of smart development.</p>\n\n\n\n<p>The theme never gets too flashy, nor is it a bold step forward in design. However, it has a timeless layout that is hard to go wrong with.</p>\n\n\n\n<p>Where it shines is in its use of block patterns and styles.</p>\n\n\n\n<img />Recipe post built with Nutmeg.\n\n\n\n<p>Sometimes, theme authors surprise me with, in hindsight, simple solutions. Nutmeg&rsquo;s List block styles had me asking, &ldquo;Why didn&rsquo;t I think of that?&rdquo;</p>\n\n\n\n<p>Last month, I <a href=\"https://wptavern.com/you-might-not-need-that-block\">challenged theme authors</a> to build out patterns that are often created as custom blocks. In the post, I showcased an example of how themers could provide pricing columns for their users. The Nutmeg theme is a perfect example of that same concept, only applied to recipes.</p>\n\n\n\n<p>The unique aspect is that Br&icirc;nzan did not make it complex. With a few simple styles for the List block, he had all the makings of the typical &ldquo;recipe card&rdquo; seen on many food blogs. <em>Is it as advanced as a fully-featured recipe card plugin?</em> No. But, that should not be the goal. If users need more advanced recipe-related features and functionality, that is where plugins make sense. The theme even recommends a few like WP Recipe Maker, Recipe Card Blocks, and Delicious Recipes for those who need more.</p>\n\n\n\n<p>However, for bloggers who are just starting, undecided on recipe plugins, or simply do not want another dependency, the theme has built-in solutions for them. It is tough to discount the value in that.</p>\n\n\n\n<img />Adding instructions and ingredients.\n\n\n\n<p>With a starting point of the Recipe Info, Ingredients List, or Ingredients + Instructions patterns, users can quickly pop these sections into their content. Or, they can go the alternate route of starting with the List block and selecting one of four custom styles.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Theme authors should be able to build unique and complex combinations of blocks with custom styles. Users should be able to just make it look like the demo.</p><cite><a href=\"https://wptavern.com/block-patterns-will-change-everything\">Block Patterns Will Change Everything</a></cite></blockquote>\n\n\n\n<p>It was March 2020. The Gutenberg development team had just pushed block patterns into the plugin, but the feature would not land in core WordPress for months. I do not want to call myself a prophet. It was plain enough for anyone to see: block patterns would eventually change how end-users interact with the editor and build their sites.</p>\n\n\n\n<p>Patterns were the answer to elaborate homepage setups. Instead of jumping back and forth between non-standard theme options, hoping for the best from a theming community that never learned to entirely leverage the customizer, users could simply click buttons and insert layout sections where they wanted.</p>\n\n\n\n<p>Recreating Nutmeg&rsquo;s homepage demo was easy. By just picking a few patterns and adding some custom images, I was up and running in minutes. No tutorial necessary. No half-hour session of figuring out a theme&rsquo;s custom options setup.</p>\n\n\n\n<ol><li>Select the custom homepage template.</li><li>Add the Cover with Overlay pattern and upload an image.</li><li>Drop in the Opening Message pattern and customize.</li><li>Insert the Featured Pages pattern and add images.</li></ol>\n\n\n\n<img />Homepage built from patterns.\n\n\n\n<p>Simple setup processes like this are the exact thing that theme authors have been repeatedly asking about for the better part of a decade. Except for a powerful Query solution, which is arriving in a limited form in WordPress 5.8 (the Post Featured Image block is the weak point), the tools are mostly in place. The feature set is only growing with each release.</p>\n\n\n\n<p>One of my favorite solutions in the theme is the use of the Cover block&rsquo;s inner container. The plugin has several styles for moving this inside box around and creating a featured section.</p>\n\n\n\n<img />Customizing the Cover block with styles.\n\n\n\n<p>One improvement I might suggest is to provide &ldquo;width&rdquo; styles for the inner container here. Core already provides an alignment matrix option. Styles for 25%, 50%, and 75% width (100% being the default) would offer more variety when coupled with the existing alignments.</p>\n\n\n\n<p>The only things that felt out of place with the theme were its alignment block styles for Heading and Paragraph blocks. WordPress already provides alignment options for these blocks. I am not sure if there is a use case that I am unaware of for the styles, but they were definitely confusing.</p>\n\n\n\n<p>The theme is worth a test run for any food or recipe bloggers who need a dash of <em>Nutmeg</em> to spice up their site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 22:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: People of WordPress: Tijana Andrejic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13617:\"<p><strong>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories.</strong></p>\n\n\n\n<p>This month to coincide with WordCamp Europe, we feature Tijana Andrejic from Belgrade, Serbia, about her journey from fitness trainer to the WordPress world, with the freelance and corporate opportunities it introduced. </p>\n\n\n\n<img width=\"632\" height=\"387\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/06/2021-07-Tijana-Andrejic_Featured-Img_1.jpg?resize=632%2C387&ssl=1\" alt=\"Tijana - portrait picture\" class=\"wp-image-10713\" />\n\n\n\n<p>As a professional manager with a college degree in Organizational Science and a certified fitness instructor, Tijana is nothing if not driven and goal-oriented.&nbsp;</p>\n\n\n\n<p>Following her time as a fitness trainer, Tijana moved to work in IT around 2016. She first explored content creation and design before focusing on SEO and becoming an independent specialist.&nbsp;&nbsp;</p>\n\n\n\n<p>Tijana was hired as a Customer Happiness Engineer for a hosting company, where she discovered the benefits of having a team. She realized that having close working relationships with colleagues is helpful for business success and accelerates personal growth.</p>\n\n\n\n<p>Tijana hopes that by sharing her story, she can help others who are either starting their career or are moving roles. She describes the opportunities she discovered in the WordPress community as ‘a huge epiphany’, especially in the world of freelancing.</p>\n\n\n\n<p>She highlights <strong>5 things that helped her to start a new freelancing career</strong>. Let’s dive into them.</p>\n\n\n\n<h2>What motivates me?</h2>\n\n\n\n<p>“Why am I doing this?” is the first question that Tijana asks herself before starting anything new. This self-review and honesty, she feels, allows her to determine her priorities. She also benchmarks options around her motivations of wanting a flexible schedule and to grow professionally.&nbsp;</p>\n\n\n\n<p>She lists the reasons to make a particular choice, like being a freelancer, to help her choose the right job, pathway, or identify alternatives.&nbsp;</p>\n\n\n\n<p>She recommends that others can take a similar approach. If freelancing is still the best solution after examining all their goals and motivations, Tijana believes a good next step would be to learn WordPress-related skills.</p>\n\n\n\n<img src=\"https://lh6.googleusercontent.com/cdHeIL-H_mE6QFCUxUT-gfKS2GzizRHtn4iCENoaWOimC82BfModRJh44QbhvHPW0GNVP5eUPhgxQteDRbA_9EUzpssTXMGWje1hUuKyrfXUgGhCnvXQdraaUQiaGBjFr73dNYxr\" alt=\"WordCamp Europe 2019 group picture\" />\n\n\n\n<h2>Develop WordPress related skills</h2>\n\n\n\n<p>The next question you may ask: “Why WordPress?”</p>\n\n\n\n<p>WordPress is used by more than 40% of websites in some form and offers various roles, many of which are not developer-specific. Tijana highlights a few:&nbsp;</p>\n\n\n\n<ul><li>web developer (coding websites, themes, and plugins)</li><li>web implementor (creating websites from existing themes without coding)</li><li>web designer (designing website mock-ups, editing images, or creating online infographics)</li><li>client support professional (helping people with their websites)</li><li>website maintenance (WordPress, themes, and plugins are maintained and backed up regularly)</li><li>WordPress trainer (helping clients with how to use the platform or teaching other web professionals)</li><li>content writer</li><li>accessibility specialist (making sure standards are met and suggesting solutions for accessibility barriers)</li><li>SEO consultant (improving search outcomes and understanding)</li><li>statistics consultant, especially for web shops</li><li>WordPress assistant (adding new content and editing existing posts)</li><li>website migration specialist (moving websites from one server to another)</li><li>web security specialist</li></ul>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/16XExYT_P4R4PX3orOaWbueDfkBIA6PFQ-CuYEXdeN9AvUIuIF33aIjT1DpdnFCqhrijWv1f68OR2Qh14xGT9REHGJ-MqK-OxJ9XcrhZ3IkcW8DBI7nVAtvFcCnCHL0woka_FV6t\" alt=\"WCBGD group picture\" />\n\n\n\n<p>Tijana emphasized: “Another reason why WordPress is great for freelancers is the strong community that exists around this content management system (CMS).&#8221; WordCamps and Meetups are a way to get useful information and meet people from a large and very diverse community and get answers to many questions straight away.&nbsp;</p>\n\n\n\n<p>In the past year, these events have been primarily online. However, the contributors who run them continue to make an effort to provide an experience as close to in-person events as possible. The biggest advantage to online events is that we can attend events from across the world, even if sometimes during these difficult times, it is difficult to get enough time to deeply into this new experience. Since Tijana’s first Meetup, she has attended many WordPress community events and volunteered as a speaker.</p>\n\n\n\n<h2>Plan in advance</h2>\n\n\n\n<p>Becoming a freelancer takes time. For Tijana, success came with proper planning and following her plan to ‘acquire or improve relevant skills that will make you stand out in the freelance market.’ She strongly believes that learning and growing as a professional opens more business opportunities.&nbsp;</p>\n\n\n\n<p>If you are considering a freelance career, she advises improving relevant skills or developing new skills related to your hobbies as ‘there is nothing better than doing what you love.’ In cases where no previous experience and knowledge can be used, she suggests choosing ‘a job that has a shorter learning curve and builds your knowledge around that.’</p>\n\n\n\n<p>Tijana started as a content creator and learned to become an SEO expert. However, she highlights many alternative paths, including starting as a web implementer and moving to train as a developer.&nbsp;</p>\n\n\n\n<p>She suggests to others: “It would be a good idea to analyze the market before you jump into the learning process.” She also recommends people check the latest trends and consider the future of the skills they are developing.</p>\n\n\n\n<p>Visit the new <a href=\"https://learn.wordpress.org/\">Learn WordPress.org</a> to see what topics are of interest to you. In this newly established resource, the WordPress community aggregates workshops to support those who want to start and improve their skills, provides lesson plans for professional WordPress trainers and helps you create personal learning to develop key skills. There is also material on helping you be part of and organize events for your local community.</p>\n\n\n\n<p>Tijana highlights that there are many places for freelancers to find clients. For example, the WordPress Community has a place where companies and individual site owners publish their job advertisements&nbsp; &#8211; <a href=\"https://jobs.wordpress.net/\">Jobs.WordPress.net</a>.</p>\n\n\n\n<h2>Hurray, it’s time to get a first freelancing job</h2>\n\n\n\n<p>As a pragmatic person, Tijana recommends: “Save money before quitting your job to become a full-time freelancer. Alternatively, try freelancing for a few hours per week to see if you like it. Although some people do benefit when taking a risk, think twice before you take any irreversible actions.”&nbsp;</p>\n\n\n\n<p>She shared some possible next steps:&nbsp;</p>\n\n\n\n<ul><li>use a freelancing platform</li><li>triple-check your resume</li><li>professionally present yourself</li><li>fill up your portfolio with examples</li><li>use video material</li></ul>\n\n\n\n<p>“By using video material, your clients will not see you like a list of skills and previous experiences, but as a real person that has these skills and experiences and that provides a certain service for them.”</p>\n\n\n\n<p>She adds: “Have a detailed strategy when choosing your first employer. Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is”.</p>\n\n\n\n<p>When Tijana took her first freelancing job, she considered the following:</p>\n\n\n\n<ul><li>how was the employer rated by other freelancers who worked for him previously</li><li>how does the employer rate other freelancers</li><li>how much money had they already spent on the platform</li><li>the number of open positions for a specific job and the number of freelancers that have already applied&nbsp;</li></ul>\n\n\n\n<p>“The first job is not all about the money. Don’t get greedy on your first job. If you get good recommendations, your second job can pay two to three times more. And your third job can go up to five times more. That was my experience.”</p>\n\n\n\n<h2>Take responsibility as a freelancer</h2>\n\n\n\n<p>Tijana reminds us: “Freedom often comes with responsibility; individual responsibility is key when it comes to freelancing.”</p>\n\n\n\n<p>She advises others not to take a job if you can not make a deadline and have someone reliable who can help you.&nbsp;</p>\n\n\n\n<p>Missing deadlines will cost your client money and affect the review the client will be willing to leave about your job, and this can have a big impact on your future opportunities or freelance jobs.</p>\n\n\n\n<p>She adds: “This can start a downward spiral for your career. However, we are all humans, and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else”.</p>\n\n\n\n<p>Tijana emphasizes the importance of making expectations clear before accepting a job, both what the client is expecting and what you can expect from the client.&nbsp;</p>\n\n\n\n<p>Lastly, she points out that if you are working from home, your friends and family should treat you the way they would if you were in an office. She advises: “Let them know about your working schedule.”</p>\n\n\n\n<p>She hopes that these basic guidelines will be useful in launching freelance careers, as they did her, even though there is no universal recipe for all.</p>\n\n\n\n<p>Tijana highlights: “It’s just important to stay focused on your goals and to be open to new opportunities.” Freelancing wasn’t the only way she could have fulfilled her goals, but it was an important part of her path, and it helped her be confident in her abilities to make the next big step in her life.</p>\n\n\n\n<p>As a freelancer, she was missing close relationships with colleagues and teamwork, which she has now found in her current firm. Her colleagues describe her as a: “walking-talking bundle of superpowers: sports medicine and fitness professional, SEO expert, blogger, designer and a kitty foster mum”.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/PIGT9R6FmtEHsNBvWzyViW5htRAm156asTOsohOGOUwfsWjW1TuDhUI9yuZnjIe-1eFHfFUWPULPtw82P3YYXHa0bsY_jA5keelmDHfSkTdd3xUsVZTmG9KvdE8XTojvU3LxYCsi\" alt=\"Conference reception\" />\n\n\n\n<p>If you are considering starting your career as a freelancer, take the courses offered at <a href=\"https://learn.wordpress.org/\">learn.wordpress.org,</a> reach out to companies that you would be interested in working with, and remember that there are a whole host of opportunities in the WordPress project.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\">The WordPress.org Teams</a> &#8211; what they do, when and where they meet</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress resource</a> &#8211; free to use to expand your knowledge and skills of using the platform and learning about the community around it.</p>\n\n\n\n<p>The 3-day <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a> online event begins on 7 June 2021. You can discover more about being a contributor in its live sessions and <a href=\"https://europe.wordcamp.org/2021/contribute-to-wordpress/\">section on ways to contribute to WordPress</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), and Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>) for working on this story. Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and also to Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) who created HeroPress. Thank you to Tijana Andrejic (<a href=\"https://profiles.wordpress.org/andtijana/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andtijana</a>) for sharing her #ContributorStory</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/FEZ2FQJ0vQ311YoPfh6ny15NXh8saTLH_RjyDO4pUOuEGBTa-Czk63PGoWL04FawKviRfNx0QXePx-goK04X12ry1BR_WXh-kVPIfsEeItPAX6reN5fHS96q6-8dUI506ZO38Z0G\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress series</a>.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 22:00:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"BuddyPress: BuddyPress 8.0.0 “Alfano”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=319133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11623:\"<p>&#8220;Alfano&#8221; is our first major release of 2021. It is named after <a href=\"http://www.alfanopizza.com\">Alfano’s Pizza</a> in Rock Island, Illinois, a family-run pizzeria that’s been around since the 1970s. They know how to keep it simple: there’s nothing on the menu but mouth-watering pizzas and calzones featuring their own made-from-scratch sauce and crust. For the true Alfano’s experience, order a stuffed pizza and dine in with as many friends as you can bring. The massive, two-crust pizza will be brought to the table piping hot, and there will be plenty for everyone!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.0.zip\"><strong>Get BuddyPress 8.0.0</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>You can get it clicking on the above button, downloading it from the&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a>&nbsp;or checking it out from our&nbsp;<a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f449.png\" alt=\"?\" class=\"wp-smiley\" />&nbsp;<em>If you’re upgrading from a previous version of BuddyPress, it’s always a good idea to back-up your WordPress database and files ahead of time.</em></p>\n\n\n\n<p>You can review all of the changes in this 8.0.0 release in the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-8-0-0/\">release notes</a>. Below are the key features we believe you are going to enjoy most!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Your current members are the best way to recruit fantastic new members for your community.</h2>\n\n\n\n<p>Whether public registration is enabled or not, you can activate this great new opt-in feature from your site&#8217;s BuddyPress settings; with it, your trusted members will handpick new members who will enrich your community.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/front-invites-tool.png\"><img width=\"985\" height=\"646\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/front-invites-tool.png\" alt=\"Illustration showing the Members Invite Screen.\" class=\"wp-image-319137\" /></a></div>\n\n\n\n<p>Once activated, each member will be able to send new Member Invitation emails and manage the pending invitations directly from his or her profile area.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/front-pending-invites-tool.png\"><img width=\"981\" height=\"406\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/front-pending-invites-tool.png\" alt=\"Illustration showing the Members Pending Invites Screen.\" class=\"wp-image-319140\" /></a></div>\n\n\n\n<p>You keep control of everything thanks to two new screens we added to the BuddyPress Tools dashboard: invitations and opt-outs management.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/admin-invites-tool.png\"><img width=\"1176\" height=\"519\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/admin-invites-tool.png\" alt=\"Illustration showing the Members Invitations Administration Screen.\" class=\"wp-image-319141\" /></a></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline has-normal-font-size\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background\" href=\"https://bpdevel.wordpress.com/2021/05/26/bp-8-0-introduces-site-membership-invitations/\"><strong>Read more about it</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Improved registration experience.</h2>\n\n\n\n<p>First, you can select any xProfile field from any xProfile field group to use on your site&#8217;s registration form. Second, if your site requires that users accept specific rules such as terms of service or a code of conduct, you can now take advantage of the new Checkbox Acceptance xProfile Field type to record their agreement.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/signup-fields.png\"><img width=\"1024\" height=\"492\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/signup-fields-1024x492.png\" alt=\"\" class=\"wp-image-319146\" /></a><a href=\"https://bpdevel.wordpress.com/2021/05/06/selectable-xprofile-sign-up-fields-in-8-0-0/\"><span class=\"has-inline-color has-white-color\">Read more about Selectable signup fields</span></a></li><li class=\"blocks-gallery-item\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/checkbox-acceptance.png\"><img width=\"1006\" height=\"763\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/checkbox-acceptance.png\" alt=\"\" class=\"wp-image-319145\" /></a><a href=\"https://bpdevel.wordpress.com/2021/05/05/new-xprofile-field-type-checkbox-acceptance-will-be-introduced-in-buddypress-8-0-0/\"><span class=\"has-inline-color has-white-color\">Read more about the Checkbox Acceptance field type</span></a></li></ul>\n\n\n\n<p>Third, once a user activates his or her account, BuddyPress will send a welcome email to help get him or her engaged with your community. You can customize the content of this email from the Emails menu of your WordPress dashboard. Have a look to this <a href=\"https://bpdevel.wordpress.com/2021/05/24/8-0-0-will-include-a-bp-email-to-welcome-new-community-members/\">developer note</a> to find out more about it.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WP xProfile field types.</h2>\n\n\n\n<p>The WP Biography field type lets you include the user&#8217;s Biographical Info and thanks to the WP Textbox field you can include the first &amp; last name, the Website URL as well as <strong>any</strong> of the custom contact methods of your users.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2021/06/wordpress-fields.png\"><img width=\"847\" height=\"497\" src=\"https://buddypress.org/wp-content/uploads/1/2021/06/wordpress-fields.png\" alt=\"Illustration showing the xProfile Field Edit Screen.\" class=\"wp-image-319149\" /></a></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-right\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline has-normal-font-size\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background\" href=\"https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/\"><strong>Read more about it</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div><span class=\"dashicons dashicons-admin-generic\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Under the hood</h2>\n\n\n\n<p>8.0.0 includes more than 45 changes to improve the Activity component, the BP Nouveau Template pack, the BP REST API and many more components and features.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div><span class=\"dashicons dashicons-buddicons-buddypress-logo\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Many thanks to the 47 contributors who helped us build &amp; translate BuddyPress 8.0.0</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/oztaser/\">Adil Oztaser (oztaser)</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion (chaion07)</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/sbrajesh/\">Brajesh Singh (sbrajesh)</a>, <a href=\"https://profiles.wordpress.org/thee17/\">Charles E. Frees-Melvin (thee17)</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach (needle)</a>, <a href=\"https://profiles.wordpress.org/comminski/\">comminski</a>, <a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://github.com/dominic-ks/\">dominic-ks</a>, <a href=\"https://github.com/edusperoni/\">Eduardo Speroni (edusperoni)</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">Fernando Tellado (fernandot)</a>, <a href=\"https://profiles.wordpress.org/mociofiletto/\">Giuseppe (mociofiletto)</a>, <a href=\"https://profiles.wordpress.org/hz_i3/\">hz_i3</a>, <a href=\"https://profiles.wordpress.org/ianbarnes/\">Ian Barnes (ianbarnes)</a>, <a href=\"https://profiles.wordpress.org/atxamart/\">Iker Garaialde (atxamart)</a>, <a href=\"https://profiles.wordpress.org/nobnob/\">Javier Esteban (nobnob)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa (krupajnanda)</a>, <a href=\"https://profiles.wordpress.org/offereins/\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/mahdiar/\">mahdiar</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson (markscottrobson)</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mattneil/\">mattneil</a>, <a href=\"https://profiles.wordpress.org/meijioro/\">meijioro</a>, <a href=\"https://profiles.wordpress.org/kalich5/\">Michal Janata (kalich5)</a>, <a href=\"https://profiles.wordpress.org/modemlooper/\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/podporawebu/\">podporawebu</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits (psmits1567)</a>, <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys (nekojonez)</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/renegade1/\">renegade1</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (slaffik)</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt (sabernhardt)</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/studiocrafted/\">studiocrafted</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti (sippis)</a>, <a href=\"https://profiles.wordpress.org/mobby2561/\">Tomas (mobby2561)</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher (topher1kenobe)</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava (utsav72640)</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey (vapvarun)</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/weddywood/\">WeddyWood</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares (yordansoares)</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div><span class=\"dashicons dashicons-format-chat\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Feedbacks welcome!</h2>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share&nbsp;your&nbsp;feedback about this version of BuddyPress in the comments area of this post. And of course, if you’ve found a bug: please tell us about it into our&nbsp;<a href=\"https://buddypress.org/support/\">Support forums</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 19:45:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress.org blog: WP Briefing: Episode 10: Finding the Good In Disagreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12066:\"<p>To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://www.oprah.com/spirit/suzy-welchs-rule-of-10-10-10-decision-making-guide/all\">10/10/10 Rule</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method\">The Eisenhower Matrix&nbsp;</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Minimax\">The Maximin Strategy&nbsp;</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Development Cycle</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10424\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>For anyone who has ever organized something, whether it&#8217;s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don&#8217;t see eye to eye. And before you know it, you&#8217;ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you&#8217;re going to get some disagreements. But I think that&#8217;s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there&#8217;s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn&#8217;t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you.&nbsp;</p>\n\n\n\n<p>Step one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you&#8217;re solving with the solution you&#8217;re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself.&nbsp;</p>\n\n\n\n<p>Step two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you&#8217;re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you&#8217;re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that&#8217;s my recommendation.&nbsp;</p>\n\n\n\n<p>Step three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you&#8217;re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it&#8217;s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else&#8217;s right way to do things could still achieve the goals you&#8217;re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you&#8217;re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you&#8217;re preparing a recommendation. Whether you&#8217;re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.</p>\n\n\n\n<p>If you&#8217;re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you&#8217;re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts.&nbsp;</p>\n\n\n\n<p>Okay, so you&#8217;ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn&#8217;t accepted? How do you deal with that? That&#8217;s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:34</p>\n\n\n\n<p>Disagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We&#8217;ve had moments in recent history where folks we&#8217;re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is &#8211; disagreements in open source in WordPress.&nbsp;</p>\n\n\n\n<p>As with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I&#8217;m also going to include the contributor training module on decision-making in the WordPress project. It&#8217;s got excellent information. It&#8217;s part of a series of modules that I asked team reps to take and sponsored contributors. I don&#8217;t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It&#8217;s like an Easter egg, but I just told you about it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven&#8217;t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There&#8217;s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that&#8217;s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it&#8217;s going to be very interesting.&nbsp;</p>\n\n\n\n<p>There&#8217;s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time &#8211;&nbsp; it has a big section of contributing and contribution time. So if you&#8217;re looking to get started, some projects are laid out, and I encourage you to take a look at that as well.&nbsp;</p>\n\n\n\n<p>The new thing on this list, and I don&#8217;t know how new It is, in general, I hope it&#8217;s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It&#8217;s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We&#8217;ve been doing a lot of testing in the outreach program. But it&#8217;s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us.&nbsp;</p>\n\n\n\n<p>So, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:09</p>\n\n\n\n<p>Hey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you&#8217;ve ever worked with me, none of this will surprise you. But if you haven&#8217;t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn&#8217;t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow.&nbsp;</p>\n\n\n\n<p>Tip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we&#8217;re not all the same. And if we were, then we wouldn&#8217;t need to collaborate anyway. But diversity, whether that&#8217;s the diversity of thought or of a person or of experience, just doesn&#8217;t happen without some misunderstandings. It&#8217;s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are.&nbsp;</p>\n\n\n\n<p>And hot take number three, changing your mind isn&#8217;t flip-flopping or hypocritical. I think that&#8217;s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions &#8211; as the sore muscles of a learning brain. And I, again, probably won&#8217;t be dissuaded from that opinion. Although, you know, if I&#8217;m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we&#8217;ll see how it goes. Thank you for joining me for my little public easter egg.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 12:22:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Gutenberg Times: Themes for Full-Site Editing and Getting ready for WordPress 5.8 – Weekend Edition #172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/themes-for-full-site-editing-and-getting-ready-for-wordpress-5-8-weekend-edition-172/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19478:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s the eve of the second virtual <a href=\"https://europe.wordcamp.org/2021/\"><strong>WordCamp Europe</strong></a>. Tickets are still available for another awesome three days with talks, workshops and contributor events. This year, the organizer decide to sprinkle contributor event into the rest of the schedule and have for all three days, a mix between techtalk, business talks and contributor presentation and discussions. There are quite a few events around the Block editor, Full-site-editing and block-based themes. <a href=\"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\">I compiled a list for you.</a> And just because I am so focused on Gutenberg, doesn&#8217;t mean you have to. ? <a href=\"https://europe.wordcamp.org/2021/schedule/\">Check out the schedule</a> and <a href=\"https://europe.wordcamp.org/2021/registration/\">get your tickets now</a>. </p>\n\n\n\n<p>Hopefully, it will be the last virtual conference and we will see each other at an in-person WordCamp Europe in 2022. I am still hoping for Porto, Portugal.  At this state of withdrawal from meeting WordPress friends in person, it doesn&#8217;t matter where it will take place, thought. It&#8217;ll be a Hug-Fest. </p>\n\n\n\n<p>Last week, I mentioned the next<a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\"> <strong>Gutenberg Times Live Q &amp; A</strong></a> in the subscribers-only section of this newsletter. Now we have a full panel. <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">Registration is officially open</a>. I am thrileed to host Daisy Olsen, Jeff Ong and Tammie Lister for our show on <strong>How to get started on Theme building for Full-site Editing and using the Theme.json file</strong> to configure your theme, and its interaction with the block editor. The Theme.json file will be introduced with the release of WordPress 5.8 in July 2021. <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">Get a head start and join us!</a></p>\n\n\n\n<p><strong>Grzegorz (Greg) Ziolkowski</strong> will be back from vaction next week and we will record our next <strong>Changelog </strong>episode on Friday 11, 2021. I am so excited and can&#8217;t wait until Grzegorz is back!  If you have questions or suggestions or news, you want us to consider, hit reply or send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. We now have consitently 500 &#8211; 800 downloads per week. It&#8217;s humbling, mind-boggling and inspiring.  And if YOU are a listener, Thank You!  If you have a minute or two, <a href=\"https://lovethepodcast.com/gutenbergchangelog\">consider writing a review of the podcast</a>. We&#8217;d be grateful and might read it out loud on the next show. </p>\n\n\n\n<p>Alright, that&#8217;s the news around Gutenberg Times. Below you&#8217;ll find what else happened in the Gutenberg universe. Enjoy! </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n<p><em>PS: Hope to see you at WordCamp Europe. Don&#8217;t forget to join the #WCEU channel on WordPress Slack and meet speaker, sponsors, organizer and attendees like you and me. </em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site-Editing &amp; Themes</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> published the <a href=\"https://make.wordpress.org/test/2021/06/02/fse-program-stick-the-landing-pages-summary/\"><strong>Stick the landing (pages) Summary</strong></a>. This post is a summary of the sixth call for testing for the experimental FSE outreach program, which also was translated into Italian to reach more of the non-English audience. Earlier calls were also translated into Japanese. The group of FSE testers is much bigger now, thanks to the persistent efforts by Anne to reach out to the community and stay on top of all the issues around the template editor. </p>\n\n\n\n<p>A reminder: You can still join the the seventh call for testing:<a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\"> </a><strong><a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">Polished Portfolios</a> </strong>&#8211; The deadline for your feedback was extended to June 16th, 2021. </p>\n\n\n\n<p>If you read this before Sunday night, you can participate in the <a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\"><strong>Full Site Editing Review and Test-a-thon </strong></a>Sunday, June 6th at  7 &#8211; 8:30 pm with the <strong>WordPress Meetup </strong>group in Philadelphia. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Reading through the summary,  I am stuck on trying to understand the difference between a template built by the site-owner and a theme template. What will happen with their templates when the site-owner decides to change the overall theme of their site? There is still plenty to be figured out. <strong><a href=\"https://github.com/WordPress/gutenberg/pull/31971\">How edited block templates are linked to themes</a></strong> is topic of the discussion on GitHub. The Gutenberg team would appreciate some thoughts from folks familiar with these APIs (theme mods, performance, database).</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> posted again acomprehensive list of issues and discussions regarding block-based themes and Full-Site Editing: <a href=\"https://make.wordpress.org/themes/2021/06/04/gutenberg-themes-week-of-may-31-2021/\"><strong>Gutenberg + Themes: Week of May 31, 2021</strong></a>. Any of the listed items are worth checking out and consider commenting. The more the team knows the better the next iteration of Full-Site editing and block-based themes becomes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress 5.8 release preparations</h2>\n\n\n\n<p>From the <a href=\"https://make.wordpress.org/core/2021/06/05/devchat-meeting-summary-june-2-2021/\">meeting notes of this week&#8217;s Dev Chat</a>: &#8220;Docs needs the most help with end user documentation. For block editor in particular. Some changes from 5.6 and 5.7 are still not published and we had a significant drop in number of contributors due to pandemic situation. Anyone interested in getting involved please&nbsp;ping <strong><a href=\"https://twitter.com/DjevaLoperka\">Milana Cap</a></strong>&nbsp;&nbsp;(<strong>zzap</strong>&nbsp;on&nbsp;Slack).&nbsp;</p>\n\n\n\n<p>The summary of needed <strong><a href=\"https://github.com/WordPress/gutenberg/issues/32365\">DevNotes for new features in WordPress 5.8</a></strong> is available on GitHub and could use contributors. There is also a <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+is%3Amerged+label%3A%22Needs+Dev+Note%22\">&#8220;needs dev note&#8221; label for pull requests</a>. </p>\n\n\n\n<p>The widget screen could use some more testing. As a reminder, please read<strong> <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/\">Help Test the Widgets Editor for WordPress 5.8</a></strong> by <a href=\"https://twitter.com/andraganescu\"><strong>Andre Draganescu</strong></a></p>\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p><strong>Hector Pietro</strong> wrote in his post <a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\"><strong>What’s next in Gutenberg? (June 2021)</strong></a>: </p>\n\n\n\n<p>&#8220;Since&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\" target=\"_blank\">Gutenberg 10.7</a>, block patterns displayed in the inserter are fetched from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/\" target=\"_blank\">WordPress.org Pattern Directory</a>. This opens the door to having a big amount of wonderful patterns available in the inserter, which will require&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/31153\" target=\"_blank\">iterating on the pattern insertion experience</a>. </p>\n\n\n\n<p>For more updates on the Pattern Directory, stay tuned for&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2021/04/28/block-pattern-directory-update/\" target=\"_blank\">Block Pattern Directory updates</a>&nbsp;and check the most recent&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/tag/patterns-directory/\" target=\"_blank\">design iterations for the Pattern Directory</a>.&#8221;. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/feature-box/\"><strong>Featured Box Plugin</strong></a> with this plugin &#8220;you can highlight a image with your key features&#8221; wrote <strong>Sumaiya Siddika</strong> on WordPress.org. <a href=\"https://wptavern.com/building-featured-boxes-with-the-wordpress-block-editor?utm_source=dlvr.it&utm_medium=twitter&utm_campaign=building-featured-boxes-with-the-wordpress-block-editor\">Justin Tadlock took it for a spin.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/jetformbuilder/\">JetFormBuilder — Form Builder plugin for Gutenberg</a></strong> from the plugins stable at CrocoBlock. The developers <a href=\"https://profiles.wordpress.org/mjhead/\">Andrey Shevchenko</a> and <a href=\"https://profiles.wordpress.org/hugreed/\">Oleksandr Ivanenko</a> also added an extensive Post action hook system that allows you to daisy chain actions and integrated with 3rd party systems. I haven&#8217;t tested it yet, but it looks promising. Crocoblock has been building plugins and tools for Elementor and has now started supporing Gutenberg with their products as well. </p>\n\n\n\n<p>Another new plugin is the <a href=\"https://crocoblock.com/plugins/jetengine-gutenberg/\"><strong>JetEngine for Gutenberg</strong></a>  a dynamic content plugin that lets you build a complex websites fast and cost-effectively.</p>\n\n\n\n<h2>Themes for Full-Site Editing</h2>\n\n\n\n<p>A few people ask about Themes that are already working with the Full-Site Editing system and Site Editor. So I put a list together of those I know about. Now before you use them, you need to be aware that they are all built while Full-Site Editing is still under active development, hasn&#8217;t been released yet and ergo many features are still experimental. Do not use in production or live site. </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/blockbase/\">Block Base</a> by Automattic</li><li><a href=\"https://wordpress.org/themes/naledi/\">Naledi </a>by Anariel Design </li><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> by WordPress contributors, the FSE sibling of the Twenty-Twenty-One Theme</li><li><a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a> by Fränk Klein</li><li><a href=\"https://wordpress.org/themes/armando/\">Armando</a> by Carolyn Newmark</li><li><a href=\"https://wordpress.org/themes/q/\">Q </a>by Ari Stathopoulos</li><li><a href=\"https://wordpress.org/themes/hansen/\">Hansen</a> by Uxl Themes</li></ul>\n\n\n\n<p>If you find any missing, let me know.</p>\n\n\n\n<h2>Gutenberg related Business Updates</h2>\n\n\n\n<p>This week&#8217;s big WordPress business news is the aquisition of <strong><a href=\"https://twitter.com/elliotcondon\">Eliots Condon</a></strong>&#8216;s plugin <strong><a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a></strong> (ACF)  by Delicious Brains. With over more then 1 million active installs ACF is one of the widest used plugins. Thousands for developers depened on it in the <a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">last ten years</a> to build complex WordPress sites. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Stepping away from ACF has not been an easy decision to make. The reasoning behind it comes from a place of humility. As the number of installs have grown from thousands to millions, the needs of the product have outgrown my ability to develop solutions. The last thing I want to do to this amazing community is unintentionally hold back the project, so something needed to change.</p><cite><a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">Elliot Condon, ACF </a></cite></blockquote>\n\n\n\n<p>Early on into the development of the block editor, Candon was also developing a<strong> <a href=\"https://wptavern.com/block-building-without-javascript-testing-acf-block-lab-and-lazy-blocks\">php way to build blocks</a></strong> and integrated it into Advanced Custom Fields Pro starting with the version 5.8. This effort certainly helped developers even more. Now they could use their existing tools and offer their users Gutenberg compatible sites withouth learning ES6 JavaScript or ReactJS. </p>\n\n\n\n<p><strong><a href=\"https://deliciousbrains.com/\">Delicious Brains</a></strong> also caters to WordPress Developers with products like  <a href=\"https://spinupwp.com/\">SpinupWP</a> (?), WP Migrate DB and more. Their team seems to be the right fit to pick up the torch and put ACF on an even stronger path for future growth. </p>\n\n\n\n<p>You can learn more about the aquisition via </p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">WPTavern (Sarah Gooding)</a>, </li><li><a href=\"https://poststatus.com/excerpt/12/\">Post Status Excerpt</a> (Cory Miller &amp; David Bisset) , </li><li><a href=\"https://deliciousbrains.com/epic-wordpress-announcement/\">A WordPress Announcement of Epic&nbsp;Proportions</a> (Delicious Brain) </li><li><a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">10 Years of ACF – A truly wonderful time </a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 6, 2021</strong> <strong>7:00 pm EDT / 23:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\">WordPress Meetup Philadelphia</a></strong><br />Full Site Editing Review and Test-a-thon</p>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>?</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress &#8220;Mega Meetup&#8221;: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 &#8211; 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em> <a href=\"https://events.wpengine.com/event/fd217870-fc78-46d2-8c5e-96c85e6e371c/websitePage:645d57e4-75eb-4769-b2c0-f201a0bfc6ce?environment=P2&tm=nSwmA1-ZyLXwe2wM80Vzve3wDjKBWeqKrHbJFivPV4o&locale=en-US\">just released their schedule</a>. Personally, I am very much looking forward to the Keynote talk with <strong>Reshma Saujani</strong>, founder of Girls Who Code and Marchall Plan for Moms at 12:55 EDT / 16:55 UTC.  I also hope to see talks with Rob Stinston, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers ends TODAY! </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress</p>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: Photo by&nbsp;<a href=\"https://unsplash.com/@xavi_cabrera?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Xavi Cabrera</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Jun 2021 19:32:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Gutenberg Times: WordCamp Europe 2021 starts Monday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6939:\"<p>WordCamp Europe 2021 will be one of the largest virtual WordCamps again and the schedule has some great talks for every WordPress users, developers, site builders, theme designers, DIY site owners and content creators. </p>\n\n\n\n<p>We looked through the schedule and spotted very forward-looking Gutenberg related talks, workshops and discussions. Before you study the list, I would recommend the site <a href=\"https://www.timeanddate.com/worldclock/converter.html\">Time Zone Converter</a> to help you convert the listed times from <strong>C</strong>entral <strong>E</strong>urope <strong>S</strong>ummer <strong>T</strong>ime (CEST) to your local time. Once in a while I get confused by time zones, and that&#8217;s my favorite site to set me straight. </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p class=\"has-large-font-size\"><strong>Fabian Kägy, developer at 10up:  </strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/session/building-great-experiences-in-the-new-editor/\">Building great experiences in the new editor</a></strong></p>\n\n\n\n<p><strong>Description: </strong>Starting out building blocks or experiences for the WordPress block editor can be a bit daunting. Where do I start? Custom blocks, block patterns or just styling core blocks. In this talk, Kägy will walk through the different options and share the benefits and downsides of each while talking about overall good practices for building great editorial experiences.</p>\n\n\n\n<p>As a sidenote: Almost exactly a year ago,  <a href=\"https://gutenbergtimes.com/tooling-using-create-block-scaffolding-and-3rd-party-templates/\">Fabian Kägy was a presenter at a Gutenberg Times Live Q &amp; A</a> together with Grzegorz Ziolkowski, and demo&#8217;d how you can use and extend the official WordPress create-block scaffolding tool. </p>\n\n\n\n<p><strong>Monday, June 7th, 2021, at 10am EDT / 14:00 UTC / 16:00 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site Editing Panel Discussion</h2>\n\n\n\n<p>The names of the panelist are still a secret, and I will update the post when we know more. </p>\n\n\n\n<p>If you&#8217;d like to get a jump start here are few resources: </p>\n\n\n\n<ul><li><a href=\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\">Video: Full-Site Editing Overview with Anne McCarthy</a></li><li><a href=\"https://gutenbergtimes.com/full-site-editing/\">Full-Site-Editing – the Ultimate Resource List</a></li><li><a href=\"https://gutenbergtimes.com/so-you-want-to-talk-about-full-site-editing/\">So, You want to talk about Full-site Editing?</a></li></ul>\n\n\n\n<p><strong>Monday, June 7, 2021 at 12:34 pm EDT / 16:34 UTC / CEST: 18:34</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">Workshop: <a href=\"https://europe.wordcamp.org/2021/session/a-walkthrough-of-full-site-editing-fse-from-one-of-the-contributors-to-the-experiment/\">A walkthrough of Full Site Editing</a> with Herb Miller, Web developer in UK,</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p><strong>Description:</strong> Herb Miller will give a short tour of Full Site Editing (FSE) in this workshop from his perspective as a contributor to the outreach experiment for this major development in WordPress.</p>\n\n\n\n<p>He has created a&nbsp;<a href=\"https://sneak-peek.me/\">learning resource</a>&nbsp;which attendees can use to follow on during the workshop.</p>\n\n\n\n<p>Herb will give attendees an overview of:</p>\n\n\n\n<ul><li>how to get started</li><li>the components of the Site Editor</li><li>example templates and template parts</li><li>some blocks used to create FSE themes</li><li>example themes</li><li>a very few code samples</li><li>some answers to FAQs</li><li>how to become involved</li><li>and many links to other resources</li></ul>\n\n\n\n<p><strong>Tuesday, June 8th, 2021 11am EDT / 15:00 UTC / 17:00 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">Lee Shadle, web developer  <a href=\"https://europe.wordcamp.org/2021/session/blazing-fast-block-development/\">Blazing fast block development</a> </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p>Lee Shadle wrote in his description: <em>&#8220;I’ve been OBSESSED w/ building blocks since before Gutenberg was released. I’ve built a BUNCH of custom block plugins over the years. In this workshop I’m going to share the framework I’ve been using for quickly building custom block plugins for WordPress.&#8221;</em>. Shadle recently also held a talk at WordSesh and demo&#8217;d his create-block-plugin scaffolding tool and it was inspiring. This is definitely not a talk to miss. </p>\n\n\n\n<p><strong>Tuesday June 8, 2021 12:00 EDT / 16:00 UTC / 18:oo CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">The Future of Themes in WordPress</p>\n\n\n\n<p>The future of themes will be a topic of this panel discussion. Stay tuned or follow WordCamp Europe on Social Media (<a href=\"https://twitter.com/WCEurope\">Twitter</a>, <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://www.instagram.com/wceurope/\">Instagram</a>).</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p class=\"has-large-font-size\">Conversation with Matt Mullenweg</p>\n\n\n\n<p>Matt Mullenweg is the co-founder of WordPress and the CEO of Automattic. The conversation should be the highlight of the WordCamp Europe</p>\n\n\n\n<p><strong>Wednesday, June 9th, 2021 &#8211; 11:42 EDT / 15:42 UTC /  17:42 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This edition of the WordCamp Europe also offers interesting Sponsor talks. Look for them <a href=\"https://europe.wordcamp.org/2021/schedule/\">on the schedule</a>, too.  </p>\n\n\n\n<p class=\"has-text-align-center has-dark-gray-color has-text-color has-normal-font-size\"></p>\n\n\n\n<img />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Jun 2021 04:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Gutenberg Times: So, You want to talk about Full-site Editing?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://gutenbergtimes.com/so-you-want-to-talk-about-full-site-editing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16852:\"<div class=\"wp-block-image is-style-rounded\"><img src=\"https://ca.slack-edge.com/T024MFP4J-U02S2V0TP-d1c0c67781e2-512\" alt=\"Anne McCarthy\" width=\"282\" height=\"282\" /><a href=\"https://nomad.blog\">Anne McCarthy writes at nomad.blog</a></div>\n\n\n\n<p>As we’re nearing 5.8, there’s an increasing demand for people to speak about Full Site Editing and this post should help act as a resource guide to enable more people to do so. As always, I would love contributions from the wider community to build this out into an even more comprehensive resource! While this post covers a lot of content, see it as a go to place to mix and match as you’d like for your own presentation rather than something you need to know every detail of. For example, if you’re presenting to theme authors, you can use this to get a sense at a glance of what might be relevant from what to demo, what resources to share, what GitHub issues to highlight, and more.</p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-resources\">Resources</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-key-points-to-cover-around-5-8\">Key points to cover around 5.8:</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-demo-ideas\">Demo ideas</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-helpful-git-hub-issues\">Helpful GitHub issues</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-helpful-posts\">Helpful Posts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-conversation-starters\">Conversation Starters</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-fa-qs\">FAQs</a></li></ul></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<h2 id=\"0-resources\">Resources</h2>\n\n\n\n<ul><li>Feel free to re-use or get inspiration from&nbsp;this&nbsp;<a href=\"https://href.li/?https://www.youtube.com/watch?v=aPPzATDkHzg\">FSE Overview</a>.</li><li>Pull from this&nbsp;<a href=\"https://href.li/?https://docs.google.com/document/d/1RGNG3HlB1HXPNXaFi50I56MIr1XHb9MiV3nc--MuBvs/edit\">working transcript for the above talks</a>.</li></ul>\n\n\n\n<h2 id=\"1-key-points-to-cover-around-5-8\">Key points to cover around 5.8:</h2>\n\n\n\n<ul><li>FSE&nbsp;is a collection of features and not a monolith.</li><li>Because FSE is a collection of features, Core can be flexible in shipping what is both stable and adds the most value.</li><li>5.8 is focused mainly on bringing tools to extenders with limited changes to the user experience. This includes theme.json, new theme blocks, design tools, and template editing mode.</li></ul>\n\n\n\n<h2 id=\"2-demo-ideas\">Demo ideas</h2>\n\n\n\n<p>Depending on who you are and who the audience, the following are your best bets for demo content:</p>\n\n\n\n<ul><li>Block Theme building.&nbsp;<a href=\"https://profiles.wordpress.org/mkaz/\">@mkaz</a>&nbsp;has some&nbsp;<a href=\"https://href.li/?https://www.youtube.com/c/MarcusKazmierczak/videos\">great videos uploaded to YouTube</a>&nbsp;that you can check out and Carolina Nymark&nbsp;<a href=\"https://fullsiteediting.com/\">has this lovely site</a>.</li><li>Template Editing Mode.&nbsp;<a href=\"https://www.youtube.com/watch?v=Z571V_jlD-o&feature=youtu.be\">Here’s an overview video from yours</a>&nbsp;truly&nbsp;but keep in mind&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/pull/31461\">this in progress PR</a>&nbsp;that, if merged, would change the experience of editing a post/page inside template editing mode.</li><li>Explore blocks with a focus on the Navigation &amp;&nbsp;Query&nbsp;Blocks. Note that the Navigation Block is not planned for 5.8. You can see a list of blocks&nbsp;<a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/index.js#L172-L192\">planned for inclusion here</a>.</li><li>Build a custom 404 page. You can&nbsp;<a href=\"https://href.li/?https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-page/\">follow these instructions</a>&nbsp;to set up your demo.</li></ul>\n\n\n\n<h2 id=\"3-helpful-git-hub-issues\">Helpful GitHub issues</h2>\n\n\n\n<ul><li><a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/24551\">Site Editing Milestones</a>: to get a high level overview of how this work has been approached and where to follow along.</li><li>On plans for restricting access:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/26573\">mapping features/functionality in order to update the UI</a>&nbsp;+&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/27597\">proposal for a robust permissions system with FSE</a>.</li><li>On types of pathways for classic themes:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/28744\">Enabling FSE blocks in Classic Themes</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/theme-experiments/pull/209\">Experiment to add Customizer Color Controls to TT1</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/theme-experiments/pull/173\">Experiment using theme.json and Customizer</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/pull/30438\">Allow creating custom block templates in Classic themes</a>.</li><li>On the placement of the site editor experience:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/29630#issuecomment-811617222\">Design and discussion exploring how best to finalize</a>&nbsp;the placement of FSE related features in wp-admin. This is a long term item to keep in mind as the Site Editor is not shipping in 5.8.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/32365\">Upcoming Dev Notes for 5.8</a>&nbsp;to get an early peak at what’s new.</li></ul>\n\n\n\n<h2 id=\"4-helpful-posts\">Helpful Posts</h2>\n\n\n\n<ul><li><a href=\"https://href.li/?https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">Ways to keep up with FSE</a>&nbsp;so people can pick and choose their communication adventure.&nbsp;</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">Full Site Editing and Themes: where things are</a>&nbsp;from February 2021.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing Outreach Program</a>&nbsp;for those interested in helping to test and give feedback.&nbsp;</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/tag/fse-answers/\">A recent series of questions and answers</a>&nbsp;about Full Site Editing from 2021.</li><li><a href=\"https://href.li/?https://www.youtube.com/watch?v=JHxsDSAImn0\">A great overview of FSE features</a>&nbsp;for non technical people.</li><li><a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">Status check on Site Editing and Customization</a>&nbsp;from December 2020 for a more historical perspective.</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">Go/No Go Recap post</a>: to show how decisions were made around this release.</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/\">Go/No Go Next Steps post</a>: to give greater context around what needs to happen for each feature to be properly considered for inclusion in 5.8.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing Outreach Program handbook page:</a>&nbsp;to highlight how people can get involved in giving feedback and improving FSE.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">How to Test FSE:</a>&nbsp;to give practical guidance around how to explore these features.</li><li><a href=\"https://href.li/?https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/\">Block Theme Documentation</a>: to help people get started with block theme creation.</li><li><a href=\"https://href.li/?https://developer.wordpress.org/block-editor/handbook/full-site-editing/\">Full Site Editing Documentation</a>: to give a high level overview of FSE and an entry point to learn more.</li><li><a href=\"https://href.li/?https://github.com/WordPress/theme-experiments\">Theme Experiments Repo</a>: to help people explore current approaches to block themes and various in progress experiments.</li><li><a href=\"https://href.li/?https://make.wordpress.org/themes/tags/gutenberg-themes-roundup/\">Gutenberg + Themes Roundups</a>: to help people stay up to date on happenings in&nbsp;Gutenberg&nbsp;that impact themes.</li><li><a href=\"https://href.li/?https://make.wordpress.org/themes/tags/meeting/\">Bi-monthly Block theme meeting</a>: to give people a chance to discuss the latest and greatest with block themes.</li><li><a href=\"https://make.wordpress.org/test/tag/fse-hallway-hangout/\">FSE Hallway Hangouts</a>: to hear from those working on and giving feedback on these features.</li></ul>\n\n\n\n<h2 id=\"5-conversation-starters\">Conversation Starters</h2>\n\n\n\n<ul><li>What would you like to see done as part of the&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/24551\">gradual adoption milestone</a>?&nbsp;</li><li>What would make you more inclined to use Full Site Editing? On the flip side, what would make you less inclined?&nbsp;</li><li>Are there any key people or resources like podcasts, courses, documentation, etc that have helped you explore Full Site Editing?&nbsp;</li><li>How do you think Full Site Editing will change the WordPress ecosystem? What excites you there? What makes you nervous?&nbsp;</li><li>What do you think is most helpful to communicate about Full Site Editing right now to put more people at ease and build excitement?&nbsp;</li><li>What are you still confused about when it comes to Full Site Editing?</li></ul>\n\n\n\n<h2 id=\"6-fa-qs\">FAQs</h2>\n\n\n\n<p>These are the top questions you can most likely expect to get asked with high level answers to get you started in the right direction. For a more comprehensive list of questions and answers,&nbsp;<a href=\"https://href.li/?https://make.wordpress.org/test/tag/fse-answers/\">check out the FSE Outreach Program’s roundups</a>.</p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1622843349108\"><strong class=\"schema-faq-question\">What is Full Site Editing and what value will it bring?</strong> <p class=\"schema-faq-answer\">Full Site Editing is a collection of features that bring the familiar experience and extendability of blocks to all parts of your site rather than just post and pages. In terms of value, it depends on who you are:<br />User: empowerment to customize what you want to your liking without needing to dive into code.<br />Themer/developer: focus less on coding thanks to various design tools and more on creating a compelling experience with your theme.<br />Agency: greater control and consistency over what you offer clients including things like setting custom branding colors or locking down various aspects of the site such as typography settings.<br />When you see or feel this value depends on who you are, how early you adopt features, and when stable features land in Core. Thanks to FSE being a collection of features, some independent and some interdependent, there’s wonderful room to ship what’s stable.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843371957\"><strong class=\"schema-faq-question\">What is going to happen to themes and what kinds of pathways are being created?</strong> <p class=\"schema-faq-answer\">In the long run, it should make theme development much easier and simpler with design tools ready to tap into allowing theme authors to focus less on coding and functions and more on design expression and aesthetics. Because Full Site Editing requires a block based theme, this makes themes extremely important to get right! As a result, lots of pathways are being created including the ability to use theme blocks in a classic theme, exploring how to use the customizer and site editor as part of a “universal theme”, unlocking the ability to create a new block template in a classic theme, allowing classic themes to adopt the block widget editor, and more.<br />Key: Themes are a key part of the FSE experience, lots of work is being done to allow for a breadth of options going forward, and we need feedback from theme authors to make the transition easier. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843448534\"><strong class=\"schema-faq-question\">What about page builders/site builders?</strong> <p class=\"schema-faq-answer\">FSE is being built in a way that site builders, if they choose to, can build on top of what’s being created. Overall though, FSE is being built partially so people don’t get locked into one site builder over another. While the goals shared between FSE and site builders are similar in terms of empowering users and give better tools to customize a site, the main difference is that we are developing tools that work for users, themers, and hopefully also page builders by expanding how WordPress uses blocks as a whole. Since Core has to strike a nice balance, it’s expected that future plugins will play a role here in exposing more/less depending on user needs.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843480900\"><strong class=\"schema-faq-question\">How will restricting access to these features work?</strong> <p class=\"schema-faq-answer\">This will depend on who is asking the question (a user, a theme author, a developer, etc) but some of the GitHub issues referenced above should help. For users, I’d focus on the fact that they would either need to seek out a block theme to use or their current theme would need to ship specific updates. For a themer/developer, I’d share that there will be various options to opt in and out of this work (<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/27814#issuecomment-823921386\">for example with creating block templates</a>). Upcoming <a href=\"https://github.com/WordPress/gutenberg/issues/32365\">5.8 dev notes</a> should address this for any new features.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843499287\"><strong class=\"schema-faq-question\">Will upgrading to 5.8 cause FSE to take over my site like the Core Editor did in 5.0?</strong> <p class=\"schema-faq-answer\">No. 5.8 is focused on giving tools to extenders first and foremost before more user facing changes are launched going forward and integrated into themes. In terms of user facing features, you can expect to see</p> </div> </div>\n\n\n\n<p><em><a href=\"https://nomad.blog/2021/06/02/so-you-want-to-talk-about-full-site-editing/\">Anne McCarthy published this post on her personal blog</a> and gave us permission to republish it here as well.</em></p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Jun 2021 00:50:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anne McCarthy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Jetpack 9.8 Introduces WordPress Stories Block Alongside Forced Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117820\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/jetpack-9-8-introduces-wordpress-stories-block-alongside-forced-security-update?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-9-8-introduces-wordpress-stories-block-alongside-forced-security-update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6610:\"<p><a href=\"https://jetpack.com/2021/06/01/jetpack-9-8-engage-your-audience-with-wordpress-stories/\">Jetpack 9.8</a> was released this week, introducing WordPress&nbsp;Stories as the headline feature. The Story block, which allows users to create interactive stories, was previously only available on mobile. It can now be used in the web editor. Stories went into <a href=\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta\">public beta on the Android app</a> in January 2021, and were officially <a href=\"https://wptavern.com/wordpress-com-and-jetpack-adds-story-block-for-mobile-apps\">released</a> on the mobile apps in March.</p>\n\n\n\n<p>Version 9.8 also included a security patch for all sites using the Carousel feature. The <a href=\"https://wpscan.com/vulnerability/08a8a51c-49d3-4bce-b7e0-e365af1d8f33\">vulnerability</a> allowed the comments of non-published pages/posts to be leaked. It was severe enough for the Jetpack team to work with WordPress.org to release 78 patched versions &ndash; every version of Jetpack since 2.0. Sites not using the Carousel feature were not vulnerable but could be in the future if it was enabled and left unpatched. </p>\n\n\n\n<p>In a rare move, WordPress.org pushed a forced update to all vulnerable versions, surprising those who have auto-updates disabled. Several Jetpack users posted in the support forums, asking why the plugin had <a href=\"https://wordpress.org/support/topic/jetpack-updated-without-permission/\">updated automatically without permission</a> and in some cases not to the newest version.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">So this update was a forced update on WordPress sites even with auto-updates disabled? <br /><br />We had this go live on a prod site at 2am last night that has auto-updates disabled for very specific reasons. <br /><br />Not cool Jetpack. <a href=\"https://t.co/55upBmyeHp\">https://t.co/55upBmyeHp</a></p>&mdash; Brad Williams (@williamsba) <a href=\"https://twitter.com/williamsba/status/1400498727991787521?ref_src=twsrc%5Etfw\">June 3, 2021</a></blockquote>\n</div>\n\n\n\n<p>Jetpack team member Jeremy Herve said the vulnerability was responsibly disclosed via Hackerone, allowing them to work on a patch for the issue. After it was ready to go, the Jetpack team reached out to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>&nbsp;security team to inform them of a vulnerability impacting multiple versions of the plugin.</p>\n\n\n\n<p>&ldquo;We sent them the patch alongside all the info we had (a PoC for the vulnerability, what features had to be active, what versions of Jetpack were impacted),&rdquo; Herve said. &ldquo;They recommended we release point releases for older versions of Jetpack as well.</p>\n\n\n\n<p>&ldquo;We created those new releases, and when we were ready to release them, someone from the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>&nbsp;team made some changes on the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>&nbsp;side so folks running old, vulnerable versions of the plugin would get auto-updated, just like it works for Core versions of WordPress.&rdquo;</p>\n\n\n\n<p>Jetpack team member Brandon Kraft estimated the number of vulnerable sites at 18% of the plugin&rsquo;s active installs. He said that Jetpack was not part of the discussion about the pushing out a forced update.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We weren\'t part of the discussion. Provided details and got the response, but I wouldn\'t expect a security convo to be public. But, yes. Single feature impacted. A few things need to be all true for it to matter on a site, which looked like qualified about 18% of sites IIRC.</p>&mdash; A Guy Called Kraft &#128567;&#128137; (@Kraft) <a href=\"https://twitter.com/Kraft/status/1400545471165304839?ref_src=twsrc%5Etfw\">June 3, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;What probably adds to the confusion is that WordPress 5.5 added a UI for plugin (and theme) autoupdates,&rdquo; Herve said. &ldquo;That UI, while helping one manage plugin autoupdates on their site, is a bit different from Core&rsquo;s forced update process. Both of those update types can be deactivated by site owners, just like core&rsquo;s autoupdates can be deactivated, but I don&rsquo;t believe (and honestly wouldn&rsquo;t recommend) that many folks deactivate those updates.&rdquo;</p>\n\n\n\n<p>Brandon Kraft dug deeper into the topic and published a <a href=\"https://kraft.blog/2021/06/automatic-updates-in-wordpress/\">post</a> that explains the differences between auto-updates and forced updates. It includes how to lock down file modifications if you don&rsquo;t want to receive any forced updates in the future. Forced updates, however, are exceedingly rare, and Kraft counts only three for Jetpack since 2013.</p>\n\n\n\n<p>In this instance, the Jetpack team followed the <a href=\"https://developer.wordpress.org/plugins/wordpress-org/plugin-security/#automatic-plugin-security-updates\">official process for reporting a critical vulnerability</a> to the plugin and security teams who determine the impact for users based on a set criteria. Users who received an email notification about an automatic update from Jetpack, despite having the UI in the dashboard set to disable them, should be aware that these forced updates can come once in a blue moon for security purposes. </p>\n\n\n\n<p><a href=\"https://perezbox.com/\">Tony Perez</a>, founder of NOC and former CEO at Sucuri, <a href=\"https://noc.org/2021/06/03/automattics-jetpack-plugin-for-wordpress-abuses-user-defined-settings-calls-into-question-auto-updates/\">contends</a> that forcing a security update like this violates the intent users&rsquo; assign when using the auto-updates UI in WordPress. He highlighted the potential for abuse if the system were to become vulnerable to a bad actor.</p>\n\n\n\n<p>&ldquo;The platform is making an active decision that is arguably contrary to what the site administrator is intending when they explicitly say they don&rsquo;t want something done,&rdquo; Perez said. &ldquo;Put plainly, it&rsquo;s an abuse of trust that exists between the WordPress user and the Foundation that helps maintain the project.</p>\n\n\n\n<p>&ldquo;My position is not that it shouldn&rsquo;t exist. That&rsquo;s a much deeper ideological debate, but it is about respecting an administrators explicit intent.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Jun 2021 00:04:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Create Per-Post Social Media Images With the Social Image Generator WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6689:\"<img />\n\n\n\n<p class=\"has-drop-cap\">It was a bit of a low-key announcement when Daniel Post introduced <a href=\"https://socialimagegenerator.com/\">Social Image Generator</a> to the world in February <a href=\"https://twitter.com/danielpost/status/1357680161546764293\">via tweet</a>. But, when you get <a href=\"https://css-tricks.com/auto-generated-social-media-images/\">repped by Chris Coyier</a> of CSS-Tricks and the co-founder of WordPress <a href=\"https://twitter.com/photomatt/status/1398044870489657345\">uses your plugin</a> (come on, Matt, set a default image), it means your product is on the right track.</p>\n\n\n\n<p>I am not easily impressed by every new plugin to fly across my metaphorical desk. I probably install at least a couple dozen every week. Sometimes, I do so because something looks handy on the surface, and I want to see if I can find some use for it. Other times, I think it might be worth sharing with Tavern readers. More often than not, I consider most of them cringeworthy. I have high standards.</p>\n\n\n\n<p>As I chatted with Post about this new plugin, I was excited enough to call Social Image Generator one of those <em>OMG-where-have-you-been?</em> types of plugins. You will not hear that from me often.</p>\n\n\n\n<p>Post quit his day job to venture out earlier this year, creating his one-man WordPress agency named <a href=\"https://posty.studio/\">Posty Studio</a>. Social Image Generator is its first product.</p>\n\n\n\n<p>&ldquo;I kept seeing tutorials on my Twitter feed on how to automatically generate images for your social media posts, but unfortunately, they all used a similar approach (Node.js) that just wasn&rsquo;t suitable for WordPress,&rdquo; said Post of the inspiration for the plugin. &ldquo;This got me thinking: would it be possible to make this for WordPress? I started playing around with image generation in PHP, and when I got my proof of concept working, I realized that this might actually be something I should pursue.&rdquo;</p>\n\n\n\n<p>In our chat over Slack, we actually saw the plugin in action. As he shared Coyier&rsquo;s article from CSS-Tricks, the chatting platform displayed the social image in real-time.</p>\n\n\n\n<img />Auto-generated image appearing via Slack.\n\n\n\n<p>Maybe it was fate. Maybe Post knew it would happen and thought it would be a good idea to show off his work as we talked about his project. Either way, it was enough to impress the writer who is unafraid to call your plugin a dumpster fire if he smells smoke.</p>\n\n\n\n<p>Post seems to be hitting all the right notes with this commercial plugin. It has a slew of features built into version 1.x, which we will get to shortly. It is dead simple to use. It is something nearly any website owner needs, assuming they want to share their content via social networks. And, with a <a href=\"https://socialimagegenerator.com/#pricing\">$39/year starting price</a>, it is not an overly expensive product for those on the fence about buying.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">After installing and activating Social Image Generator, users are taken to the plugin&rsquo;s settings screen. Other than a license key field and a button for clearing the image cache, most users will want to dive straight into the template editor.</p>\n\n\n\n<p>At the moment, the plugin includes 23 templates. From Twenty Seventeen to Twenty Twenty-One, each of the last four default WordPress themes also has a dedicated template. After selecting one, users can customize the colors for the logo, post title, and more &mdash; the amount of customization depends on the chosen template.</p>\n\n\n\n<img />Browsing the plugin&rsquo;s templates.\n\n\n\n<p>Aside from selecting colors, users can choose between various logo and text options. They can also upload a default image for posts without featured images.</p>\n\n\n\n<img />Editing a template from Social Image Generator.\n\n\n\n<p>When it comes time to publish, the plugin adds a meta box to the post sidebar. Users can further customize their social image and text on a per-post basis.</p>\n\n\n\n<img />Social image preview box on the post-editing screen.\n\n\n\n<p>Once published, the plugin creates an image that will appear when a post is shared on social media.</p>\n\n\n\n<p>On the whole, there is a ton that anyone can do with the built-in templates. There is also an API for developers to create their own. For a first outing, it is a robust offering. However, there is so much more that can be done to make the plugin more flexible.</p>\n\n\n\n<h2>Version 2.0 and Beyond</h2>\n\n\n\n<p class=\"has-drop-cap\">Thus far, Post said he has received tons of positive feedback along with feature requests. Primarily, users are asking for more customization options and the ability to create and use multiple templates. These are the focus areas for the next version. With a 1,718% increase in revenue in the past month, it seems he might have the initial financial backing to invest in them.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve started building a completely <a href=\"https://twitter.com/danielpost/status/1390316805596590083\">overhauled drag-n-drop editor</a>, which will allow you to create basically any custom image you want,&rdquo; he said. &ldquo;It will be heavily inspired by the block editor, and I want to keep the UI and UX as close to the block editor as possible.&rdquo;</p>\n\n\n\n<p>The new template editor would allow users to create multiple layers, an idea similar to how Photoshop, Gimp, and other image-editing software works. The difference would be that it can pull in data from WordPress.</p>\n\n\n\n<p>&ldquo;For example, an &lsquo;Image&rsquo; layer will have options such as height/width and positioning, as well as some stylistic options like color filters and gradient overlays,&rdquo; said Post. &ldquo;A &lsquo;Text&rsquo; layer can be any font, color, and size and can show predefined options (post title, date, etc.) or whatever you want. You can add an infinite number of layers and order them however you&rsquo;d like.&rdquo;</p>\n\n\n\n<p>He seems excited about opening up new possibilities with an overhauled editor. Users could potentially create social image templates for each post type. A custom layer might pull in post metadata, such as displaying product pricing or ratings from eCommerce plugins like WooCommerce.</p>\n\n\n\n<p>&ldquo;The prebuilt templates will still exist, similar to Block Patterns in the block editor,&rdquo; said the plugin developer. &ldquo;They will, however, serve as a starting point rather than the final product. I&rsquo;ll also try to implement theme styling as much as possible.</p>\n\n\n\n<p>&ldquo;The possibilities here are so endless, and I&rsquo;m incredibly excited for this next part.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2021 23:59:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Building Featured Boxes With the WordPress Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/building-featured-boxes-with-the-wordpress-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=building-featured-boxes-with-the-wordpress-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6333:\"<p class=\"has-drop-cap\">It is a new day with another chase for that elusive block plugin that will bring a little joy into my life. Today&rsquo;s experiment comes courtesy of the <a href=\"https://wordpress.org/plugins/feature-box/\">Feature Box plugin</a> by Sumaiya Siddika. It is a simple block that allows end-users to upload an image and add some content to an offset box.</p>\n\n\n\n<p>The plugin&rsquo;s output is a typical pattern on the web. As usual, I am excited to see plugin authors experimenting with bringing these features to WordPress users. I want to see more of it, especially from first-time plugin contributors.</p>\n\n\n\n<p>I was able to quickly get the block up and running, adding my custom content. The following is what the block looked like after entering my content and customizing it. <em>I envisioned myself as a recipe blogger for this test.</em></p>\n\n\n\n<img />Inserting and modifying the Feature Box block.\n\n\n\n<p>On a technical level, the plugin worked well. I ran into no errors. Everything was simple to customize. However, it never felt like an ideal user experience.</p>\n\n\n\n<p>The first thing I immediately noticed is that image uploading happens in the block options sidebar. Core WordPress blocks have a dedicated button in the toolbar for adding images and other media. I also found myself wanting more direct control over individual elements. <em>How could I change the heading font size? Where were the typical button styles like Outline and Solid Color? How do I insert other blocks, like a list?</em></p>\n\n\n\n<p>None of those things were possible. Like many other blocks, the developer has created a system with specific parameters, and the user cannot move outside of them. There are times when that rigidity makes sense, such as when building custom blocks for clients. However, more often than not, publicly-released plugins should be far more open.</p>\n\n\n\n<p>This tightly controlled block is reflective of how WordPress worked in the past. It was often inflexible, leaving users to what theme and plugin developers thought was best for their sites.</p>\n\n\n\n<p>The block system is about tossing out these overly rigid concepts and giving users power over their content. The job of plugins and themes is to define the framework the user is operating under. They set up some rules to more or less keep things from breaking, but the users get to strap themselves into the driver&rsquo;s seat. Their destination is their own.</p>\n\n\n\n<p>The block would have been far more well-rounded if users could control all of the content in the box. Ideally, they could put whatever blocks they wanted into the &ldquo;content&rdquo; area of the Feature Box block. The design would match their theme better too.</p>\n\n\n\n<p>A couple of weeks ago, I wrote a post titled <a href=\"https://wptavern.com/you-might-not-need-that-block\">You Might Not Need That Block</a>. The premise was that users could recreate some blocks with the current editor and that themers could make this easier by offering patterns.</p>\n\n\n\n<p>I knew replicating this particular block would be impossible without at least a little custom code. WordPress&rsquo;s editor does not have a feature for offsetting a block&rsquo;s position.</p>\n\n\n\n<p>A theme author could easily duplicate this functionality. Typically, I would create a custom pattern, complete with all the existing pieces in place. However, I wanted to approach this with custom block styles. This would allow end-users to select the content offset from the sidebar and switch it around if needed.</p>\n\n\n\n<p class=\"is-style-default\"><strong>Note:</strong> For those who wish to learn how to create custom block styles, Carolina Nymark&rsquo;s <a href=\"https://fullsiteediting.com/lessons/custom-block-styles/\">tutorial</a> is the best resource.</p>\n\n\n\n<p>The Cover block made an ideal candidate for this. Because it has an existing &ldquo;inner wrapper&rdquo; element, it meant that I could target it with CSS and move it around. The following is a screenshot of the Offset Left style I created:</p>\n\n\n\n<img />Offset Left Cover block style.\n\n\n\n<p>I simply replicated the code and changed a few values to create an Offset Right style immediately after. The code is available as a <a href=\"https://gist.github.com/justintadlock/70180c2019f1e2dbdda96ee263610671\">GitHub Gist</a>.  It is a simple proof-of-concept and not a polished product.  There are various approaches to this, and several Cover block options are left unhandled.  Theme authors are free to take the code and run with it.</p>\n\n\n\n<p>These block styles looked far better because they matched my theme. Everything from the spacing to the border-radius to the button looked as it should.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Offset Left and Right block styles.\n\n\n\n<p>The big win was that I had design control over every aspect of the content box. I could select the button style I wanted. I could change my font sizes. The default spacing matched my theme as it should.</p>\n\n\n\n<p>The problem I ran into with the block style method is allowing users to control the content box&rsquo;s background color. The Feature Box plugin wins in the user experience category here because it has an option for this. The block style I created inherits its background from the Cover block parent. It may not be immediately obvious how to change it.</p>\n\n\n\n<p>The other &ldquo;problem&rdquo; with the block style is that it does not handle wide and full alignments for the Cover block. That is because I did not take the experiment that far, only replicating the plugin&rsquo;s layout. I will leave that to theme designers to tinker around with. There are many possibilities to explore; <em>don&rsquo;t wait for me to provide all the ideas</em>.</p>\n\n\n\n<p>My goal with this post and similar ones is to show how I would approach these things as both a user and developer. As a user, I want flexibility in all things. As a developer, I want to provide the solutions that I desire as a user.</p>\n\n\n\n<p>I also want to see plugin and theme authors thinking beyond their initial use case when building blocks, patterns, styles, and more. Lay the groundwork. Then, expand on that initial idea by thinking of all the ways that users might want to customize what you have built.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2021 05:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Delicious Brains Acquires Advanced Custom Fields Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin?utm_source=rss&utm_medium=rss&utm_campaign=delicious-brains-acquires-advanced-custom-fields-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"<p><a href=\"https://deliciousbrains.com/\">Delicious Brains</a>, the company behind <a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate DB Pro</a> and <a href=\"https://spinupwp.com/\">SpinupWP</a>, has <a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">acquired</a> the <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">Advanced Custom Fields</a> (ACF) plugin from its creator, Elliot Condon. After 10 years, the plugin has more than 1 million active installs and a thriving business based on the Pro version. It has become an indispensable part of the workflow for thousands of WordPress developers around the globe.</p>\n\n\n\n<p>The plugin allows developers to easily customize WordPress edit screens and custom field data. In 2019, the Pro version <a href=\"https://wptavern.com/advanced-custom-fields-5-8-0-introduces-acf-blocks-a-php-framework-for-creating-gutenberg-blocks\">introduced ACF Blocks</a>, a PHP-based framework for developing custom blocks. This came as a great relief to many developers who did not know how they were going to keep pace with learning the JavaScript required to use WordPress&rsquo; Block API.</p>\n\n\n\n<p>General reaction to the news was positive, as ACF fits in neatly with Delicious Brains&rsquo; suite of well-maintained developer products. The company&rsquo;s founders also possess a genuine appreciation of ACF and its importance to the WordPress developer community.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think WordPress would be where it is today without ACF,&rdquo; Brad Touesnard said on a recent <a href=\"https://delicious-brains.castos.com/episodes/episode-5-a-wordpress-announcement-of-epic-proportions/\">episode</a> of the Delicious Brain Waves podcast.</p>\n\n\n\n<p>Condon cited the scale of the project and &ldquo;technology complexity and user expectation&rdquo; as factors in his decision to sell ACF. As a one-person team, he was unable to keep up with the growth of ACF over the years.</p>\n\n\n\n<p>&ldquo;Stepping away from ACF has not been an easy decision to make,&rdquo; Condon said. &ldquo;The reasoning behind it comes from a place of humility. As the number of installs have grown from thousands to millions, the needs of the product have outgrown my ability to develop solutions. The last thing I want to do to this amazing community is unintentionally hold back the project, so something needed to change.&rdquo;</p>\n\n\n\n<p>Delicious Brains&rsquo; announcement stated that the company will be reviewing Condon&rsquo;s roadmap for the product in hopes of fulfilling his vision moving forward.</p>\n\n\n\n<p>&ldquo;Two of our greatest strengths that we&rsquo;ll bring to ACF are design (UI/UX) and developer education,&rdquo; Touesnard said. &ldquo;We&rsquo;ll be focusing our initial efforts in those areas. I have a few UI/UX improvements in mind that would make a huge difference to users. We also see a significant opportunity to produce developer-focused content focused on effectively using ACF in your WordPress projects.&rdquo;</p>\n\n\n\n<p>Touesnard also confirmed that Delicious Brains will not be making any drastic changes to ACF or ACF Pro, nor do they plan to adjust the pricing of the product anytime soon. </p>\n\n\n\n<p>&ldquo;If we ever decide to update pricing in the future, we won&rsquo;t force existing customers onto the new pricing,&rdquo; he said.</p>\n\n\n\n<p>After the initial announcement, there was some <a href=\"https://twitter.com/bradt/status/1400488841123930114\">confusion surrounding lifetime licenses</a> that originated from a hasty response to a customer inquiry. Delicious Brains has since updated the post to clarify the company&rsquo;s commitment to ACF Pro&rsquo;s lifetime customers.</p>\n\n\n\n<p>&ldquo;We are committed to honoring lifetime licenses forever,&rdquo; Touesnard said. &ldquo;Lifetime license holders will get&nbsp;<strong>all</strong>&nbsp;ACF Pro software updates forever.&rdquo;</p>\n\n\n\n<p>More information on how the acquisition happened, as well as what customers can expect in the future, is available on the most recent <a href=\"https://delicious-brains.castos.com/episodes/episode-5-a-wordpress-announcement-of-epic-proportions/\">episode of the Delicious Brain Waves podcast</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2021 03:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.org blog: A New Design is Coming to WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1152:\"<p>After many years of a tidy, white-space filled design on WordPress.org/news it&#8217;s time to bring new life to the way we present our content. So much has changed since this site was first created: the people who read it, the type and variety of what is published, even the way WordPress works has changed.</p>\n\n\n\n<p>Which means it makes sense to change our theme. </p>\n\n\n\n<p>Earlier this year, Matt requested a new design from Beatriz Fialho (who also created the State of the Word slides for 2020). The design keeps a clean, white-space friendly format while incorporating a more jazzy, playful feeling with a refreshed color palette. </p>\n\n\n\n<img width=\"632\" height=\"449\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/06/25-1024x728-1.png?resize=632%2C449&ssl=1\" alt=\"\" class=\"wp-image-10420\" />\n\n\n\n<p>More detail on this modern exploration have been posted on <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">make.wordpress.org/design</a>. I encourage you to stop by and read more about the thoughts behind the coming updates; and keep an eye out for the new look here and across WordPress.org!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Jun 2021 20:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Forks and Alternatives: Custom User Avatar Plugins for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117207\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/forks-and-alternatives-custom-user-avatar-plugins-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=forks-and-alternatives-custom-user-avatar-plugins-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7622:\"<p class=\"has-drop-cap\">You know what one of the great things about open source is? Others can use a project&rsquo;s code, share it wholesale, modify it, and/or distribute their changes. These are the <a href=\"https://wordpress.org/about/#bill-of-rights\">pillars upon which WordPress stands</a>. It is a beautiful thing to watch in practice.</p>\n\n\n\n<p>Most often, it means we can build off the shoulders of those giants who came before us, continually improving the software for ourselves and others. It is how WordPress got its start nearly two decades ago as a fork of the b2/cafelog blogging system.</p>\n\n\n\n<p>Sometimes, it just means having the freedom to give your friend a copy of something you love and letting them use it. Other times, it is the gateway for a budding developer learning how functions or classes work for the first time, ripping apart a project to see what makes it tick.</p>\n\n\n\n<p>Every so often, the promise of free software means that others can decide to go their own way when they do not like the direction a project is heading. They can fork the code, carving a new destination for its future.</p>\n\n\n\n<p>This is what happened when <a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system\">ProfilePress overhauled its WP User Avatar plugin</a>, turning it into a full-fledged membership solution. While its average user may not be able or willing to dip their toes into the depths of the development waters, when you have a 400,000+ user base, a few of them are bound to be programmers. Or at least tech-savvy enough to create a copy of the previous version and distribute it directly.</p>\n\n\n\n<p>It did not take long &mdash; mere days &mdash; before ex-users began sharing their forks. The beauty of open source is that they have the power to do this without some corporation cracking down on them. I wanted to acknowledge what they accomplished by jumping into a messy situation and making quick alternatives for many users who felt abandoned. This is my symbolic handclap. &#128079;</p>\n\n\n\n<p>It is not often that we get to mention WordPress&rsquo;s license without gearing up for battle.  However, the GPL played a crucial role in making these forks possible.  The license protected the plugin&rsquo;s user base, giving them multiple alternative paths to take.</p>\n\n\n\n<p>Without further preaching the merits of open source, the following are the current forks of WP User Avatar:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/one-user-avatar/\">One User Avatar</a> by Daniel Tara (One Designs). It already has nine translations and is available on WordPress.org.</li><li><a href=\"https://github.com/dartiss/custom-user-avatar\">Custom User Avatar</a> by David Artiss. It is currently available on GitHub, but it appears he plans to add it to the plugin directory.</li><li><a href=\"https://github.com/stracker-phil/orig-user-avatar\">Orig User Avatar</a> by Philipp Stracker. This one is also only available on GitHub.</li></ul>\n\n\n\n<p>Each fork looks like a straight port of the latest version of WP User Avatar before version 3.0. There are some necessary code and branding changes. The first two also remove all advertising from the plugin.</p>\n\n\n\n<p>For anyone looking to return to the exact same functionality as the old plugin, any one of these will do the job.</p>\n\n\n\n<h2>Alternative Solutions</h2>\n\n\n\n<p class=\"has-drop-cap\">Straight ports are nice to have, especially for those who need to keep their data intact for many user accounts, but this could also be an opportunity for others to look at alternatives. And, custom user avatar solutions are a dime a dozen. There is a little something for everyone out there.</p>\n\n\n\n<p>The following is nowhere near a comprehensive list. I have either tested or used most of these in the past couple of years.  I encourage anyone to share plugins I did not include in the comments.</p>\n\n\n\n<h3>Simple Local Avatars</h3>\n\n\n\n<img />\n\n\n\n<p>Topping any list of custom avatar solutions is <a href=\"https://wordpress.org/plugins/simple-local-avatars/\">Simple Local Avatars</a> by 10up. The WordPress company is one of the most respected in the community, and its employees contribute heavily to core development. 10up tends to put together solid plugins.</p>\n\n\n\n<p>Simple Local Avatars does just what it says on the box. It allows users to upload custom avatars to their site. It also generates requested image sizes on demand. It works alongside Gravatar, a feature that can be enabled or disabled. It also has built-in options for site administrators to grant permission to non-authorized roles to upload their photos.</p>\n\n\n\n<h3>WP User Avatars</h3>\n\n\n\n<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wp-user-avatars/\">WP User Avatars</a> by John James Jacoby, a lead developer for bbPress and BuddyPress, is another simple plugin. Like many similar solutions, it adds a form for users to manage their avatar from their profile pages.</p>\n\n\n\n<p>It is unique in that it works alongside a suite of other user-related plugins that Jacoby offers. While it can work on its own, it is at least worth checking out his <a href=\"https://wordpress.org/plugins/wp-user-profiles/\">WP User Profiles</a> plugin, which overhauls WordPress profile pages. It and his other user-related plugins work in conjunction with each other. Plugin users can pick and choose which they wish to install.</p>\n\n\n\n<h3>User Profile Picture</h3>\n\n\n\n<img />\n\n\n\n<p>There seems to be a pattern emerging here &mdash; users tend to love these simple avatar solutions. <a href=\"https://wordpress.org/plugins/metronet-profile-picture/\">User Profile Picture</a> by Cozmoslabs is another that fits this mold. It also includes a block to allow post or page authors to output any user&rsquo;s profile (avatar, name, description, and posts link) on the site front end.</p>\n\n\n\n<p>Users without permission to upload an image cannot add an avatar with this plugin alone. By default, this is the Administrator, Editor, and Author roles. Site admins will need to install either a permissions plugin or Cozmoslabs&rsquo; <a href=\"https://wordpress.org/plugins/profile-builder/\">Profile Builder</a> for the extra capability.</p>\n\n\n\n<h3>Pixel Avatars (Toolbelt)</h3>\n\n\n\n<img />\n\n\n\n<p>Pixel Avatars is a privacy-first Gravatar replacement. It takes a different route than similar options by not providing a method to upload a custom avatar. Instead, it automatically generates unique avatars for each user with a bit of JavaScript. It is a fun twist on the typical avatar system.</p>\n\n\n\n<p>Technically, this is not a standalone avatar plugin. The Pixel Avatars system is a sub-component of the <a href=\"https://wordpress.org/plugins/wp-toolbelt/\">Toolbelt plugin</a>. Created by Ben Gillbanks, it is a collection of tools that he uses for most of his WordPress projects. It may be overkill for many, but each plugin module can be enabled or disabled based on user needs.</p>\n\n\n\n<h3>Local Gravatars</h3>\n\n\n\n<img />\n\n\n\n<p>This plugin is also different from other solutions because it does not allow local avatar uploading. However, it is a solid alternative for those who just need faster load times, especially on posts that display dozens or hundreds of Gravatar images in the comments.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/local-gravatars/\">Local Gravatars</a> by Ari Stathopoulos is a caching system. It stores Gravatar images on the user&rsquo;s server for a week before flushing them out. This can make for a performance boost instead of hitting the Gravatar CDN for each image.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Jun 2021 01:33:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WordCamp Europe 2021 Online Schedule Announced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/wordcamp-europe-2021-online-schedule-announced?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-online-schedule-announced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2933:\"<p>Mark your calendars for the next major WordPress event coming up at the beginning of next week. <a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a> is just five days away and will run from <strong>June 7-9</strong>. In July 2020, organizers announced that in-person events would not resume until 2022. At that time, attendees were deeply disappointed but resigned to the necessity of online events due to the pandemic. </p>\n\n\n\n<p>One of the advantages of scheduling a virtual event so far in advance is that organizers have been able to eliminate a great deal of uncertainty for attendees and their travel arrangements as well as have more time to create a better online experience. This is one of the few times in WordCamp Europe history where all attendees will be joining virtually, on equal footing from wherever they are in the world. </p>\n\n\n\n<p>WCEU 2021 organizers have announced the speaker lineup and <a href=\"https://europe.wordcamp.org/2021/schedule/\">schedule</a> for the upcoming three days of 30-minute sessions, 10-minute lightning talks, workshops, discussion panels, and interviews.  Two tracks will run simultaneously.</p>\n\n\n\n<p>The schedule includes some big-picture topics like <a href=\"https://europe.wordcamp.org/2021/session/discussion-panel/\">full-site editing</a> and the <a href=\"https://europe.wordcamp.org/2021/session/discussion-panel-2/\">future of WordPress themes</a>, as well as more technical topics such as <a href=\"https://europe.wordcamp.org/2021/session/blazing-fast-block-development/\">how to quickly build custom blocks</a>, setting up a <a href=\"https://europe.wordcamp.org/2021/session/woocommerce-data-hub/\">WooCommerce data hub</a>, <a href=\"https://europe.wordcamp.org/2021/session/headless-wordpress-gatsby-or-nextjs/\">headless WordPress</a>, and <a href=\"https://europe.wordcamp.org/2021/session/accessing-apis-using-oauth-on-the-federated-wordpress-web/\">accessing APIs using OAuth on the Federated Web</a>. At the close of day 3, WordPress co-founder Matt Mullenweg will join the event for a <a href=\"https://europe.wordcamp.org/2021/session/conversation-with-matt-mullenweg/\">virtual chat</a>.</p>\n\n\n\n<p>Business owners, project managers, designers, and other professionals will all find topics related to their work and interests. The schedule has a built-in favoriting tool so attendees can mark the sessions they plan to attend and then print or email to themselves for a personalized schedule. Every hour or so there will be 10-minute breaks so attendees will have time to talk with others and socialize. WCEU organizers are planning to host virtual networking rooms where attendees can meet sponsors and take part in product demos.</p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/registration/\">Registration</a> is free and attendees will receive online goodiebags. Tickets are still available but organizers expect it to be another &ldquo;sell out&rdquo; year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Jun 2021 01:07:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: The Month in WordPress: May 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/the-month-in-wordpress-may-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11057:\"<blockquote class=\"wp-block-quote\"><p>It’s really fun to contribute to something larger than yourself.</p></blockquote>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>’s words in “<a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">The Commons of Images</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing podcast</a> exemplify the core philosophy of the WordPress project,&nbsp; especially as we inch closer to the next major release (version 5.8). This post covers exciting updates from the month of May.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress turns 18</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/05/wordpress-at-18/\">celebrated the 18th anniversary</a> of its <a href=\"https://wordpress.org/development/2003/05/wordpress-now-available/\">launch</a> on May 27, 2021. To celebrate 40+ releases and WordPress’ support of 40% of the web, the team <a href=\"https://wordpress.org/news/2021/05/wordpress-at-18/\">released 40 milestones</a> to celebrate the anniversary of the software. Here’s to the next 18 and beyond!&nbsp;</p>\n\n\n\n<h2>CC Search joins WordPress and is renamed to Openverse</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/05/welcome-to-openverse/\">Creative Commons Search has officially joined the WordPress project</a>. Creative Commons Search (CC Search) is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> image search engine with over 500 million openly licensed images. The search product, which is being renamed to Openverse, will eventually live on the URL: https://wordpress.org/openverse. Contributors working on CC Search will continue their work as part of a <a href=\"https://make.wordpress.org/meta/2021/04/27/new-wordpress-make-team/\">new dedicated Make team</a>: <a href=\"https://make.wordpress.org/openverse\">https://make.wordpress.org/openverse</a>. Check out “<a href=\"https://wordpress.org/news/2021/05/the-commons-of-images/\">The Commons of Images</a>” podcast episode for more information.</p>\n\n\n\n<h2>WordPress 5.7.2 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/05/wordpress-5-7-2-security-release/\">version 5.7.2</a>, a short-cycle security release, came out on May 13. Get the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg versions 10.6 and 10.7 are out</h2>\n\n\n\n<p>Gutenberg <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">version 10.6</a> and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">version 10.7</a> were launched this month. <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">Version 10.6</a> features <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\">experimental Duotone filters (which are shipping with WordPress 5.8)</a>, block pattern suggestions in placeholders, and enhancements to the table block. <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> adds a responsive navigation block, block design tools, and the ability to load block patterns from the directory.<br /></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The latest “<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\" target=\"_blank\">What’s next in Gutenberg</a>” post offers more details on the latest updates. If you are unfamiliar with the Gutenberg plugin, <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\">learn more in this post</a>.</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">latest Full Site Editing (FSE) Outreach program testing call on building portfolio pages</a> using the Template Editing feature shipping with WordPress 5.8! The deadline is June 9. The team has published a recap of the <a href=\"https://make.wordpress.org/test/2021/05/06/fse-program-query-quest-summary/\">Query Quest FSE Testing call</a>, which shares some interesting results. The answers to <a href=\"https://make.wordpress.org/test/2021/05/13/fse-program-answers-from-round-two-of-questions/\">round two of FSE questions</a> are also out.</p>\n\n\n\n<h2>Countdown starts for WordCamp Europe 2021</h2>\n\n\n\n<p>The countdown to one of the most anticipated WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021 (Online)</a>, has started! The <a href=\"https://europe.wordcamp.org/2021/schedule/\">full schedule of the event</a> is now available, and the team has exciting plans! Don’t miss this event: <a href=\"https://europe.wordcamp.org/2021/registration/\">get your tickets now</a> before they run out!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Core Team published its <a href=\"https://make.wordpress.org/core/2021/05/17/introducing-the-wordpress-css-audit-tool/\">first-ever WordPress CSS Audit tool</a>. The team has also <a href=\"https://make.wordpress.org/core/2021/05/03/feature-project-updates-on-updating-the-updaters/\">kicked off a project to improve all the updaters in WordPress core</a>.</li><li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2021/05/12/proposal-adding-vaccination-status-to-the-in-person-meetup-safety-checklist/\">adding vaccination status to the in-person meetup checklist</a> as a criterion to organize in-person WordPress meetups. The team also published results of the <a href=\"https://make.wordpress.org/community/2021/05/28/2020-meetup-organizer-survey-results/\">2020 Meetup Organizer survey</a> and <a href=\"https://make.wordpress.org/community/2021/05/21/2020-meetup-survey-results/\">Meetup Member survey</a>. </li><li><a href=\"https://venezuela.wordcamp.org/2021/\">WordCamp Venezuela</a> and <a href=\"https://neo.wordcamp.org/2021/\">WordCamp North East Ohio </a>were held successfully in May. Don’t forget to grab your free tickets for <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> and <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Cochabamba 2021</a>, both happening in June.</li><li>The Design Team floated a <a href=\"https://make.wordpress.org/design/2021/05/27/proposal-to-tweak-existing-icons-and-add-new-ones/\">proposal to tweak existing core icons and add new ones</a>.</li><li><a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha Haden</a> published <a href=\"https://make.wordpress.org/updates/2021/05/25/experiment-a-public-channel-for-all-team-reps/\">an experiment to create a public channel for team reps</a>. </li><li>The Support Team is considering adding <a href=\"https://make.wordpress.org/support/2021/05/support-team-deputies/\">two or more deputies to the team</a>. </li><li>The Themes Team requests theme authors to <a href=\"https://make.wordpress.org/themes/2021/05/25/themes-team-meeting-notes-may-25-2021/\">check their themes’ compatibility with WordPress 5.8</a> in view of the upcoming major release. </li><li>The Training Team <a href=\"https://href.li/?https://make.wordpress.org/training/2021/05/27/proposal-adding-custom-user-roles-to-learn-wordpress/\">shared a proposal</a> on adding custom user roles for <a href=\"https://href.li/?https://learn.wordpress.org\">learn.wordpress.org</a> to match the structure and functionality of the site. The team also <a href=\"https://href.li/?https://make.wordpress.org/training/2021/05/28/proposal-an-audit-tool-for-learn/\">proposed an audit tool</a> to improve content auditing for Learn.</li><li>The CLI Team released <a href=\"https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/\">version 2.5.0</a> of WP-CLI.</li><li>The Tide Team <a href=\"https://make.wordpress.org/tide/2021/05/25/tide-chat-summary-may-25th/\">seeks contributors</a> to help with documentation reviews, cleaning up Tide locally, and making the documentation clearer. </li><li>The Hosting Team <a href=\"https://make.wordpress.org/hosting/2021/05/20/why-hosters-should-install-the-php-intl-extension/\">recommends all web hosts to install the Internationalization PHP extension</a>. The team also launched<a href=\"https://www.meetup.com/wphosting/\"> its official meetup chapter</a>.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/05/people-of-wordpress-fike-komala/\">Fike Komala from Indonesia</a>.</li><li>The BuddyPress Team <a href=\"https://buddypress.org/2021/05/buddypress-8-0-0-release-candidate/\">released the BuddyPress 8.0 Release Candidate</a>. </li><li>Read about the brand new <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\">Duotone filter for blocks</a> feature, that is shipping with WordPress 5.8! </li><li>Catch the latest episode of the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/podcast/\" target=\"_blank\">WP Briefing Podcast</a> where <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">Josepha</a> talks about <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/05/episode-9-the-cartography-of-wordpress/\" target=\"_blank\">the cartography of WordPress</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to May’s Month in WordPress: <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a> and <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jun 2021 18:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"HeroPress: From Blogging to WordPress Communities: A Bolivian tale – De Blogger a comunidades de WordPress: Una historia boliviana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3626\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"https://heropress.com/essays/from-blogging-to-wordpress-communities-a-bolivian-tale/#utm_source=rss&utm_medium=rss&utm_campaign=from-blogging-to-wordpress-communities-a-bolivian-tale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15766:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2022/06/052821-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I couldn’t be more grateful for all the good things that WordPress has given me.\" /><p><a href=\"https://heropress.com/feed/#espanol\">Este ensayo también está disponible en español.</a></p>\n<p>I would have never imagined that working with WordPress would be a vital part of my current life and that I would be organizing the first WordCamp of my city Cochabamba, and the first of Bolivia.</p>\n<p>To start with my story, let me clarify that I don’t have any background in computer science or similar. I actually studied Industrial Engineering and even did a masters degree in Environmental studies. But life has taken me somewhere else and I’m very happy with my current destination. I won’t go into details of how my career changed so much, that would take hours of reading. But my early stages of WordPress started when I decided to start a small business designing and selling cushions and bed clothes. It was tiny and it only lasted a bit more than a year. It was a solo person business, little investment, and very little planning. While I sat in the small store I’d rented to sell these items, begging that people stopping at the shop’s windows would step in to buy something, I decided I needed to create a website for this business.</p>\n<h3>Finding WordPress</h3>\n<p>I had zero budget to hire somebody but I had good confidence in my ability to learn things on my own. I had always been the nerdy type and a close friend with computers in general. Thus, I decided I would figure out how to build a website on my own. I ended up building the most simple website/blog with WordPress.com. I didn’t even have a budget to buy a custom domain and I stayed with the free subdomain from WordPress.com. Unfortunately, soon my entrepreneurship was over. There were no profits and any income went mostly to pay the store’s rent. To add to the decision, a previous company with whom I had worked before, contacted me for a job opening that matched my profile. I needed that income. Therefore, I closed the store and forgot about my entrepreneurship.</p>\n<blockquote><p>However, that brief encounter with a simple website had opened a field out there that I wanted to explore better some day.</p></blockquote>\n<p>Back to the employee mode, I started my new job as a technical writer for a software development company. Since I had done my masters degree in the UK, I had a decent level of English, and somehow my close affinity with computers and technology made it easy for me to translate complex software jargon into simple tutorial steps. As I got more training in technical writing, I started to improve my writing skills in general. That reconnected me with a long lost passion of mine- writing. I’d forgotten that little girl in me that used to love writing stories and journaling. In all these years of my adult life, I hadn’t reconnected to it. That’s when I realized I had to have a blog. I needed a blog. And when WordPress.com came to my encounter again.</p>\n<h3>Diving Deep</h3>\n<p>This time I wanted to know the platform deeply. Creating my blog helped me become more familiar with WordPress and website building in general. I blogged about writing, my thoughts, book reviews, and everything that could come to my mind. That was in 2015.</p>\n<p>I don’t remember exactly how I got into the WordPress support forums, probably looking for answers to a specific issue about my blog. That’s when I realized there were other people’s questions that I could actually answer. I began checking the forums a couple of times per week. I did it as a hobby. I liked that I was able to help people and learn more while doing that.</p>\n<blockquote><p>Some people at my work checked their Facebook to relax on their break time, I checked the WordPress.com forums.</p></blockquote>\n<p>That’s how I found out about the Happiness Engineer position in Automattic. A Happiness Engineer provides customer support to people building their blogs or websites with WordPress.com. When I read the job description, it was like reading a job that was perfect for me. Even more it offered the possibility to work remotely and even travel while still working. My career as a technical writer was stuck after three years and I was also certain that I didn’t want to go back to any job related to Industrial Engineering.</p>\n<p>My story about applying to Automattic is long. To summarize it, I didn’t get in it the first time I applied. I had to do the trial twice and re-applied three times in total. I had to learn about HTML and CSS. But after almost one year and a half in between the applications and the two trials, I finally got the job. WordPress became my main means of income.</p>\n<h3>Building A Community</h3>\n<p>It was in this job that I learned about the WordPress communities around the world and WordCamps. And when somebody asked, how is the WordPress community where you live? I was speechless. I really didn’t know. Was there a community?</p>\n<p>Soon after finding there wasn’t any community, I started to dig more information about what was needed to organize one. I talked about the idea with some colleagues and they provided good insights. But I was still debating inside myself, who would start it? Was it me? It couldn’t be. It was true I provided technical support for blogs and websites, but I knew nothing about coding, plugin or theme development.</p>\n<blockquote><p>It had to be somebody else, an expert WordPress developer,  not me.</p></blockquote>\n<p>But after trying to gauge interest and ask around I realized that the only way to find these community members was to start the community. Therefore, the WordPress community in Cochabamba was born. That was 3 years ago.</p>\n<p>We’ve had ups and downs, probably similar to any other community. And although Cochabamba is not a big city, we had issues finding a location that would be accessible to everybody and wouldn’t incur a cost. We had people coming from all different levels of knowledge, from people that had a vast experience with WordPress to people with no experience at all but that wanted to learn. Covid19 actually helped the community grow when meetups went online.</p>\n<h3>Giving Back Through Speaking</h3>\n<p>The community also brought in me a side I didn’t know I would ever be interested in: public speaking. I had the opportunity to be a speaker at WordCamp Mexico, WordCamp Guayaquil and WordCamp Colombia online. I started to gain confidence while I enjoyed the opportunity to connect with other communities and meet people that were in similar pathways. Not all of them were developers as one tends to imagine in a WordPress community, many like me started only as bloggers.</p>\n<p>Finally, after 3 years we decided to organize our first WordCamp. I never imagined myself organizing any WordCamp- me, the shy one, suddenly talking to sponsors, contacting companies to sponsor us, leading a group of people with different talents and backgrounds. I’m thrilled to say that I’ve learned so much from the experience.</p>\n<p>In all these years my career has taken a dramatic swift turn.</p>\n<blockquote><p>Thanks to WordPress I have been able to find a good job, work remotely, and help build something in my community that helps people learn skills and find career opportunities.</p></blockquote>\n<p>I couldn’t be more grateful for all the good things that WordPress has given me.</p>\n<h2 id=\"espanol\">De Blogger a comunidades de WordPress: Una historia boliviana</h2>\n<p>Nunca me hubiera imaginado que trabajar con WordPress sería una parte vital de mi vida y que estaría organizando el primer WordCamp de mi ciudad, Cochabamba, y el primero de Bolivia.</p>\n<p>Para comenzar con mi  historia, déjenme aclarar que no tengo ningún estudio en ciencias de la computación o similar. Estudié Ingeniería Industrial e incluso hice una maestría en estudios ambientales. Pero mi vida ha tomado otro rumbo y estoy feliz con donde estoy ahora.</p>\n<p>No iré en detalles de cómo mi carrera cambió, eso tomaría horas de lectura. Pero mis comienzos tempranos con WordPress empezaron cuando decidí comenzar un pequeño negocio diseñando y vendiendo almohadones y ropa de cama. Era muy pequeño y solo duró un poco más de un año. Era un negocio de una sola persona, con poca inversión y poca planeación. Mientras me sentaba dentro de mi tienda vendiendo mis productos y rogando que la gente que se detenía en frente de las vitrinas entrara a comprar algo, decidí que necesitaba crear un sitio web para mi negocio.</p>\n<h3>Mi encuentro con WordPress</h3>\n<p>Tenía cero presupuesto para contratar a alguién pero tenía confianza en mis habilidades para aprender cosas por mi misma. Siempre había sido del tipo nerd y muy amiga de las computadoras en general. Entonces decidí que encontraría la forma de construir el sitio web por mi misma. Terminé construyendo un sitio, casi blog, de lo más simple. No tenía ni siquiera presupuesto para comprar un dominio personalizado y me quedé con el subdominio gratuito de WordPress.com. Desafortunadamente, mi emprendimiento llegó al fin. No habían ganancias y cualquier ingreso era generalmente para pagar el alquiler de la tienda. Para influenciar aún más esta decisión, una compañía con quien había trabajado anteriormente me contactó para un trabajo que le iba muy bien a mi perfil. Necesitaba esos ingresos. Por lo tanto cerré la tienda y me olvidé de mi emprendimiento.</p>\n<blockquote><p>Sin embargo, ese encuentro breve con un sitio web simplísimo abrió un campo delante de mis ojos que quería explorar mejor algún día.</p></blockquote>\n<p>De nuevo ya en modo de empleado, comencé mi trabajo como technical writer para una empresa de software. Como había hecho mi maestría en el Reino Unido, tenía un nivel decente de inglés y mi afinidad con las computadoras y la tecnología en general hacía que fuese sencillo para mi traducir la jerga compleja de los desarrolladores de software en tutoriales con sencillos pasos. A medida que recibía más entrenamiento en technical writing, comencé a mejorar mis habilidades de escritura. Eso me reconectó con una pasión perdida, la escritura. Me había olvidado de esa pequeña niña a la que le encantaba escribir historias. En todos estos años de mi vida adulta, no me había reconectado con eso. Entonces me di cuenta que necesitaba un blog, tenía que tener un blog. Y WordPress.com vino a mi encuentro otra vez.</p>\n<h3>Sumergiéndome profundamente</h3>\n<p>Esta vez quería conocer la plataforma más profundamente. La creación de mi blog me ayudó a estar más familiarizada con WordPress y con la construcción de sitios web en general. Blogueé sobre el proceso de escritura, mis pensamientos, revisiones de libros, cualquier cosa que se venga a mi mente. Eso fué en 2015.</p>\n<p>No recuerdo exactamente cómo llegué a los foros de WordPress, tal vez buscando respuestas a algún problema con mi blog. Ahí fue cuando me di cuenta que habían preguntas de otras personas que en realidad podía responder. Empecé a revisar los foros un par de veces por semana. Lo hacía por hobby. Me gustaba que podía ayudar a la gente y aprender más mientras lo hacía.</p>\n<blockquote><p>Alguna gente en mi trabajo revisaba su Facebook durante el tiempo de descanso, yo revisaba los foros de WordPress.com</p></blockquote>\n<p>Fué así que me enteré del trabajo de Happiness Engineer en Automattic. Un Ingeniero de la Felicidad provee soporte técnico a personas que construyen sus sitios o blogs con WordPress.com. Cuando leí la descripción del trabajo, era como leer algo que era perfecto para mí. Adicionalmente me daba la posibilidad de trabajar remotamente e incluso trabajar mientras viajaba. Mi carrera como technical writer estaba estancada después de tres años y estaba segura que no quería retornar a algún trabajo relacionado con Ingeniería Industrial.</p>\n<p>Mi historia sobre mi postulación a Automattic es muy larga. Para resumirlo, no entré a la primera vez. Tuve que hacer el periodo de prueba 2 veces y postulé como 3 veces en general. Tuve que aprender HTML y CSS. Pero después de casi un año y medio entre estas postulaciones y los periodos de prueba, finalmente obtuve el trabajo. WordPress se convirtió en la fuente principal de ingreso.</p>\n<h3>Construyendo una Comunidad</h3>\n<p>Fue en este trabajo que aprendí sobre las comunidades de WordPress en el mundo y los WordCamps. Y cuando alguien me preguntó cómo es la comunidad de WordPress de donde eres? No tenía respuesta. No sabía. ¿Había alguna comunidad?</p>\n<p>Muy pronto después de darme cuenta que no había ninguna comunidad, empecé a buscar más información sobre lo que era necesario para organizar una. Hablé de la idea con algunos colegas y me dieron buenas perspectivas. Pero todavía me debatía dentro de mi, ¿quien empezaría esta comunidad? ¿Sería yo? No podía ser. Era cierto que proveía soporte técnico para los blogs y páginas web, pero no sabía nada de código o desarrollo de plugins o temas.</p>\n<blockquote><p>Tenía que ser alguien más, un experto desarrollador en WordPress, no yo.</p></blockquote>\n<p>Después de tratar de ver el interés alrededor mío, me di cuenta que la única manera de encontrar a estos miembros de la comunidad era empezando la comunidad. Y es así como la comunidad de Cochabamba nació. Eso fue hace 3 años.</p>\n<p>Tuvimos subidas y bajadas, probablemente como cualquier comunidad. Aunque Cochabamba no es una ciudad grande, tuvimos problemas encontrando un lugar accesible a todos, que no incurría en grandes costos. Tuvimos gente viniendo de todo tipo de experiencias de WordPress, desde gente con vasta experiencia hasta gente que no tenía experiencia para nada pero que quería aprender. El Covid19 en realidad nos ayudó a que la comunidad crezca cuando las reuniones se volvieron virtuales.</p>\n<h3>Hablando para contribuir</h3>\n<p>La comunidad de WordPress también despertó en mí una parte en la que nunca pensé que estaría interesada, hablar en público. Tuve la oportunidad de ser ponente en el WordCamp México, WordCamp Guayaquil y el WordCamp Colombia online. Empecé a adquirir confianza y disfrutar de la oportunidad de conectar con otras comunidades y conocer gente que estaba en caminos similares. No todos ellos eran desarrolladores como uno tiende a imaginar en una comunidad de WordPress, muchos como yo comenzaron solo como bloggers.</p>\n<p>Finalmente, después de 3 años, decidimos organizar el primer WordCamp. Nunca me imaginé organizando ningún WordCamp de ningún tipo, yo, bastante tímida, hablando con patrocinadores, contactando compañías para patrocinarnos, liderando un grupo de gente con diferentes talentos y backgrounds. Estoy muy feliz de decir que he aprendido mucho de esta experiencia.</p>\n<p>En todos estos años, mi carrera ha dado un giro dramático.</p>\n<blockquote><p>Gracias a WordPress he podido encontrar un buen trabajo, trabajar remotamente, y ayudar a construir algo en mi comunidad que ayuda a que la gente aprenda nuevas habilidades y encuentre oportunidades laborales.</p></blockquote>\n<p>No podría estar más agradecida por todas las cosas buenas que WordPress me ha dado.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-blogging-to-wordpress-communities-a-bolivian-tale/\">From Blogging to WordPress Communities: A Bolivian tale &#8211; De Blogger a comunidades de WordPress: Una historia boliviana</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jun 2021 12:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Carla Doria Medina\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Chrome Canary Adds Flag for Disabling FLoC Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/chrome-canary-adds-flag-for-disabling-floc-testing?utm_source=rss&utm_medium=rss&utm_campaign=chrome-canary-adds-flag-for-disabling-floc-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6223:\"<p>Google&rsquo;s controversial Federated Learning of Cohorts (<a href=\"https://web.dev/floc/\">FLoC</a>) experiment now has a feature flag within Chrome Canary (the nightly build of Chrome for developers) that allows users to opt out. </p>\n\n\n\n<p>In January 2020, Google announced its plans to <a href=\"https://blog.chromium.org/2020/01/building-more-private-web-path-towards.html\">discontinue support for third-party cookies in Chrome</a> within two years. The first bits and pieces of the company&rsquo;s <a href=\"https://www.privacysandbox.com/\">Privacy Sandbox</a> initiative started landing in Chrome in December 2020 with an initial flag to disable it. FLoC, Google&rsquo;s proposed replacement for third-party cookies, began testing as a&nbsp;<a rel=\"noreferrer noopener\" href=\"https://web.dev/floc/\" target=\"_blank\">developer origin trial</a>&nbsp;in Chrome at the end of March 2021.</p>\n\n\n\n<p>In Canary, users can navigate to <a rel=\"noreferrer noopener\" href=\"https://flags/#privacy-sandbox-settings-2\" target=\"_blank\">chrome://flags/#privacy-sandbox-settings-2</a> to find the Privacy Sandbox Settings 2 flag.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Relaunch Canary to save the changes. This will unlock the box that allows users to either reset their FLoC group or opt out of FLoC entirely. The new setting is available under <a href=\"chrome://settings/privacySandbox\">chrome://settings/privacySandbox</a>:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>If the setting remains enabled, which is the default, Chrome will group users into cohorts based on recent browsing activity and then advertisers select ads for the entire group. Browsing activity for the individual is &ldquo;kept private on your device,&rdquo; but Chrome certainly has access that information by way of mediating the cohorts. Google notes that the trial is currently only active in <a href=\"https://privacysandbox.com/proposals/floc\">some regions</a>.</p>\n\n\n\n<p>Users can also opt out of Privacy Sandbox trials&nbsp;on the same page. Current trials include the following:</p>\n\n\n\n<ul><li>Advertisers and publishers can use FLoC</li><li>Advertisers and publishers can study the effectiveness of ads in a way that does not track you across sites</li></ul>\n\n\n\n<p>Google has not specified how users would opt out of FLoC if the experiment is successful and moves forward. Organizations and site owners who are currently on the fence about it may go either way depending on how easy it is for Chrome users to opt out themselves. </p>\n\n\n\n<p>&ldquo;Instead of comparing FLoC to its predecessor, third party cookies, I feel it&rsquo;s actually more like the Facebook Pixel &ndash; mostly in the sense that it&rsquo;s controlled by a single surveillance capital company,&rdquo; WordPress core contributor Roy Tanck commented on the <a href=\"https://core.trac.wordpress.org/ticket/53069\">trac ticket</a> for the discussion. &ldquo;FLoC may not be quite as nefarious, but I feel it should be something website owners consciously opt into.</p>\n\n\n\n<p>&ldquo;WordPress has always advocated for a free and open web, and FLoC appears to actively harm that goal. I think WordPress should take a stand against this, and do it now.&rdquo;</p>\n\n\n\n<p>A few others have chimed in on the ticket recently as <a href=\"https://wptavern.com/joomla-blocks-floc-by-default-drupal-moves-to-block-floc-in-upcoming-9-2-release\">other open source projects have started blocking FLoC by default</a>. Plugin developer David McCan&rsquo;s comment referenced <a href=\"https://www.flurry.com/blog/ios-14-5-opt-in-rate-att-restricted-app-tracking-transparency-worldwide-us-daily-latest-update/\">analytics data published in early May</a>&nbsp;suggesting that US users choose to opt out of tracking 96 percent of the time following the changes in iOS 14.5.</p>\n\n\n\n<p>&ldquo;There is no doubt that coming down on the side of user privacy vs user tracking is the right thing to do,&rdquo; McCan said. &ldquo;Which headline would we rather see? &lsquo;By default millions of WordPress websites are allowing users to be tracked&rsquo; or &lsquo;WordPress takes steps to block user tracking making millions of websites around the world safe to visit?&rsquo;</p>\n\n\n\n<p>&ldquo;We already have a policy that opt-in by default tracking&rsquo; is not allowed in plugins hosted by WordPress. This is because we recognize the responsibility and benefit of protecting user privacy.&rdquo;</p>\n\n\n\n<p>During <a href=\"https://adsonair.withgoogle.com/events/google-marketing-live-2021?utm_medium=referral&utm_source=keyword&utm_campaign=20210527US\">a live marketing event</a> Google hosted at the end of last week, Jerry Dischler, vice president and general manager of Ads, addressed the recent privacy concerns surrounding FLoC. </p>\n\n\n\n<p>&ldquo;We&rsquo;ll be using these [Privacy Sandbox] APIs for our own ads and measurement products just like everyone else, and we will not build any backdoors for ourselves,&rdquo; Dischler said.</p>\n\n\n\n<p>Dischler also reaffirmed Google&rsquo;s commitment to moving away from third-party cookies.</p>\n\n\n\n<p>&ldquo;Third-party cookies and other proposed identifiers that some in the industry are advocating for do not meet the rising expectations consumers have when it comes to privacy,&rdquo; he said. &ldquo;They will not stand up to rapidly evolving regulatory restrictions; they simply cannot be relied on in the long term.&rdquo;</p>\n\n\n\n<p>Google bears the burden of reassuring advertisers that effective advertising is still possible as the company moves beyond tracking cookies. It is aiming to future-proof advertisers&rsquo; measurement of campaign performance with what it claims are &ldquo;privacy-safe solutions.&rdquo; The company is pushing hard for advertisers to adopt these new techniques, <a href=\"https://blog.google/products/ads-commerce/future-proof-measurement-privacy-safe-solutions/\">promising more actionable first-party conversion data</a>.</p>\n\n\n\n<p>Although consumer expectations have changed, FLoC may not be the answer to the need for a privacy-preserving advertising model. So far it looks like Google will have an uphill battle to gain more broad support from browsers, advertisers, and consumers. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jun 2021 03:12:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Ujwal Thapa, Co-Founder of the WordPress Nepal Community, Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away?utm_source=rss&utm_medium=rss&utm_campaign=ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4028:\"<p>&ldquo;Here is my resume of professional Failures,&rdquo; began his <a href=\"https://np.linkedin.com/in/ujwalthapa\">LinkedIn profile</a>. On a site where most are apt to share success, <a href=\"https://www.whynepal.com/\">Ujwal Thapa</a> started with nearly a two-decade history of dreams that did not quite work out. Or, maybe they did in some ways.</p>\n\n\n\n<p>Much of <a href=\"https://twitter.com/search?q=%23ujjwalthapa\">Nepal is reeling</a> from <a href=\"https://nepalontheweb.com/2021/06/01/ujwal-thapa-founder-of-bibeksheel-nepali-party-passes-away/\">his death today</a>. In the past week, he had been battling multiple health complications from Covid-19. The 44-year-old activist was the founder of the Bibeksheel Nepali political party, originally a peaceful movement that fought against political corruption and social injustice.</p>\n\n\n\n<p>However, many Nepali WordPress users will remember him as a co-founder of their community. The <a href=\"https://www.facebook.com/groups/wordpressnepal\">WordPress Nepal</a> Facebook group has now grown to nearly 8,000 members.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />WordCamp Nepal 2014</li><li class=\"blocks-gallery-item\"><img />2015 WordCamp Kathmandu</li><li class=\"blocks-gallery-item\"><img />WordPress Meetup In Biratnagar</li><li class=\"blocks-gallery-item\"><img />WordPress Nepal Founders</li></ul>Photos shared by Ganga Kafle.\n\n\n\n<p>In a <a href=\"https://nepalbuzz.com/people/nepali-wordpress-stars-2015-4/\">2015 interview</a> with Nepal Buzz, he noted his proudest WordPress-related achievement as building this community. &ldquo;That is not just creating tens and hundreds, but thousands of jobs in Nepal, and has the potential to create tens of thousands more, which basically means we are contributing to the nation by creating opportunities where there are none.&rdquo;</p>\n\n\n\n<p>Later in the interview, he said he was a provoker, and he continued to live the remainder of his life in that belief.</p>\n\n\n\n<p>&ldquo;I believe that the easiest way to bring change is to align all the positive people in the same direction,&rdquo; he said. &ldquo;So my job is to provoke and bring together people with similar interests, and align them in a similar direction, creating the change that they would never believe could come.&rdquo;</p>\n\n\n\n<p>Thapa founded <a href=\"http://digital.com.np/\">Digital Max Solutions</a> in 2002, amidst the Nepalese Civil War. At one point, the company had as many as 35 employees. Over 30 eventually moved on to start their own IT businesses. He also created the Entrepreneurs for Nepal Facebook group, which now has over 100,000 members. From May 2013 to October 2019, he served as the Chairperson of the BibekSheel Nepali party.</p>\n\n\n\n<p>Many in Nepal&rsquo;s WordPress community owe him a debt of gratitude for having the vision of building off the core platform. WordPress.org Themes Team representative Ganga Kafle credits at least part of his career and deep involvement with WordPress to Thapa, helping him land an initial internship with Web Experts Nepal.</p>\n\n\n\n<p>&ldquo;Ujwal Thapa is the person who introduced WordPress to me in 2012 in a meetup,&rdquo; he said. &ldquo;After that, I was in close relation with him. In 2014, after my graduation, I went to Ujwal and asked him about the internship, and he took me to that office and talked with the boss and finalized for the internship. That&rsquo;s how I jumped in WordPress, and now I am one of the leads of Themes Team.&rdquo;</p>\n\n\n\n<p>&ldquo;Once he said to me, &lsquo;WordPress is giving so much things for free, why you hesitate to put <em>Proudly Powered by WordPress</em>?\'&rdquo; Kafle shared of the mentor, referencing the typical credit line in many WordPress site footers. &ldquo;He was in love with WordPress.&rdquo;</p>\n\n\n\n<p>You can view Thapa&rsquo;s WordCamp presentations as a <a href=\"https://wordpress.tv/speakers/ujwal-thapa/\">speaker</a> and <a href=\"https://wordpress.tv/speakers/ujwal-thapa-moderator/\">panel moderator</a> via WordPress.tv.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Jun 2021 19:08:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Breaking Down WPMarmite’s 127-Shop Full Site Editing Study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/breaking-down-wpmarmites-127-shop-full-site-editing-study?utm_source=rss&utm_medium=rss&utm_campaign=breaking-down-wpmarmites-127-shop-full-site-editing-study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6698:\"<p class=\"has-drop-cap\">Earlier today, the WPMarmite team released a massive <a href=\"https://wpmarmite.com/en/fse-study/\">study of 127 WordPress theme shops</a>. It primarily focused on integration with the block editor. The team also surveyed 22 of the shops directly to dive deeper into what the future might look like when the Full Site Editing (FSE) project is entirely bundled into the core platform, which could be around the WordPress 5.9 release in late 2021.</p>\n\n\n\n<p>FSE is not a single thing that WordPress will drop on users all at once. It is an ongoing project with several independent but related components that will ship based on their readiness. The goal is to move the block system beyond just content, bringing blocks into all facets of a site&rsquo;s front end.</p>\n\n\n\n<p>Single post/page template editing and block-based widgets are expected to <a href=\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8\">arrive with WordPress 5.8</a> in July. These are two user-facing components that serve as stepping stones toward a complete FSE experience.</p>\n\n\n\n<p>Putting study into context, FSE-related discussion for theme authors is mainly about block templates and global styles. These components will create a drastic change to theme development where templates are made up of blocks themselves and styles are configured via a JSON file. For the first time in WordPress&rsquo;s history, users will be able to directly edit both from an interface in their site admin without knowing any code.</p>\n\n\n\n<img />Upcoming site editor with templates (left panel) and global styles (right panel).\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-0-bebo-released-lays-a-foundation-for-the-platforms-future\">WordPress 5.0</a>, the first version to include blocks, launched two and a half years ago. Theme authors have had time to catch up, migrate old projects, and create new ones. WPMarmite&rsquo;s study gives a solid, at-a-glance view of how shops are fairing now that the shockwave of the block system&rsquo;s introduction has long settled.</p>\n\n\n\n<h2>The Study: Block Editor Support</h2>\n\n\n\n<p class=\"has-drop-cap\">The primary takeaway from the 127-shop study was that 57% of them featured their compatibility with the block editor in some way. Short of testing themes from each site individually or directly asking them all, there is no other way to know how many actually offer support. My guess is the number is not much higher.</p>\n\n\n\n<p>Technically, all themes &ldquo;work&rdquo; with the WordPress editor. However, not all are designed from the ground up to offer an ideal experience with it. As a commercial theme shop, you would want to mention this support somewhere in your marketing.</p>\n\n\n\n<p>Even if that 57% is dead-on, a shop featuring block support does not always mean solid support. In my experience of viewing themes and their demos almost daily, &ldquo;support&rdquo; often means minimal adjustments to make sure the basics do not break the site. That number is far lower if you are counting themes that offer an immersive block-editor experience.</p>\n\n\n\n<p>The number that was surprising but not surprising was the percentage of shops currently providing block patterns. Only 3% (4 in total) bundle custom patterns.</p>\n\n\n\n<img />Inserting a block pattern into the WordPress editor.\n\n\n\n<p>While the patterns API has only been around since <a href=\"https://wptavern.com/wordpress-5-5-eckstine-introduces-block-directory-block-patterns-and-automatic-updates-for-themes-and-plugins\">WordPress 5.5</a>, released less than a year ago, it is one of those crucial tools for the future of theme development. I thought the number was low. I just did not know it was <em>3% low</em>.</p>\n\n\n\n<p>If 57% of shops offer some level of block editor support, why are they stopping short of complete integration and not using the most powerful features at their disposal?</p>\n\n\n\n<p>Patterns are part of that immersive experience I mentioned. If a shop does not have any, I would question how much it actually supports the block system.</p>\n\n\n\n<p>In the WordPress.org free theme directory, that percentage is much higher. Currently, 514 themes <a href=\"https://wordpress.org/themes/tags/block-styles/\">add block editor styles</a>, and 120 <a href=\"https://wordpress.org/themes/tags/block-patterns/\">bundle at least one pattern</a>.</p>\n\n\n\n<p><em>Note: if you <a href=\"https://wordpress.org/themes/tags/block-patterns+block-styles/\">combine those two filters</a>, the directory lists 107 themes. Some could be missing a tag.</em></p>\n\n\n\n<p>One data point the team missed was how many of these theme shops integrated with third-party page builders. I would wager that most of the ThemeForest authors support at least one additional builder, maybe two. It is almost a sure-fire bet that Elementor and Beaver Builder top that list. While the study was on the core block system, this would have given us a more accurate look at the current theme market.</p>\n\n\n\n<h2>The Survey: FSE and the Future</h2>\n\n\n\n<p class=\"has-drop-cap\">Of the 127 shops, WPMarmite surveyed 22 of them with questions around FSE. The most telling statistic is that 82% of shops follow FSE-related news, citing WP Tavern as one of their sources. <em>Thank you, dear readers.</em></p>\n\n\n\n<p>On a more serious note, 86% of those surveyed believe that FSE will be a breakthrough for users. I am not surprised at this. Many features that theme authors have attempted to accomplish over the last decade are being rolled into the Gutenberg plugin. It is a slow process, but having the pieces built into WordPress provides standard APIs that will make themers&rsquo; jobs easier. In turn, this will allow them to launch features that users ask for with less code and a faster turnaround.</p>\n\n\n\n<p>The number I want to see higher is those actively preparing for block templates and global styles. According to the survey, only 22% are doing so.</p>\n\n\n\n<p>These components are continually in flux. However, the foundational elements are far more stable than they were just a few months ago. This makes it a good moment for others to start diving in &mdash; there is less chance of breaking changes with the system. I expect the percentage of commercial theme shops working with FSE to jump throughout the year. However, it could be a slow process getting to the point where such themes are commonplace. We may need to see a breakout block theme that quickly rises in popularity first. Everyone else will fall in line.</p>\n\n\n\n<p>In the meantime, if anyone wants to experiment with FSE, there are <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">six themes listed</a> in the directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Jun 2021 00:36:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Gutenberg Times: Why WordPress Agencies Are Embracing Gutenberg – Help Test WordPress 5.8  – Weekend Edition #171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/why-wordpress-agencies-are-embracing-gutenberg-help-test-wordpress-5-8-weekend-edition-171/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12753:\"<p>Howdy, </p>\n\n\n\n<p>Memorial Day is a federal holiday, honoring the men and women who died while serving in the U.S. military. Although a sad occasion for many people in the US, it is also the first long weekend after a cold winter. Many of you will hopefully take the opportunity to spend it leisurely outside with family and friends, away from the screens. Look up from your phone.  The content keeps until Tuesday when you get back to work.  </p>\n\n\n\n<p>After catching up on my publishing schedule, I will spend the weekend with friends at the <a href=\"https://sarasotacricket.org/\">Cricket Club</a>, and at the <a href=\"https://thedali.org/\">Dali Museum in St. Petersburg</a>. Let me know about your weekend! </p>\n\n\n\n\n\n<p>With the release of Gutenberg 10.7 version, we are in the &#8220;feature freeze&#8221; which means from now to the first beta release on June 8th, 2021, it&#8217;s all about bug fixing. Below you&#8217;ll find several ways how you can help make it a great release. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>There is something to be said that 5.8 is probably the biggest release for Gutenberg since 5.0 and in terms of merged code might even be bigger.</em></p><cite>Riad Benguella, editor release lead for WordPress 5.8, in #core-editor meeting 5/26/2021</cite></blockquote>\n\n\n\n<p>Yours ?,<br />Birgit</p>\n\n\n\n<p>PS: Thank you to all who shared great resources on wp.data last week! If you used the wp.data package in your blocks, I am looking for real life examples. Ping me in Slack @bph or <a href=\"mailto:pauli@gutenbergtimes.com\">email me</a>. </p>\n\n\n\n<p>PPS: Huge &#8220;Thank You&#8221; to <strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a> </strong>for <a href=\"https://app.mypodcastreviews.com/podcasts/k7H9zO/reviews/6950436\">his wonderful review of our podcast.</a> <em>Grzegorz (Greg) Ziolkowski</em> is on vacation, and we&#8217;ll record the next Gutenberg Changelog on Friday Jun 11, covering both releases 10.7 and 10.8. Send us your questions to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A new call for testing is now available from the FSE outreach program! <strong>Deadline: Jun 9th,</strong> 2021. <strong>Anne McCarthy</strong> sends you down the rabbit hole to create a <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\"><strong>Polished Portfolio Pages</strong></a>, using the Template Editor and your personal Query Blocks design. She guides you with nice ideas for your Portfolio page, the accompanying template and shares designs from the web. <a href=\"https://wptavern.com/fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode\">On WPTavern</a>, <a href=\"https://twitter.com/justintadlock\"><strong>Justin Tadlock</strong></a> followed along. He shared his page&#8217;s source code and the joy and frustrations along the way.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/HughRoberts05\"><strong>Huge W. Roberts</strong></a> introduces you to the <a href=\"https://hughsviewsandnews.com/2021/05/27/5-wordpress-photo-editing-tools-available-to-use-on-the-block-editor/\"><strong>Five Photo Editing Tools Available To Use On The Block Editor</strong></a> and explains in detail how to crop, resize and zoom and other features of the Image block. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Speaking of which, WordPress 5.8 will bring a new feature to the image and cover block: <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\"><strong>Coloring Your Images With Duotone Filters</strong></a>, created by <strong>Alex Lende</strong>. Details about this  wonderful new feature are now available on the WordPress News site. Using the Gutenberg plugin, you don&#8217;t have to wait until July 20, 2021 for WordPress 5.8 to come out. You can use today! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://themeshaper.com/2021/05/27/blockbase-a-parent-theme-for-block-themes/\"><strong>Blockbase</strong></a> &#8220;This block theme attempts to make all the common theme styles configurable in theme.json, and provides the CSS needed to make them work until the blocks themselves support these settings.&#8221; wrote <a href=\"https://twitter.com/scruffian\"><strong>Ben Dwyer</strong></a>  <a href=\"https://github.com/Automattic/themes/\">The Blockbase themes</a> is available via GitHub. Justin Tadlock at WPTavern kick the tires of it. He concluded: &#8220;It is the modern-day <a href=\"https://underscores.me/\">Underscores (_s)</a> for blocks, and the WordPress theme design community will need such a project moving forward. They will need a starting point and educational tool, and Blockbase is just that.&#8221; You&#8217;d be interested in more details.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Hector Pietro</strong> published <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\"><strong>What’s new in Gutenberg 10.7?</strong></a>  The release notes for this week&#8217;s Gutenberg plugin release. This is the last version of Gutenberg features that will be coming to WordPress core. What didn&#8217;t make it? Navigation screen and block, Post Author Block and the Refactor of the Gallery Block. The latter is a bit disappointing as I was very much looking forward to building galleries with image blocks. Ah, well.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>The new Widget screen</strong> made it and could use some major testing round: Use the WordPress Beta Tester plugin, enable the nightly stream on the bleeding edge channel and start testing specially for backwards compatibility with existing themes and plugins and configuration. <a href=\"https://pantheon.io/register\">Pantheon gives Developer 2 free testing sites</a>, and has a powerful <a href=\"https://pantheon.io/docs/migrate\">migration tool </a>for cloning existing sites for testing. It&#8217;s what we will use for our long-time client sites. If you feel you don&#8217;t have enough times, but also don&#8217;t want to see any surprises, you can install the <a href=\"https://wordpress.org/plugins/classic-widgets/\"><strong>Classic Widgets plugin</strong></a> by core contributors <strong>Tonya Mork</strong> and <strong>Andrew Ozz</strong>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Allison Rivers </strong>wrote <a href=\"https://torquemag.io/2021/05/why-wordpress-agencies-are-embracing-gutenberg/\"><strong>Why WordPress Agencies Are Embracing Gutenberg</strong></a> for the Torque Magazine. Rivers interviewed 15 Agency leaders in the WordPress space who shared why they are slowly moving away from 3rd party page builders favoring the block editor and the rich ecosystem around it, with Generate Blocks, Kadence Blocks, Toolset, Stackable, Genesis Blocks and more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The above article was a nice palate cleanser after the rather lively debate on <a href=\"https://www.youtube.com/watch?v=xLiDu7WwCRI&t=1s\"><strong>This Week in WordPress #164</strong></a> with Nathan Wrigley and Spencer Forman. The reasoning from the agency leaders might also explain why hard-core Elementor fans get so agitated. Big &#8220;Thank You&#8221; to Nathan Wrigley for having me on the show. ? It was quite entertaining, to say the least. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In case you missed it,  I thoroughly enjoyed <strong>Nathan Wrigley&#8217;s</strong> interview with <strong>Benjamin Intal</strong>, of <a href=\"https://wpstackable.com/\">Stackable </a> on the  WP Tavern Jukebox podcast, and <strong><a href=\"https://wptavern.com/podcast/3-benjamin-intal-on-why-hes-betting-his-business-on-blocks\">Why he is betting his business on blocks</a>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/karks88\"><strong>Eric Karkovack</strong></a> did a deep dive into the plugin <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> by Nick Diego and shared his insights in his article <a href=\"https://speckyboy.com/edit-block-visibility-wordpress-gutenberg-editor/\"><strong>An Easy Way to Edit Block Visibility in the WordPress Gutenberg Editor</strong></a> .I mentioned the plugin multiple times before.  If you didn&#8217;t get a chance to test it on one of your projects, Karkovack&#8217;s article gives you definitely more insight in how it works, and what use cases are suitable for it. <br />I also discovered the plugin <strong><a href=\"https://wordpress.org/plugins/conditional-blocks/\">Conditional Blocks</a>  by <a href=\"https://twitter.com/morganhvidt\">Morgan Hvidt</a> </strong>with a slightly different approach. Both plugins also provide pro versions via their respective websites. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>?</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress &#8220;Mega Meetup&#8221;: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 &#8211; 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em></p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers was extended to June 5th, 2021.</p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The </em>festival of WordPress</p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are <strong>due May 26, 2021</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: Photo by <a href=\"https://unsplash.com/@ravipalwe?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Ravi Palwe</a> on <a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2021 18:23:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: The Automattic Theme Team Announces Blockbase, Its New Block Parent Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117361\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme?utm_source=rss&utm_medium=rss&utm_campaign=the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6504:\"<img />Blockbase WordPress theme as seen from the site editor.\n\n\n\n<p class=\"has-drop-cap\">Any WordPress company that builds and maintains themes worth its salt is already doing at least some preliminary work as WordPress inches ever closer to bundling its upcoming block theme system. Automattic&rsquo;s Theme Team is no exception. Ben Dwyer <a href=\"https://themeshaper.com/2021/05/27/blockbase-a-parent-theme-for-block-themes/\">announced the team&rsquo;s new Blockbase parent theme</a> on the Theme Shaper blog yesterday. It includes support for global styles and block templating.</p>\n\n\n\n<p>The theme is based on the classic, block-editor-ready <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> project that Automattic launched in January. <a href=\"https://github.com/Automattic/themes/commit/8c6b2f068f9a201dbf8e564aeb9ebdf19c319b7a\">Until a few days ago</a>, it was even named Blank Canvas Blocks. I have been checking in on the team&rsquo;s work in the past couple of months, waiting to see how Blockbase and <a href=\"https://github.com/Automattic/themes/tree/trunk/mayland-blocks\">Mayland Blocks</a>, a child theme based on the team&rsquo;s original Mayland, were coming along.</p>\n\n\n\n<p>The team has built a well-rounded system that should keep them from overhauling each block theme they create for WordPress.com every time there is a change. For theme authors who have yet to dip their toes into the block-theme pond, it might also be the starting point they need.</p>\n\n\n\n<p>The Holy Grail of some block theme designers will be creating a project with little more than a <code>theme.json</code> file. The goal: let WordPress generate all the CSS via setting and style configurations. It will never be possible for all theme authors to achieve their design goals through this &mdash; most will need at least <em>some</em> custom CSS. And, whether such a goal is <em>A Good Thing</em> remains to be seen.</p>\n\n\n\n<p>Nevertheless, the future of theme design will lean on JSON-configured and generated styles. Blockbase leverages this system to create a standardized set of guideposts for its eventual child themes. This ensures that creators are not continually updating their themes as block styling rapidly evolves.</p>\n\n\n\n<p>Blockbase serves as a bridge between what is currently possible to configure via a <code>theme.json</code> file and what will be possible in the future.</p>\n\n\n\n<p>It is the modern-day <a href=\"https://underscores.me/\">Underscores (_s)</a> for blocks, and the WordPress theme design community will need such a project moving forward. They will need a starting point and educational tool, and Blockbase is just that.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls\">latest version</a> of the Gutenberg plugin only covers a fraction of what it and, eventually, WordPress will handle in the coming months and years. However, it does allow theme authors to add custom settings via the <code>settings.custom</code> key, creating their own CSS variables that are automatically output in the site&rsquo;s head. The Theme Team used this feature to their advantage. Where Gutenberg does not currently support a setting, Blockbase has a custom <code>theme.json</code> parameter. The theme then uses the generated CSS variables in its stylesheet. As Gutenberg and WordPress eventually support more of these settings out of the box, the team can simply remove unneeded code.</p>\n\n\n\n<p>The theme is not altogether unopinionated. &ldquo;Blockbase is intended to be a representation of all the theme style settings that we believe should eventually live in Global Styles and be configurable by users,&rdquo; wrote Dwyer. Block theme development could still change in unexpected ways as the system continues to be refined, and the theme will need to change along with it. Bumps in the road should be expected.</p>\n\n\n\n<p>It is a project that soon-to-be and current block themers can learn from. While it is currently <a href=\"https://github.com/Automattic/themes/tree/trunk/blockbase\">available via GitHub</a>, Dwyer said the team can investigate making it a npm package if there is enough interest.</p>\n\n\n\n<p>One of the most unique things the theme does is work with the <code>theme.json</code> settings via PHP. In Blockbase&rsquo;s <code>functions.php</code> file, it <a href=\"https://github.com/Automattic/themes/blob/3c94941e6c4a6829611084db1f9e3dcb2b272154/blockbase/functions.php#L62-L82\">plucks out font-family names registered</a> in the JSON file. It then automatically loads their associated stylesheets from the Google Fonts API. While it is not documented in the code (it should be), I am taking an educated guess that the goal is to allow child theme authors to declare fonts in their own <code>theme.json</code> files and for Blockbase to handle the loading.</p>\n\n\n\n<p>The code is relatively simple. It is the technique that matters.</p>\n\n\n\n<p>As developers grapple with the changing nature of WordPress theme architecture, they will need to find new solutions for some of the old problems they previously solved in a PHP-only world. With most theme configuration moving to JSON and templates to HTML, it can be easy to feel like they are losing that dynamic nature of PHP. It was something reliable, and developers have spent years honing custom systems around the old WordPress.</p>\n\n\n\n<p>The new WordPress delivers a more robust set of design tools out of the box, but it can seem a bit foreign. That is why seeing real-world code examples of how others are handling these features is a vital step in transitioning more theme authors to block-based development.</p>\n\n\n\n<p>This may be a small code sampling, but I am impressed by the clever thinking. In my journey to learn more about how block themes work, I often find myself hitting a brick wall, fighting against the system. This code works <em>with</em> it instead of <em>against</em> it.</p>\n\n\n\n<p>I do not often write several paragraphs about one function that spans a mere 21 lines of code, but I am still a developer at heart and love seeing elegantly simple solutions. It is not about the font-loading technique; it is about solving problems. This code will undoubtedly be copied many thousands of times over in the coming years and modified for many more thousands of uses. If you are a theme developer and do not see it yet, you will.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2021 00:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"HeroPress: Yoast Pivots Diversity Fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://heropress.com/yoast-pivots-diversity-fund/#utm_source=rss&utm_medium=rss&utm_campaign=yoast-pivots-diversity-fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2606:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/05/yoast_banner.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" />\n<p>For the last three and a half years, Yoast has offered a &#8220;diversity fund&#8221;, which funded WordCamp attendance for underrepresented people in tech. The goal was to increase the diversity at WordCamps. It worked very well. According to a <a href=\"https://yoast.com/diversity-fund/\">recent blog post</a>:</p>\n\n\n<blockquote>\n<p>During 2018, 2019, and 2020:</p>\n<ul>\n<li>We were able to sponsor 70 people,</li>\n<li>To join a total of 56 events,</li>\n<li>That were all around Asia, Africa, North America, South America, Europe, and Australia.</li>\n</ul>\n</blockquote>\n\n\n<p>The problem is that in 2020 all that came to a screeching halt when WordCamps stopped happening. But rather than throw up their hands and say &#8220;Oh well!&#8221;, the good folks at Yoast came up with a new plan.</p>\n\n\n\n<h3 id=\"h-the-new-plan\">The New Plan</h3>\n\n\n\n<p>The new plan is to sponsor the same group of people, but to fund their WordPress projects, rather than travel to an event. To quote the same blog post from above:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>So what kind of projects are we looking for? It can be a short-term project, like fixing a simple bug, or a longer-term project like creating a new WordPress theme. That being said, we are looking for projects that aim to be no longer than one WordPress release cycle of three months.</p></blockquote>\n\n\n\n<p>I particularly love this new direction because it feels like a more substantial contribution. Don&#8217;t get me wrong, I think WordCamps are great and important, but supporting someone financially for three months while they build something that the entire world gets to use just feels like a bigger thing.</p>\n\n\n\n<p>Diversity is very important to us here at HeroPress.  We&#8217;ve striven for diversity across multiple metrics, from gender to age, culture, geography, and language. I think that&#8217;s why this project speaks to me more than others.</p>\n\n\n\n<p>So many thanks to Yoast for making this happen.</p>\n\n\n\n<p>If you&#8217;d like more information about the program, check out this <a href=\"https://yoast.com/diversity-fund/\">blog post</a>, and if you&#8217;d like to apply for the fund <a href=\"https://yoast.com/yoast-diversity-fund/apply/\">click here</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/yoast-pivots-diversity-fund/\">Yoast Pivots Diversity Fund</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2021 13:03:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress 8.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=319009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://buddypress.org/2021/05/buddypress-8-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3107:\"<p>The first release candidate for BuddyPress 8.0.0 is now available!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.0-RC1.zip\">Let&#8217;s test it!</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>&#8220;Release Candidate&#8221; means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed. BuddyPress 8.0.0 is slated for release&nbsp;on&nbsp;<strong>June 7, 2021</strong>, but&nbsp;<em>your</em>&nbsp;help is needed to get there — if you haven’t tried 8.0.0 yet,&nbsp;doing it now is a great idea!</p>\n\n\n\n<p>You can test the&nbsp;<a href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.0-RC1.zip\">8.0.0-RC</a>&nbsp;pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href=\"https://buddypress.org/2021/04/buddypress-8-0-0-beta1/\">8.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 8.0.0. If you find compatibility problems, please be sure to post to this specific&nbsp;<a href=\"https://buddypress.org/support/topic/buddypress-8-0-0-release-candidate/\">support topic</a>&nbsp;so we can figure those out before the final release. We strongly advise you to have a look at the&nbsp;<a href=\"https://bpdevel.wordpress.com/category/development-notes/8-0/\">8.0.0 developer notes</a>&nbsp;to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>How you can help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into as many languages as possible!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 8.0.0 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can share it with us replying to this <a href=\"https://buddypress.org/support/topic/buddypress-8-0-0-release-candidate/\">support topic</a> or if you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">file one on BuddyPress Trac</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2021 04:30:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: Happy 18th Birthday, WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/happy-18th-birthday-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=happy-18th-birthday-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4396:\"<p>WordPress is celebrating 18 years today since the first release of the software to the general public. That release post, titled, &ldquo;<a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress Now Available</a>,&rdquo; kicked off an exciting era in the history of the blogosphere where WordPress emerged as an unofficial successor to the abandoned b2/cafelog software. Reading the comments on the first release, you can feel the energy of that time when loyal b2 users were thrilled to have a smooth migration to a new blogging engine that would be maintained.</p>\n\n\n\n<p>One line in that post may have had even more impact on WordPress&rsquo; trajectory than the features contained in the first release: </p>\n\n\n\n<p>&ldquo;<em><a href=\"http://wordpress.org/\">WordPress</a>&nbsp;is available completely free of charge under the GPL license.</em>&ldquo;</p>\n\n\n\n<p>The license it inherited from b2 empowered the WordPress community to make it the powerful CMS that it is today. WordPress now underpins a multi-billion dollar economy of creators, publishers, and merchants who can build just about anything with the world of GPL-licensed extensions available. WordPress&rsquo; vibrant ecosystem has grown to include more than 58,000 free plugins to extend core, and thousands of commercial plugins and services, including hosting companies that cater specifically to its users.</p>\n\n\n\n<p>WordPress was instrumental in making publishing software accessible to those with no coding experience, and it is now doing the same for e-commerce, facilitating billions of dollars in sales for businesses and independent stores. The pandemic created <a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">unprecedented opportunities for WordPress-powered stores</a> to succeed as traditional brick-and-mortar businesses were forced to close their doors. </p>\n\n\n\n<p>Despite weathering some profound, once-in-a-lifetime challenges over the past year, WordPress has continued to grow at a phenomenal rate. In February, the CMS passed <a href=\"https://wptavern.com/wordpress-passes-40-market-share-of-alexa-top-10-million-websites\">40% market share of all websites</a>, up from 35.4% in January 2020, as measured by&nbsp;<a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs</a>. WordPress&rsquo; project lead and co-founder Matt Mullenweg noted this milestone in a <a href=\"https://ma.tt/2021/05/wordpress-18/\">post</a> on his blog, marking the 18th anniversary:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Who could have imagined that our nights and weekends hacking on blogging software, a fork of&nbsp;<a href=\"https://milestonesbook.wordpress.com/2015/11/16/the-only-blogger-in-corsica/\">b2/cafelog</a>, could turn into something&nbsp;<a href=\"https://wordpress.org/40-percent-of-web/\">powering over 40% of the web</a>? Or that nearly twenty years in, it would be getting better faster than it ever has been?</p></blockquote>\n\n\n\n<p>WordPress.org is celebrating with a new history timeline that logs <a href=\"https://wordpress.org/40-percent-of-web/\">40 major milestones along the path to 40% market share</a>. Scrolling through it reads like a story, highlighting some of the most salient moments in WordPress&rsquo; history, like the launch of the plugin repository, major interface improvements, and the first WordCamp. There are some interesting notes about how WordPress was able to outpace its contemporaries in the early days, doubling its downloads after Moveable Type 3.0 introduced licensing restrictions. The software had several turns of fortune along the way that have bolstered its market dominance.</p>\n\n\n\n<p>For many who have contributed to WordPress&rsquo; success, it&rsquo;s the smaller points that don&rsquo;t make this official timeline which have been the glue for this community. Friendships are forged in working together and celebrating small wins but also in weathering the friction, conflict, and human failures that come part and parcel with working on an open source project. </p>\n\n\n\n<p>18 years of growth is a milestone worth recognizing on the web. Congratulations to the code contributors, translators, community organizers, WordPress leadership, and everyone else who has helped make this beloved publishing platform that continues to surprise the world.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2021 03:29:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Gutenberg 10.7 Integrates With the Pattern Directory, Introduces New Block Design Controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-7-integrates-with-the-pattern-directory-introduces-new-block-design-controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7306:\"<p class=\"has-drop-cap\">Gutenberg 10.7 landed yesterday. Within a few hours, the development team also released version 10.7.1 of the plugin with a few bug fixes. The latest update primarily focuses on work expected to land in WordPress 5.8 this July.</p>\n\n\n\n<p>The feature freeze deadline for the current WordPress development cycle passed on Tuesday. This should mean that no new features beyond Gutenberg 10.7 will make it into the core platform. WordPress 5.8 Beta 1 is slated for June 8.</p>\n\n\n\n<p>This release feels like the team has polished the interface and experience for the better. Users can also look forward to several enhancements, such as additional block design options.</p>\n\n\n\n<h2>Block Pattern Directory Integration</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg now <a href=\"https://github.com/WordPress/gutenberg/pull/28800\">serves its default block patterns</a> via the pattern directory on WordPress.org. This moves their development outside of the plugin and core WordPress, which means designers can iterate on them without a user needing to update. They will always have the latest version available from the editor.</p>\n\n\n\n<img />Inserting a pattern into the content canvas.\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/\">pattern directory</a> will be a handy tool for end-users. For many, it will likely serve as a path toward building more complex layouts in the WordPress editor. At the moment, it only houses 10 patterns. This will change after it is opened to community submissions.</p>\n\n\n\n<p>Shaun Andrews shared some of the ongoing <a href=\"https://make.wordpress.org/design/2021/05/12/wordpress-org-patterns-directory-i2/\">design work for the directory</a>, and it is beautiful. I am eager to see the final result when it launches.</p>\n\n\n\n<img />Recent work on the block pattern directory.\n\n\n\n<p>A side note about block patterns: there is currently a bug that may cause some of those <a href=\"https://github.com/WordPress/gutenberg/issues/32139\">bundled with themes to not appear</a> in the inserter.</p>\n\n\n\n<h2>New Block Design Controls</h2>\n\n\n\n<p class=\"has-drop-cap\">Version 10.7 introduces several new design controls for blocks. The most exciting feature for many will be <a href=\"https://github.com/WordPress/gutenberg/pull/30608\">margin controls</a> for more precise control over spacing. Theme authors must set the <code>settings.spacing.customMargin</code> key to <code>true</code> in their <code>theme.json</code> files to enable this.</p>\n\n\n\n<p>Currently, only the <a href=\"https://github.com/WordPress/gutenberg/pull/31728\">Site Title</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/31809\">Site Tagline</a> blocks support margin controls. However, now that the initial feature has landed, we should expect others to follow suit in future versions.</p>\n\n\n\n<img />Spacing and typography controls for title and tagline\n\n\n\n<p>The Site Title block also has <a href=\"https://github.com/WordPress/gutenberg/pull/31734\">letter case typography controls</a>.</p>\n\n\n\n<p>The development team upgraded the Column block with a couple of new options. Users can now customize the <a href=\"https://github.com/WordPress/gutenberg/pull/31778\">padding and colors</a> for individual columns.</p>\n\n\n\n<img />Customizing individual columns.\n\n\n\n<p>One of the more low-key enhancements happens to be one of my favorite changes. The Media &amp; Text block received a new <a href=\"https://github.com/WordPress/gutenberg/pull/31002\">&ldquo;media width&rdquo; block option</a> in the sidebar. This makes getting the correct width a far better experience than using the drag handle in the content canvas.</p>\n\n\n\n<img />Adjusting the media width in the Media &amp; Text block\n\n\n\n<p>I may begin using this block more now. I had been shying away from it for any use case beyond the default width settings.</p>\n\n\n\n<p>Another welcome enhancement is <a href=\"https://github.com/WordPress/gutenberg/pull/30890\">Cover being added as a transform</a> option for the Group block. It will only appear if the block has a background.</p>\n\n\n\n<h2>Template Editor Welcome Guide</h2>\n\n\n\n<img />Welcome message for the template editor.\n\n\n\n<p class=\"has-drop-cap\">Template-editing mode will be one of the most highlighted features for WordPress 5.8. It allows users to switch from content to template editing while never leaving the post screen. Therefore, users will need a <a href=\"https://github.com/WordPress/gutenberg/pull/31330\">welcome guide</a> to explain the new feature.</p>\n\n\n\n<p>Currently, the message reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Welcome to the template editor</p><p>Templates express the layout of the site. Customize all aspects of your posts and pages using the tools of blocks and patterns.</p></blockquote>\n\n\n\n<p>It is a solid starting point, but it does not fully explain what this mode is about. I expect the development team to smooth it out a bit, maybe add an extra slide or two, or even link to a dedicated documentation page on WordPress.org. Helping users set off on the right foot with this new feature should mitigate confusion and lower the support burden.</p>\n\n\n\n<p>There is currently an <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">open call for volunteers</a> to provide feedback on the template editor while building a portfolio-type landing page (<a href=\"https://wptavern.com/fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode\">see my results</a>). Make sure to get involved if you can spare half an hour or more.</p>\n\n\n\n<h2>Buttons Block Uses <code>column-gap</code></h2>\n\n\n\n<img />Gap between buttons.\n\n\n\n<p class=\"has-drop-cap\">This is more of a theme developer note, but some users may have noticed lines of buttons not extending to the edge of their container. In certain situations, at least.</p>\n\n\n\n<p>Essentially, the space between individual Button blocks used a bit of a hacky, old-school CSS margin solution to create the gutter space between each. In the modern world of flex and grid layouts, it is something most designers dread seeing. It overcomplicates things and makes for more bloated CSS, particularly if you want to make adjustments based on screen size.</p>\n\n\n\n<p>I am highlighting this change because it is one of those stages where the block system is becoming more polished under the hood. And, it could be the start of more exciting things to come for theme authors.</p>\n\n\n\n<p>&ldquo;This is great, this is beautiful, themers are going to love it,&rdquo; <a href=\"https://github.com/WordPress/gutenberg/pull/31386#issuecomment-831088979\">wrote Joen Asmussen</a> in the ticket. &ldquo;At some point once the dust settles, we should see if this gap could become a global styles property; since it&rsquo;s so easy to change and resilient, it would be nice to handle in such a neat way.&rdquo;</p>\n\n\n\n<p>It is a welcome sight to see the use of <code>column-gap</code> land in the plugin. Of course, it could use <code>row-gap</code> for vertical spacing instead of margins in those cases where Buttons extend beyond a single row.</p>\n\n\n\n<p>Now, can we do the same for the Columns, Gallery, and Query Loop blocks? Normalizing the system for gutters/gaps between flex items can save dozens upon dozens of lines of code in the long term.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2021 00:41:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: WordPress 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2021/05/wordpress-18/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1446:\"<img />\n\n\n\n<p>Today marks eighteen years since the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">very first release of WordPress</a>. I consider myself so lucky to have co-founded the project alongside <a href=\"https://mikelittle.org/\">Mike Little</a>. Who could have imagined that our nights and weekends hacking on blogging software, a fork of <a href=\"https://milestonesbook.wordpress.com/2015/11/16/the-only-blogger-in-corsica/\">b2/cafelog</a>, could turn into something <a href=\"https://wordpress.org/40-percent-of-web/\">powering over 40% of the web</a>? Or that nearly twenty years in, it would be getting better faster than it ever has been?</p>\n\n\n\n<p>I blogged these anniversaries when WordPress was <a href=\"https://ma.tt/2008/05/wordpress-party-2/\">five</a>, <a href=\"https://ma.tt/2013/05/dear-wordpress/\">ten</a>, <a href=\"https://ma.tt/2018/05/wordpress-at-15/\">fifteen</a>, and last year at <a href=\"https://ma.tt/2020/05/celebrate-seventeen/\">seventeen</a>, but as the project reaches an age that, if it were a child, it would be heading off to college, I&#8217;m uncharacteristically at a loss for words.</p>\n\n\n\n<p>The overwhelming feeling is one of gratitude, so I want to say thank you to <em>every</em> person who has ever been involved with making WordPress as a contributor, a community organizer, or as an end-user of the software. It&#8217;s amazing what we can accomplish when we work together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 22:31:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Foundation: 18 years of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=187010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpressfoundation.org/2021/18-years-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4064:\"<p>On this very day 18 years ago (May 27th), <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the first version of the WordPress open source software</a> came out. WordPress has come a long way in the past 18 years. At the time of writing this blog post, WordPress has surpassed <a href=\"https://wordpress.org/news/category/releases/\">40 releases</a> and <a href=\"https://w3techs.com/blog/entry/40_percent_of_the_web_uses_wordpress\">powers more than 40% of the web</a>!</p>\n\n\n\n<p>Check out these 40 key milestones in the WordPress journey towards 40% of the web!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/40-percent-of-web/\">WordPress and the Journey to 40% of the Web</a></blockquote>\n</div>\n\n\n\n<p>One of the critical milestones in this journey is <a href=\"https://wordpress.org/40-percent-of-web/#2010-foundation\">the establishment of the WordPress Foundation in January 2010</a>. The foundation aims to ensure free access, in perpetuity, to WordPress and the software projects we support. People and businesses may come and go, so it is essential that the source code for these projects will survive beyond the current contributor base. This will ensure that we have a stable platform for web publishing for generations to come. As part of this mission, the Foundation will protect <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordPress, WordCamp, and related trademarks</a>. </p>\n\n\n\n<p>A 501(c)3 non-profit organization, the WordPress Foundation pursues a charter to educate the public about WordPress and related open source software. We regularly host educational programs like <a href=\"https://doaction.org/\">charity hackathons</a> and <a href=\"https://wordpressfoundation.org/tag/intro-to-open-source/\">open source educational events</a>. These programs are made possible through the help of generous donations from<a href=\"https://wordpressfoundation.org/donors/\"> our donors</a>.&nbsp;</p>\n\n\n\n<p>If WordPress has helped you in any way during the past 18 years, <a href=\"https://wordpressfoundation.org/donate/\">kindly consider donating to the WordPress Foundation</a>. Money raised by the WordPress Foundation will be used to ensure free access to <a href=\"http://wordpressfoundation.org/projects/\">supported software projects</a>, <a href=\"https://wordpressfoundation.org/trademark-policy/\">protect the WordPress trademark</a>, and fund various programs. In short – your donations will go a long way in helping the WordPress project. You can either <a href=\"https://wordpressfoundation.org/donate/\">make a one-time donation or choose to donate annually</a>. If you sign up for any one of the four annual subscription plans, you will be featured on our <a href=\"https://wordpressfoundation.org/donors/\">Donors page</a> &#8211; as a token of our gratitude for supporting education programs about WordPress and open source. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpressfoundation.org/donate/\">Donate</a></blockquote>\n</div>\n\n\n\n<p>WordPress would not exist without its team of global contributors that help build the software. The best way to give back to WordPress is to help us build it! You need not be a developer to give back to WordPress &#8211; some other ways to contribute to the project include <a href=\"https://make.wordpress.org/polyglots/\">translations</a>, <a href=\"https://make.wordpress.org/support/\">support</a>, <a href=\"https://make.wordpress.org/community/\">community</a>, <a href=\"https://make.wordpress.org/docs/\">documentation</a>, and <a href=\"https://make.wordpress.org/marketing/\">marketing</a>, to name a few. In other words &#8211; anyone and everyone can contribute to WordPress, and <a href=\"https://make.wordpress.org/\">we strongly encourage you to do so</a>!</p>\n\n\n\n<p>Thank you for your support of WordPress over the past 18 years. Your continued patronage will ensure that WordPress will keep going for the next 18 years and beyond!&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 10:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.org blog: WordPress at 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2021/05/wordpress-at-18/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1022:\"<p>Today marks the 18th anniversary of WordPress&#8217; launch, a day that I fondly refer to as WordPress&#8217; birthday, which means WordPress is 6,575 days old. To celebrate another turn around the sun, the <a href=\"https://wordpress.org/news/2008/05/birthday-party/\">community</a> has had <a href=\"https://wp15.wordpress.net/\">parties</a>, we have <a href=\"https://wordpress.org/news/2010/05/lucky-seven/\">shared data</a>, and we have <a href=\"https://wordpress.org/news/2013/05/ten-good-years/\">told our story</a>.</p>\n\n\n\n<p>Since our last birthday we developed our 40th release and now also support over 40% of the web. So it seems fitting that this year&#8217;s celebration should be a list of 40 milestones that have helped us get there.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/40-percent-of-web/\">WordPress and the Journey to 40% of the Web</a></blockquote>\n</div>\n\n\n\n<p>Grab a slice of cake or festive beverage and give it a scroll!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Joomla Blocks FLoC by Default, Drupal Moves to Block FLoC in Upcoming 9.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"https://wptavern.com/joomla-blocks-floc-by-default-drupal-moves-to-block-floc-in-upcoming-9-2-release?utm_source=rss&utm_medium=rss&utm_campaign=joomla-blocks-floc-by-default-drupal-moves-to-block-floc-in-upcoming-9-2-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7349:\"<p>Joomla has <a href=\"https://developer.joomla.org/news/855-joomla-and-floc.html?s=09\">announced</a> plans to block Google&rsquo;s Federated Learning of Cohorts (<a rel=\"noreferrer noopener\" href=\"https://github.com/WICG/floc\" target=\"_blank\">FLoC</a>) by default going forward. The <a href=\"https://www.joomla.org/announcements/release-news/5836-joomla-3-9-27.html\">3.9.2.7</a> security update, released yesterday, <a href=\"https://github.com/joomla/joomla-cms/pull/33212\">added a Permissions Policy header to disable FLoC</a>. Users can now find a new setting in Global configuration on the Site tab in the Site Settings area, where they can toggle FLoC on if desired. This change will also affect existing sites updated from older versions.</p>\n\n\n\n<p>The Joomla Developer Network blog outlined a few concerns contributors have about fingerprinting, the technology Google uses to gather information from a user&rsquo;s browser to create a unique, stable identifier. They also highlighted cross-content exposure as another concern: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The technology will share new personal data with trackers who can already identify users. For FLoC to be useful to advertisers, a user&rsquo;s cohort will necessarily reveal information about their behavior.<br />This means every site you visit will have a good idea about what kind of person you are on first contact, without having to do the work of tracking you across the web.<br />If you visit a site to buy a jumper they will have access to your cohort identifying number. This could also give them your political thinking or reveal that you are also in certain defined medical groups. There is nothing to stop these groups being backward engineered and your movement between the cohorts will reveal a lot about you over time.</p></blockquote>\n\n\n\n<p>A similar permissions policy header was <a href=\"https://www.drupal.org/node/3213197\">added to Drupal 9.2.0-beta1</a> on May 14, after a lengthy <a href=\"https://www.drupal.org/project/drupal/issues/3209628\">discussion</a> with overwhelming consensus to block FLoC. It  is expected to be part of Drupal core on June 16, 2021, when 9.2 is scheduled to be released.</p>\n\n\n\n<p>&ldquo;I&rsquo;d love to see this added to core and enabled by default,&rdquo; Drupal founder Dries Buytaert <a href=\"https://www.drupal.org/project/drupal/issues/3209628#comment-14077502\">commented</a> on the implementation discussion. &ldquo;We should provide an option/mechanism to disable it though.&rdquo; He said he has already added a Permissions-Policy header on his personal blog.</p>\n\n\n\n<p>Drupal makes disabling it a bit more of a hurdle than Joomla, as it requires setting <code>block_interest_cohort</code> to FALSE in the settings.php file.</p>\n\n\n\n<p>Although FLoC is still in the experimental stage, many other frameworks and tools have blocked it or are planning to block it.<strong> </strong>The&nbsp;<a href=\"https://chrome.google.com/webstore/detail/duckduckgo-privacy-essent/bkdgflcldnnnapblkhphbgpggdiikppg\">DuckDuckGo Chrome extension</a>&nbsp;has been reconfigured to block FLoC&rsquo;s tracking, in addition to DuckDuckGo Search opting users out. GitHub is also <a href=\"https://github.blog/changelog/2021-04-27-github-pages-permissions-policy-interest-cohort-header-added-to-all-pages-sites/\">blocking FLoC on GitHub Pages</a> and all sites served from the github.io domain.&nbsp;Although Chrome is the market leader by a wide margin, Google has not yet been able to sway any other major browsers to get on board. At this time, Microsoft Edge, Safari, and Firefox <a href=\"https://www.theverge.com/2021/4/16/22387492/google-floc-ad-tech-privacy-browsers-brave-vivaldi-edge-mozilla-chrome-safari\">do not plan to adopt FLoC</a>.</p>\n\n\n\n<p>&ldquo;It is disappointing to see Google, instead of taking the present opportunity to help design and build a user-first, privacy-first Web, proposing and immediately shipping in Chrome a set of smaller, ad-tech-conserving changes, which explicitly prioritize maintaining the structure of the Web advertising ecosystem as Google sees it,&rdquo; Brave CEO and co-founder Brendon Eich and senior privacy researcher Peter Snyder wrote in a&nbsp;statement on the company&rsquo;s <a href=\"https://brave.com/why-brave-disables-floc/\">blog</a>. &ldquo;The worst aspect of FLoC is that it materially harms user privacy, under the guise of being privacy-friendly.&rdquo;</p>\n\n\n\n<p>Brave has disabled FLoC and the company recommends that all sites do the same, advising that &ldquo;any new privacy-risking features on the web should be opt-in.&rdquo; The post concludes that FLoC will not be an improvement on current ad tech:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Overall, FLoC, along with many other elements of Google&rsquo;s &ldquo;Privacy Sandbox&rdquo; proposal, are a step backward from more fundamental, privacy-and-user focused changes the Web needs. Instead of deep change to enforce real privacy and to eliminate conflicts of interest, Google is proposing Titanic-level deckchair-shuffling that largely maintains the current, harmful, inefficient system the Web has evolved into, a system that has been disastrous for the Web, users and publishers.</p><p>What the Web desperately needs is radical change, one where &ldquo;would users want this?&rdquo; is the most important question asked for each new feature. Instead, FLoC and &ldquo;Privacy Sandbox&rdquo; ask &ldquo;how can we make this work for ad-tech, in a way that users will tolerate or not notice.&rdquo;</p></blockquote>\n\n\n\n<p>The open source Umbraco CMS is taking a more hands-off approach to the controversial issue. In response to <a href=\"https://github.com/umbraco/Umbraco-CMS/issues/10147\">a PR suggesting suggesting Umbraco block FLoC</a>, Umbraco project manager Sebastiaan Janssen said, &ldquo;We feel it&rsquo;s not our place or task to enforce this kind of blocking, we believe site implementers should be free to use whatever services they think make sense for their sites (as well as block them when they want).&rdquo;</p>\n\n\n\n<p>At this point in Google&rsquo;s Chrome&rsquo;s Origin Trial, Chrome representatives do not yet know how the FLoC API will be finalized for determining which pages will be included in FLoC calculations. WordPress has not yet made a determination about whether to block FLoC or leave it site owners to decide. Multiple <a href=\"https://wordpress.org/plugins/search/FLoC/\">FLoC blocking plugins</a> are already available to users who want to opt out now. After a lengthy and heated <a href=\"https://wptavern.com/floc-blocking-discussion-continues-on-wordpress-trac\">discussion</a> on a proposal to block FLoC by default, WordPress core leadership <a href=\"https://core.trac.wordpress.org/ticket/53069\">moved the conversation to Trac</a> where contributors are monitoring Google&rsquo;s experiment. </p>\n\n\n\n<p>The ticket has not yet received much feedback as WordPress is taking a more cautious approach that will depend on how Google decides to implement its FLoC API. Without the support of any major browsers, WordPress&rsquo; support or opposition may be critical to the success or failure of FLoC adoption on the web. Once more information from the FLoC trial becomes available, WordPress contributors will be in a better position to decide a course of action.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 02:25:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: FSE Outreach #7: Building a Portfolio in the Upcoming Template-Editing Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117293\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6494:\"<p class=\"has-drop-cap\">Feedback for <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">round #7 of the FSE Outreach Program</a> opened today. Like <a href=\"https://wptavern.com/fse-outreach-round-6-building-a-wordcamp-landing-page-via-the-template-editor\">round #6</a>, the focus is once again on template-editing mode, a feature that is slated to ship with WordPress 5.8. All hands need to be on deck for it to have a chance of a successful landing.</p>\n\n\n\n<p>I have been eager for this round of testing. FSE Outreach lead Anne McCarthy asked volunteers to follow a 16-step plan for building a portfolio template. Unlike the previous six tests, this one gives users more leeway, room to explore template editing.</p>\n\n\n\n<p>As usual, the base set of tools is the latest version of the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a> and the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a>.</p>\n\n\n\n<p>For my portfolio, I decided to approach it as a hypothetical photographer who wanted to drum up some new clients and show off his latest work. The following screenshot is the end result:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone is welcome to grab the HTML block code for this template. <a href=\"https://gist.github.com/justintadlock/89db71a9a08ba121dcd34dba17c91268\">I saved it as a GitHub Gist.</a> The image URLs are to my local machine, so you will need to update those if you decide to give it a spin.</p>\n\n\n\n<p>I had a lot of fun with this. And frustration. Some more fun. And&hellip;<em>you guessed it</em>&hellip;some more frustration.</p>\n\n\n\n<p>The editor and I got off to a rough start. After adding my Cover block, I wanted to add a Columns block inside. <strong><em>Error.</em></strong> The dreaded invalid block message. I switched over to the code view to see if there was anything odd. It was empty. After switching back to visual, the Columns block seemed to be working. I was able to inconsistently reproduce this issue in template-editing mode.</p>\n\n\n\n<p>I used a Columns block because it is the only way that I know how to create a left-aligned container covering 50% of its containing element. It is a bit of a hack, but you can set the block to one column and adjust its width to whatever size you need. Ideally, users would be able to do this with the Group block.</p>\n\n\n\n<p>It was the underpinning of my template header area. I went with the traditional hero/cover intro that spanned the width of the page.</p>\n\n\n\n<img />Header section of template using Cover block.\n\n\n\n<p>Adding a site logo and navigation is where I hit my second snag. The navigation worked fine, mostly. On mobile, the responsive menu overlay is partially covered by the WordPress toolbar on the front end. However, I already knew this. Responsive nav menus are a work in progress.</p>\n\n\n\n<p>I was unable to use the Site Logo block. Whenever I attempted to add it, it had a continual spinner icon that never went away. So, I opted for an Image block &mdash; you make do with the tools you got or the ones that are working.</p>\n\n\n\n<img />Second test of adding a site logo in different section.\n\n\n\n<p>The next section of template testing consisted of adding a Query pattern and customizing it. I have a love/hate relationship with queries in Gutenberg right now. The Query block itself works well. It has a solid balance between advanced usage and simplicity for the most part. I am amazed at what the development team has done over months upon months of iteration.</p>\n\n\n\n<p>The downfall is that the Query block is merely a wrapper. It is only as good as its weakest sub-block. Most of its nested blocks are for post-related data, and the weakest among them is Post Featured Image. It limits everything that can be truly fun about building queries. It does not even cover a basic sub-set of the Image, Cover, and Media &amp; Text options.</p>\n\n\n\n<p>It is frustrating because users and theme authors cannot build out their visions. I know it will get there someday. Today, we are limited to the basics without any themes offering highly customized Query patterns.</p>\n\n\n\n<p>It is tough to go wrong with a simple grid, so that is what I did.</p>\n\n\n\n<img />Grid-style portfolio layout (first image is out of line in editor)\n\n\n\n<p>I followed that section with two Columns blocks nested inside another Columns block for a testimonials group. Then, I wrapped it up with a basic footer, running into the same issue with uploading a site logo. The most prevalent problems in these sections were inconsistent spacing.</p>\n\n\n\n<p>Some of the limitations with these tests are not from the template editor in Gutenberg. Instead, they are from the TT1 Blocks theme. However, I suppose that depends on your philosophy about what the future of theme development should be. If most front-end styles should come from WordPress/Gutenberg, it is not a theme issue.</p>\n\n\n\n<p>Vertical alignment is inconsistent in the best of times. Liberal use of the Spacer block is not ideal in real-world projects to align blocks. It can be a handy tool when needed, but it should not be a crutch for correcting foundational issues. The block system adds a few potholes in the road, but a well-rounded and tested theme can mitigate most of these problems. And, TT1 Blocks just does not do this. It relies almost exclusively on the core block styles without swerving left or right when it needs to.</p>\n\n\n\n<p>The current padding controls for a few blocks like Group help with this. However, most users are not going to micromanage every pixel of every page on their sites. The same can be said for the margin controls when they become available. Again, both are useful and necessary tools, but users should not lean on them too heavily to correct design issues. In the long run, it will create more problems as site owners eventually swap themes.</p>\n\n\n\n<p>Mismatched output in the editor versus the front end can become a headache at times. This is a known issue and noted in the call for testing, so I won&rsquo;t harp on it.</p>\n\n\n\n<p>I enjoyed the process &mdash; <em>yes, I revel in both the fun and frustration</em>. Aside from everything that I think is broken, the overall system is <em>pretty dang sweet</em>. There are far more things that the development team has nailed down than there are that feel janky. However, calls for testing are all about finding the problems. I encourage all Tavern readers to join in and report your feedback.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2021 01:04:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"HeroPress: WordPress – The Source Of My Satisfaction And Joy – વર્ડપ્રેસ – સંતોષ અને આનંદ નો સાધન\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3609\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"https://heropress.com/essays/wordpress-the-source-of-my-satisfaction-and-joy/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-the-source-of-my-satisfaction-and-joy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23359:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2022/05/052621-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community has taught me that it\'s ok if I don\'t know everything. Nobody does.\" /><p><a href=\"https://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>My adventure with WordPress started back in the year 2017. Till then there were many ups and downs and I was clueless which field I will enter into. Right until the end of 2016, I was giving my exams to become a Chartered Accountant (CA) equivalent to CPA. I also love baking cakes and pastries. So, in the first half of 2017, I had started a small homegrown bakery for making donuts. It was interesting but it didn&#8217;t give me a sense of satisfaction. I also hosted some small exhibitions of fabrics and fashion apparels.</p>\n<blockquote><p>In short, I tried many different fields but I still wasn&#8217;t happy from within.</p></blockquote>\n<p>So, after giving up on CA (for which I spent a few years) and trying out hands on baking I still did not have the sense of satisfaction and wanted to do something that would give me an identity of myself and happiness. One casual day, my husband Dhruvin asked me to get involve with WordPress in some way or the other. But, I wasn&#8217;t sure whether I would get a place in the technical world or not. This was a completely different challenge for me.</p>\n<h3>Introduction to WordPress</h3>\n<p>After giving a serious thought I decided to get started with WordPress. I spent the initial 6-8 months exploring WordPress, learning the basics about the Web, making myself comfortable with it &amp; deciding if this is something I would love to work on or not. I then participated in WordCamp Mumbai 2018. That was one of the few WordCamps I have attended. This WordCamp gave me enough confidence that WordPress is the new sky for me where there is no limit.</p>\n<h3>Finding the perfect role in WordPress</h3>\n<p>Now, that I got familiar with WordPress, the next question for me was what kind of role or a job I would best fit into?</p>\n<p>I started interacting with a few people in WordCamp (which I miss very badly these days), I understood that I like interacting and engaging with people a lot. So, I thought that the Customer Support role would fit perfectly with my personality.</p>\n<p>Once I was convinced about this, I got an opportunity to work with <a href=\"https://www.tychesoftwares.com/\">Tyche Softwares</a>. They are a plugin development company focussing on niche WooCommerce plugins.</p>\n<blockquote><p>This was the first step of my professional journey in WordPress, something that I never imagined I would step into.</p></blockquote>\n<p>I started enjoying it more as I would gain immense satisfaction when I helped customers solve their problems.</p>\n<p>I also tried my hand at the Business Development and Analytics part. I used to analyze customer feedback. The analysis involves creating the processes to improve the customer satisfaction and looking at how to automate a certain task using the tools at our hand. These things help in taking some important decisions on companies&#8217; plugins with regards to new features.</p>\n<h3>About WordCamps</h3>\n<p>I love attending WordCamps. I began attending WordCamps in 2018 and my very first WordCamp was WC Mumbai 2018. Since then, I’ve been going to as many as would fit in my schedule every year. I learn something new at every WordCamp, we deepen existing relationships and start new ones.</p>\n<p>My first major Wordcamp was WCEU 2019 held in Berlin. It was a memorable one which will be in my mind for ages. I realized that it’s so much fun getting to meet people in real life whom you have only known on social media. WordCamps have also been a great chance for me to learn from others and collaborate on ideas surrounding WordPress.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/05/HeroPress-2.jpg\"><img /></a></p>\n<p>WordCamps have also been a great opportunity for me to travel and/or meet up with old friends, and make new ones. Of course, I also love the learning aspect of WordCamps. I look forward to learning new things and to speakers challenging my way of thinking, and seeing if there are ways I can improve my workflow or productivity or as a person.</p>\n<p>The WordPress community has taught me that it’s ok if I don’t know everything, nobody does. We are all good at certain things and that’s totally fine!</p>\n<p>The other memorable WordCamp for me was WordCamp Vadodara that happened in October 2019. I applied as a volunteer &amp; the organizing team was kind enough to give me that opportunity. That entire day, I was taking video bytes of the attendees, helping with registrations, and running around just trying to talk to as many people as I could. I barely got time for my lunch or time to spend time at the Tyche sponsors booth. Trust me, at the end of the day, I felt like I am just made for this! I enjoyed every bit of this experience.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/05/HeroPress-1.jpg\"><img /></a></p>\n<p>After volunteering a few more WordCamps, I applied to volunteer at the first-ever WordCamp Asia, which was to be held in Feb 2020 &amp; my application was accepted as well. Unfortunately, COVID-19 struck just at that time &amp; the event couldn’t take place.</p>\n<p>I am definitely looking forward to helping the community in all the ways I can.</p>\n<h3>What I do in my free time</h3>\n<p>I love traveling and meeting new people. The idea of travel, packing my bags and disappearing to someplace, lives inside my brain all the time.</p>\n<p>Whenever I meet someone for the first time or even encounter an old friend, I instantly want to talk about their own adventures.</p>\n<blockquote><p>As a kid I was always curious about the lifestyle of people living in the other part of the world.</p></blockquote>\n<p>Till date, I love exploring such things. I deeply believe travel makes you richer, not in your wallet, but in your intelligence and compassion.</p>\n<p>I also love dancing, cooking new dishes and spending time on social media. I love watching cartoons too ;)</p>\n<h3>Time to take a break</h3>\n<p>The year 2020 has been a year full of surprises. Virus, lockdowns, travel restrictions to many such things. Through all these things was a moment of joy for me and my family. I was going to be a mother :) I was really happy but deep inside I was also having a feeling that I would loose my career and will not stay updated with WordPress and I would need to start again with everything. But, I am glad nothing of that sort happened. I was able to keep up with the trends via Twitter and other channels.</p>\n<p>I really appreciate the support and the remote work policy of Tyche Softwares enabling me to work throughout my pregnancy. The policies at the organization have always been employee friendly.</p>\n<p>Dhruvin and I become proud <strong>parents</strong> in November 2020.</p>\n<p>I am enjoying this new phase of mine as much as I miss my involvement in the WordPress ecosystem.</p>\n<p>I had taken an indefinite break until I felt that I would be able to dedicate time. Now, I am planning to resume my professional career. I would be taking my career ahead with <a href=\"https://imaginate-solutions.com/\">Imaginate Solutions</a>. Imaginate Solutions is also plugin development company focusing on niche WooCommerce plugins.</p>\n<p>I am excited for the future ahead!</p>\n<h1 id=\"gujarati\">વર્ડપ્રેસ &#8211; સંતોષ અને આનંદ નો સાધન</h1>\n<p>વર્ડપ્રેસ સાથેનું મારું સફર વર્ષ 2017 માં શરૂ થયું. ત્યાં સુધી મારા જીવનમાં ઘણા ઉતાર-ચડાવ આવ્યા હતા અને હું કશું જાણતી ન હતી કે હું કયા ક્ષેત્રમાં પ્રવેશ કરીશ. 2016 ના અંત સુધી હું ચાર્ટર્ડ એકાઉન્ટન્ટ (CA) બનવા માટે મારી પરીક્ષા આપી રહી હતી. મને કેક અને પેસ્ટ્રી બેકિંગ નો પણ શોક છે. તેથી, 2017 ના ફર્સ્ટ હાફમાં, મેં ડોનટ્સ બનાવવા માટે એક નાની હોમ-બેકરી શરૂ કરી હતી. તે રસપ્રદ હતું, પરંતુ તે મને સંતોષ ની ભાવના આપતું ન હતું. મેં ફેબ્રિક્સ અને ફેશન એપેરલ ના એકઝીબીશન પણ હોસ્ટ કર્યા હતા.</p>\n<blockquote><p>ટૂંકમાં, મેં ઘણાં વિવિધ ક્ષેત્રો અજમાવ્યાં પરંતુ હું હજી પણ અંદરથી ખુશ નહોતી.</p></blockquote>\n<p>તેથી, CA (જે માટે મારા થોડા વર્ષો ગયા છે) છોડી દીધા પછી અને બેકિંગ પર પણ હાથ અજમાવ્યા પછી મને હજી પણ સંતોષની ભાવના નહોતી અને એવું કંઈક કરવા માંગતી હતી જે મને મારી ઓળખ પણ આપે અને આનંદ પણ આપે. એક કેઝ્યુઅલ દિવસે, મારા પતિ ધ્રુવિન એ મને વર્ડપ્રેસમાં ઇન્વોલ્વ થવાનું સજેસ્ટ કર્યું. પરંતુ, મને ખાતરી નહોતી કે મને તકનીકી વિશ્વમાં સ્થાન મળશે કે નહીં. મારા માટે આ એક સંપૂર્ણપણે અલગ પડકાર હતું.</p>\n<h3>વર્ડપ્રેસ સાથે મારો પરિચય</h3>\n<p>થોડું ગંભીરતા થી વિચાર કર્યા પછી મેં વર્ડપ્રેસ શું છે એ જોવાનું પ્રારંભ કર્યું. મેં પ્રારંભિક 6-8 મહિના વર્ડપ્રેસની શોધખોળમાં, વેબ વિશેની મૂળભૂત બાબતોને જોવામાં, મારી જાતને તેનાથી comfortable બનાવવામાં ગાળ્યા. મારે એ નક્કી કરવાનું હતું કે આ કામ કરવામાં મને રસ છે ક નહિ. મેં વર્ડકેમ્પ મુંબઈ 2018 માં પણ ભાગ લીધો હતો.આ વર્ડકેમ્પે મને પૂરતો વિશ્વાસ આપ્યો કે વર્ડપ્રેસ મારા માટે નવું આકાશ છે જ્યાં કોઈ મર્યાદા નથી.</p>\n<h3>વર્ડપ્રેસમાં યોગ્ય ભૂમિકા શોધવી</h3>\n<p>હવે, જ્યારે હું વર્ડપ્રેસથી પરિચિત થઈ ગઈ ત્યારે મારો આગળનો પ્રશ્ન એ હતો કે હું કયા પ્રકારની ભૂમિકા અથવા નોકરીમાં શ્રેષ્ઠ રીતે ફિટ થઈ શકું?</p>\n<p>મેં વર્ડકેમ્પમાં થોડા લોકો સાથે વાતચીત કરવાનું શરૂ કર્યું (જે હું આ દિવસોમાં ખૂબ જ યાદ કરું છું). એ વાતચીત થી હું સમજી ગઈ કે મને લોકો સાથે વાર્તાલાપ કરવાનું અને વ્યસ્ત રહેવું ગમે છે. તેથી, મેં વિચાર્યું કે કસ્ટમર સપોર્ટ રોલ મારા વ્યક્તિત્વમાં સંપૂર્ણ રીતે ફિટ થશે.</p>\n<p>એકવાર મને આ વિશે ખાતરી થઈ ગઈ પછી, મને Tyche Softwares સાથે કામ કરવાની તક મળી. તેઓ વિશિષ્ટ WooCommerce plugin પર ધ્યાન કેન્દ્રિત કરતી એક plugin કંપની છે.</p>\n<blockquote><p>આ વર્ડપ્રેસમાં મારી વ્યાવસાયિક મુસાફરીનું પહેલું પગલું હતું, જેની કલ્પના મેં ક્યારેય કરી નહોતી.</p></blockquote>\n<p>મેં જ્યારે ગ્રાહકોને તેમની સમસ્યાનો હલ કરવામાં મદદ કરી ત્યારે મને ખૂબ સંતોષ અને આનંદ નો અનુભવ થયો.</p>\n<p>મેં બિઝનેસ ડેવલપમેન્ટ અને એનાલિટિક્સ પર પણ હાથ અજમાવ્યો છે. હું કસ્ટમર ફીડબેક નું એનાલીસીસ કરતી હતી. કસ્ટમર ને વધુ સંતોષ મળે એના માટે જે સુધારો લાવવાની જરૂર હોય અને જે કાર્ય માં ઓટોમેશન લાવી શકાય એ બધાનું એનાલીસીસ કરતી હતી. આ એનાલીસીસે કંપનીના ઘણા મહત્વપૂર્ણ નિર્ણયો લેવામાં મદદ કરી છે.</p>\n<h3>વર્ડકેમ્પ્સ વિશે માહિતી</h3>\n<p>મને વર્ડકેમ્પ્સમાં ભાગ લેવાનું ખુબ જ પસંદ છે. મેં 2018 માં વર્ડકેમ્પ્સમાં ભાગ લેવાનું શરૂ કર્યું અને મારો પ્રથમ વર્ડકેમ્પ WC મુંબઇ હતો. ત્યાર પછી, હું દર વર્ષે મારા સમયપત્રકમાં ફિટ થાય તેટલા વર્ડકેમ્પ્સમાં ભાગ લવ છું. હું દરેક વર્ડકેમ્પ માં કંઇક નવું શીખું છું. વર્ડકેમ્પ્સ જુના સંબંધોને વધુ ઘાડા બનાવે છે અને નવા સંબંધોની શરૂઆત કરવામાં મદદ કરે છે.</p>\n<p>મારી પ્રથમ મુખ્ય વર્ડકેમ્પ બર્લિનમાં યોજાયેલી WCEU 2019 હતી. તે યાદો મારા મગજમાં યુગો સુધી રહેશે. મને સમજાયું કે વાસ્તવિક જીવનમાં એવા લોકોને મળવાનું ખૂબ જ આનંદની છે, જેને તમે ફક્ત સોશિયલ મીડિયા પર જાણતા હતા. વર્ડકેમ્પ મારા માટે અન્ય લોકો પાસેથી શીખવાની એક શ્રેષ્ઠ તક છે.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/05/HeroPress-2.jpg\"><img /></a></p>\n<p>વર્ડપ્રેસ community મને શીખવ્યું છે કે બધાને બધું ના આવડે. એટલે કોઈ વસ્તુ જો મને નથી ખબર તો તે ઠીક છે. એમાં સંકોચ અનુભવ કરવાની જરૂર નથી. બધા અલગ અલગ વસ્તુ માં માહિર હોય છે અને તે ઠીક છે!</p>\n<p>મારા માટે બીજું યાદગાર વર્ડકેમ્પ હતું WC Vadodara જે October 2019 માં થયું હતું. મેં એક Volunteer તરીકે અરજી કરી હતી અને મને આયોજક ટીમે તે તક આપી હતી. તે આખો દિવસ, હું ઉપસ્થિત લોકોના વિડિઓ બાઇટ્સ લઈ રહી હતી, રજીસ્ટ્રેશન માં મદદ કરી રહી હતી અને શક્ય તેટલા લોકો સાથે વાત કરવાનો પ્રયાસ કરી રહી હતી. Tyche સ્પોન્સર્સ બૂથ અને મારા બપોરના ભોજન માટેનો પણ સમય મે જેમ તેમ નીકળ્યો હતો. એ દિવસે મને લાગ્યું કે હું આજ કામ માટે બની છું! મેં આ દરેક અનુભવનો આનંદ માણ્યો.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2022/05/HeroPress-1.jpg\"><img /></a></p>\n<p>થોડા વધુ વર્ડકેમ્પ્સમાં મેં volunteering કરી પછી, મેં Asia ની પહેલી વર્ડકેમ્પ્ WC Asia માં પણ Volunteer ની અરજી કરી, જે ફેબ્રુઆરી 2020 માં યોજાવાની હતી અને મારી અરજી પણ સ્વીકારી લેવામાં આવી. દુર્ભાગ્યે, COVID-19 ત્રાટક્યું અને ઇવેન્ટ થઈ શકી નહીં.</p>\n<p>હું community ને જે રીતે કરી શકું તે બધી રીતે મદદ કરવા માટે ચોક્કસપણે રાહ જોઈ રહી છું.</p>\n<h3>મારા ફ્રી ટાઈમમાં હું શું કરું છું</h3>\n<p>હું મુસાફરી અને નવા લોકોને મળવાનું પસંદ કરું છું. મુસાફરી નો વિચાર અને મારી બેગ પેક કરી ક્યાંક અદ્રશ્ય થઈ જવું એવો જ વિચાર મગજની અંદર આખો સમય રહે છે.</p>\n<p>જ્યારે પણ હું કોઈને પ્રથમ વખત મળું છું અથવા કોઈ જૂના મિત્રને મળું છું, ત્યારે હું તરત જ તેમણે પોતાના adventure વિશે વાત કરું છું.</p>\n<blockquote><p>એક બાળક તરીકે હું હંમેશાં વિશ્વના બીજા ભાગમાં રહેતા લોકોની જીવનશૈલી વિશે ઉત્સુક હતી.</p></blockquote>\n<p>આજની તારીખમાં પણ મને આવી વસ્તુઓનું અન્વેષણ કરવું ગમે છે. હું માનું છું કે મુસાફરી તમને તમારા wallet માં નહીં, પણ તમારી બુદ્ધિ અને કરુણામાં સમૃદ્ધ બનાવે છે.</p>\n<p>મને નૃત્ય કરવું, નવી વાનગીઓ રાંધવી અને સોશિયલ મીડિયા પર સમય વિતાવવાનું પણ ગમે છે. મને કાર્ટૂન જોવાનું પણ ગમે છે;)</p>\n<h3>બ્રેક લેવાનો સમય</h3>\n<p>વર્ષ ૨૦૨૦ સૌ માટે આશ્ચર્યથી ભર્યું વર્ષ રહ્યું. જેમ કે વાયરસ, મુસાફરી માં લોકડાઉન અને ઘણી બીજી એવી બાબતો. આ બધી મુશ્કેલી વચ્ચે મારા અને મારા પરિવાર માટે એક આનંદ ની વાત હતી. હું માતા બનવા જઈ રહી હતી :) હું ખરેખર ખુબ જ ખુશ હતી પણ અંદરથી મને એક વાત સતાવતી હતી. મને એમ થઈ રહ્યું હતું કે હું મારી કારકિર્દી ગુમાવી દઈશ અને વર્ડપ્રેસ સાથે અપડેટેડ નહીં રહી શકું અને મારે બધું ફરી શરૂ કરવું પડશે. પરંતુ, મને આનંદ છે કે આ પ્રકારનું કંઈ થયું નથી. હું Twitter અને અન્ય ચેનલો દ્વારા trend સાથે updated રહી સાકી છું.</p>\n<p>હું ખરેખર Tyche Softwares ની રિમોટ policy ની પ્રશંસા કરવા માંગુ છું. જેની મદદ થી મે pregnancy ના ૯ મહિના કામ કરી શક્યું. Tyche ની નીતિઓ હંમેશાં employee friendly રહી છે.</p>\n<p>ધ્રુવિન અને હું નવેમ્બર 2020 માં ગૌરવપૂર્ણ માતા પિતા બન્યા. હું જેટલી આ મારા નવા તબક્કાની મજા માણી રહી છું, એટલી જ હું વર્ડપ્રેસ ઇકોસિસ્ટમમાં મારુ સ્થાન miss કરી રહી chu.</p>\n<p>જ્યાં સુધી મને લાગતું નતું કે હું યોગ્ય સમય સમર્પિત કરી શકીશ ત્યાં સુધી મેં અનિશ્ચિત વિરામ લીધો હતો. હવે, હું મારી વ્યવસાયિક કારકિર્દી ફરી શરૂ કરવાની યોજના બનાવી રહી છું. હું મારી કારકિર્દીને Imaginate Solutions સાથે આગળ લઈ જઈશ. Imaginate Solutions પણ વિશિષ્ટ WooCommerce plugin બનાવનાર plugin કંપની છે.</p>\n<p>હું મારા આગળના ભવિષ્ય માટે ઉત્સાહિત છું!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-the-source-of-my-satisfaction-and-joy/\">WordPress &#8211; The Source Of My Satisfaction And Joy &#8211; વર્ડપ્રેસ &#8211; સંતોષ અને આનંદ નો સાધન</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 May 2021 13:38:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dhara Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.org blog: Coloring Your Images With Duotone Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4380:\"<p><em>Created by <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a></em></p>\n\n\n\n<p>Beginning with WordPress 5.8, you can colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images to integrate well with your themes.</p>\n\n\n\n<h2>Filters? Like on Instagram?</h2>\n\n\n\n<p>Duotone doesn’t work in quite the same way as Instagram filters. Whereas Instagram filters do color adjustments (color levels/curves and sometimes a vignette for the photo editors among us), the new duotone filters entirely replace the colors of your images.</p>\n\n\n\n<div class=\"juxtapose\"><img id=\"10350\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/05/image7.png?resize=632%2C622&ssl=1\" alt=\"\" width=\"632\" height=\"622\" class=\"image-compare__image-before\" /><img id=\"10351\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/05/image4.png?resize=632%2C621&ssl=1\" alt=\"\" width=\"632\" height=\"621\" class=\"image-compare__image-after\" /></div>Photo by <a href=\"https://www.pexels.com/photo/grey-cat-close-up-photography-2524164/\">Charles Pragnell</a>.<br />\n\n\n\n<p>You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights.</p>\n\n\n\n<p>For example, a grayscale filter can be created by selecting black and white as shadow/highlight colors, and a sepia filter by choosing brown and tan.</p>\n\n\n\n<img width=\"632\" height=\"622\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image6.png?resize=632%2C622&ssl=1\" alt=\"\" class=\"wp-image-10352\" />\n\n\n\n<p>Analogous colors can add a subtle effect and work well for cover backgrounds where the overlaid text still needs to stand out.</p>\n\n\n\n<img width=\"632\" height=\"622\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/05/image1.png?resize=632%2C622&ssl=1\" alt=\"\" class=\"wp-image-10353\" />\n\n\n\n<p>Much more vibrant and interesting effects can be made with complementary colors.</p>\n\n\n\n<img width=\"632\" height=\"622\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/05/image2.png?resize=632%2C622&ssl=1\" alt=\"\" class=\"wp-image-10354\" />\n\n\n\n<h2>How Do I Add Duotone Filter?</h2>\n\n\n\n<p>The duotone effect works best on high-contrast images, so start with an image with a lot of large dark and light areas. From the block toolbar, use the filter button and choose a preset:</p>\n\n\n\n\n\n\n\n<p>You can also choose colors from your theme’s palette, or a custom color of your choice.</p>\n\n\n\n<p>In addition to the image block, duotone can be applied to both images and video in the cover block.</p>\n\n\n\n\n\n\n\n<h2>Will This Overwrite Images in My Media Library?</h2>\n\n\n\n<p>Images and videos in your media library will remain unchanged. The duotone effect works using <a href=\"https://www.w3.org/TR/SVG11/filters.html\">SVG filters</a> and the <a href=\"https://www.w3.org/TR/filter-effects-1/\">CSS filter property</a>, so the image or video is never modified in your library. On the one hand, this means that you can apply a filter to an image that you link to that doesn’t exist in your media library. On the other hand, this means that the filter won’t show up in RSS feeds or places that use the image URL directly.</p>\n\n\n\n<h2>Can I Add Duotone Colors to Blocks or Themes That I Develop?</h2>\n\n\n\n<p>The API for adding duotone colors to blocks is experimental in Gutenberg v10.6. Still, the documentation for using it in your own blocks can be found and will be updated under <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/#color\">Supports Color</a> in the Block Editor Handbook. Themes can add duotone presets with theme.json. More information can be found under <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/#presets\">Global Settings &amp; Styles Presets</a> in the Block Editor Handbook.</p>\n\n\n\n<h2>Try it Out Now Using the Gutenberg plugin</h2>\n\n\n\n<p>The duotone feature was released in version 10.6 of the Gutenberg plugin, so you can try it out now prior to the WordPress 5.8 release in July.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/joen/\">@joen</a> and <em><em><a href=\"https://profiles.wordpress.org/mkaz/\">@mkaz</a></em></em></em> <em>for assistance writing and reviewing this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 May 2021 12:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: The Price of Admission: WordPress Users Get To Hold Creators Accountable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/the-price-of-admission-wordpress-users-get-to-hold-creators-accountable?utm_source=rss&utm_medium=rss&utm_campaign=the-price-of-admission-wordpress-users-get-to-hold-creators-accountable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4479:\"<p class=\"has-drop-cap\">When I reported on the <a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system\">WP User Avatar plugin&rsquo;s rebranding and repurposing</a> last week, it came as no surprise that users were angry. However, I did not expect pushback against those user complaints from a subset of commentators and others in the community.</p>\n\n\n\n<p>There were a few points, each boiled down to the argument that free plugin users have a sense of entitlement.</p>\n\n\n\n<p>These points focused either on the concept of plugin authors needing to make a living or <a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system#comment-378312\">the GPL</a>, a license that offers no warranty on the code the user receives. Both of these arguments led the conversation astray at times. The focus of the user complaints was not on upsells or about code they grabbed from the wild. No, the backlash was about logging into their websites and finding things had changed with no warning. It was about a plugin installed from an official, presumably trustworthy, source being replaced with a different plugin.</p>\n\n\n\n<p>What I see is not a group of people complaining about an advert. What I see is not a long list of users disliking feature changes.</p>\n\n\n\n<p>The issue of maintaining free plugins and user entitlement was never the point.</p>\n\n\n\n<p>Even David Bisset of Post Status <a href=\"https://poststatus.com/what-we-can-learn-from-the-profilepress-debacle/\">followed that rabbit down the hole</a>. There are good points to be made on free plugin development being a labor of love &mdash; and sometimes just a headache from a support perspective &ndash;, but this conversation was never about a commercial upsell. It was about the ethics of wholesale swapping the codebase of one plugin with a different one.</p>\n\n\n\n<p><em>Will some users complain about a new advert in a plugin?</em> Undoubtedly.</p>\n\n\n\n<p><em>Will nearly 200 users leave one-star reviews in that case?</em> Unlikely.</p>\n\n\n\n<p>Many users have a sense of entitlement. They grab a free theme or plugin and expect developers to answer their every whim. I would argue that it is a small percentage of total users based on personal experience, but that vocal minority can give the whole group a bad rep. They can be a drag on a developer&rsquo;s motivation to continue with a project.</p>\n\n\n\n<p>I get it. I have been doing this whole free software thing for nearly as long as WordPress has been around. It is easy to feel underappreciated for work that you pass on to the community. And, if you have no benefactor funding all of this free work, you must find some means of putting food on the table.</p>\n\n\n\n<p>Users of free software are not owed free customizations. They are not owed free technical support. They are not even owed a promise that a developer will not swap in a new codebase that does something different. They are owed nothing.</p>\n\n\n\n<p>However, the price of admission for playing in this market, regardless of whether it is free or commercial software, is that every plugin&rsquo;s success or failure rests in the hands of those who use it.</p>\n\n\n\n<p>Maybe we, those of us who build free plugins, do not owe users anything. But, we have a responsibility to be trustworthy stewards of our sub-communities in the WordPress ecosystem. We have a responsibility to behave ethically, rightness and wrongness as defined by our users.</p>\n\n\n\n<p>Whether it is commercial or free software, the goal is to have users &mdash; <em>is it really software if no one is using it?</em> They are the lifeblood of every project. Ultimately, developers who want people to use their code must answer to those who would.</p>\n\n\n\n<p>On the flip-side, developers are not owed glowing reviews on their projects. Users have a right to complain, even about a plugin that they acquired for free. It is not about them wanting special privileges or treatment. It never was.  If you treat them fairly, do right by them, and communicate, you can build a living and breathing community around your software.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Please send virtual hugs to developers who are building the plugins and themes you use. They are a vital part of WordPress&rsquo;s success. Five-star ratings and donations never hurt either.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 May 2021 00:35:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: My Codeless Website App Detects Site Builder Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/my-codeless-website-app-detects-site-builder-tools?utm_source=rss&utm_medium=rss&utm_campaign=my-codeless-website-app-detects-site-builder-tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3010:\"<p><a href=\"https://mycodelesswebsite.com/\">My Codeless Website</a> is a new tool that detects if a site was built using a website builder. The app can detect more than 50 different tools that people use to create sites, including WordPress-powered ones like Beaver Builder, Elementor, and Divi, as well as Drupal, Squarespace, Shopify, Wix, and others. It was built using PHP and an AJAX call to fetch the website builder. The app&rsquo;s detection capabilities extend to site builder tools that represent more than 2 billion websites, as measured by <a href=\"http://builtwith.com/\">Built With</a>. </p>\n\n\n\n<p>After speaking with the app&rsquo;s creators, who are based in Utrecht, I encouraged them to add Gutenberg to the list. The site is designed to be used by people who spot a cool website and want to quickly see what tool was used to build it.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>One place to find inspiring WordPress sites is the Websites category of the Webby Awards for 2021. In the Government &amp; Civil Innovation category, <a href=\"https://www.whitehouse.gov/\">WhiteHouse.gov</a> won with its Gutenberg-powered site. The <a href=\"http://covid19.tn.gov/\">State of Tennessee COVID-19 Dashboard</a>, another WordPress site nominated in the category, also used the block editor for its builder. Checking back through the <a href=\"https://wptavern.com/a-wordpress-voting-guide-to-the-webby-awards\">WordPress-powered nominees and winners</a>, nearly every one has a site that was built using Gutenberg. I did not find one page builder among them. This seems to indicate that most of the sites recognized with Webby awards for excellence on the web are building their designs on top of the block editor.</p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p>In 2014, we featured a service called <a rel=\"noreferrer noopener\" href=\"http://whattheme.com/\" target=\"_blank\">What Theme</a>&nbsp;that detects WordPress, Ghost, Drupal, and Shopify templates. It was later moved to be maintained by <a href=\"https://www.codeinwp.com/find-out-what-wordpress-theme-is-that/\">CodeinWP</a>. At that time, the main thrust of a design came through a site&rsquo;s theme and its options. Over the past seven years, plugins have played an increasingly more important role in how WordPress users create their website designs, whether it&rsquo;s page builders or block libraries. Simply checking for a theme will no longer give you the full picture. </p>\n\n\n\n<p><a href=\"https://mycodelesswebsite.com/\">My Codeless Website</a> is a handy tool worth bookmarking that enables you to check through a list of sites quickly to see what site builders they are using. It&rsquo;s meant to appeal to entrepreneurs who need to take their businesses online so the rest of the site is geared towards client services. It would be valuable if this tool or another new tool could expand to detect the block plugins and libraries that a site is using so that visitors could get even more information on the website they find inspiring. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 May 2021 04:56:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Bricks: Laying Down a Foundation in the WordPress Page Builder Market\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/bricks-laying-down-a-foundation-in-the-wordpress-page-builder-market?utm_source=rss&utm_medium=rss&utm_campaign=bricks-laying-down-a-foundation-in-the-wordpress-page-builder-market\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7318:\"<p class=\"has-drop-cap\">In a mature and ever-growing market of WordPress page builders, Thomas Ehrig decided to bring a new product to the ecosystem. Joined by Luis Godinho, the initial team launched <a href=\"https://bricksbuilder.io/\">Bricks</a> in March. Unlike most other builder plugins, the project is bundled as a theme.</p>\n\n\n\n<p>As a small, 100% bootstrapped company, the team decided against going the freemium route. Pricing currently starts at $59 for a lifetime license, but that could change as the business model evolves. Potential customers are encouraged to test the product out via the open <a href=\"https://try.bricksbuilder.io/\">playground demo site</a>.</p>\n\n\n\n<img />Creating a restaurant menu via the Bricks demo site.\n\n\n\n<p>&ldquo;Bricks aims to provide an all-in-one site-building platform that empowers you to create beautiful, fully-fledged, and responsive sites that rank,&rdquo; said Ehrig. &ldquo;Without having to buy and rely on dozens of expensive and disjointed plugins.&rdquo;</p>\n\n\n\n<p>One of the problems that the team wanted to avoid was end-users trying to find a Bricks-compatible theme. Instead of offering a default or placeholder, Bricks serves as an all-in-one bundle.</p>\n\n\n\n<p>The difference between a theme and a plugin is mostly a semantic one in WordPress. Aside from a few small things, a theme can do anything a plugin can do and vice versa.</p>\n\n\n\n<p>&ldquo;The main advantage I see providing it as a plugin is from a marketing perspective,&rdquo; said Ehrig. &ldquo;Elementor has done a fantastic job in this department. As you can see on the many free and premium themes that it comes bundled with. This greatly helped boost its exposure in the early days.&rdquo;</p>\n\n\n\n<p>Aside from a few users trying to install it as a plugin, he said the team has been happy serving Bricks as a theme.</p>\n\n\n\n<p>He described the builder as a &ldquo;theme that aims to tame the plugin madness.&rdquo; The focus is on customization, design, and performance, but the development process is user-driven. All of this is done in the open via the <a href=\"https://bricksbuilder.io/ideas/\">project&rsquo;s idea board</a>, forum, and Facebook group. Users can submit feature requests, which others can vote and comment on. The team builds its <a href=\"https://bricksbuilder.io/roadmap/\">development roadmap</a> from this foundation.</p>\n\n\n\n<p>Voting systems like this often work well in a project&rsquo;s early history. However, they can become unruly as audiences grow. We will have to check in with Bricks a year or two down the road to see how their feedback system has evolved.</p>\n\n\n\n<p>&ldquo;We don&rsquo;t build in secret,&rdquo; said Ehrig. &ldquo;Our public roadmap makes sure everyone knows at all times what to expect and what&rsquo;s next. It also keeps us accountable. If you are not only looking for a beautiful builder that is fun to work with, but where you have an actual say about its development, I think you should take Bricks for a spin.&rdquo;</p>\n\n\n\n<p>Bricks is bringing in its third team member to develop predesigned templates. However, they are already looking to <a href=\"https://bricksbuilder.io/contact/\">grow the team more</a>. Their current need is for a Vue.js and WordPress developer.</p>\n\n\n\n<h2>Building in an Established Market</h2>\n\n\n\n<img />Slider element in the Bricks builder.\n\n\n\n<p class=\"has-drop-cap\">Elementor has become the <em>de facto</em> standard for third-party page builders. Others have made dents, and WordPress is <a href=\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8\">launching several sub-components</a> of its Full Site Editing experience in version 5.8. It is getting crowded, but Ehrig believes there is plenty of seats left at the table.</p>\n\n\n\n<p>&ldquo;The WordPress builder market is well established,&rdquo; he said. &ldquo;This actually gave me the confidence to start this project in the first place. It&rsquo;s been heavily validated, and it&rsquo;s not going away anytime soon.&rdquo;</p>\n\n\n\n<p>Not wanting to launch a half-baked builder, he said the team forwent a deadline for their version 1.0. They wanted to create an MVP with all the essentials and hit the ground running. Based on the initial feedback in the past couple of months, he said it is clear there is still space in the market.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Personally, I think there is always going to be space. After all, we are talking about tens of millions of WordPress sites that need to be launched, re-built, managed, and constantly optimized. It&rsquo;s also not a winner-takes-all market, which is nice.</p><p>Your users&rsquo; trust and loyalty have to be earned every single day. If not, many move on to a different solution. As the web design and development landscape evolves, so has your product.</p><p>All those moving pieces ensure that no single player can rest on his/her laurels for long. Meaning there are always going to be opportunities if you take the time to look out and execute on them.</p></blockquote>\n\n\n\n<p>While the builder is somewhat of a competitor against the core platform it is built upon, it works alongside WordPress. Users can convert their block-built pages into Bricks data. This data conversion works the other way around too.</p>\n\n\n\n<p>&ldquo;So there is no lock-in effect,&rdquo; said Ehrig of the feature, which his team made available from Day 1. &ldquo;Which I think is really important. If someone decides to move away from Bricks, we don&rsquo;t want him/her to be tied to our platform.&rdquo;</p>\n\n\n\n<p>The team is also exploring the concept of creating blocks visually within Bricks. The goal is to enable more integration between the two, but they must wait to see how Full Site Editing evolves in the coming months to know what that might look like.</p>\n\n\n\n<h2>Version 1.2 and Beyond</h2>\n\n\n\n<img />Inserting a Container element from the sidebar.\n\n\n\n<p class=\"has-drop-cap\">Last week, the Bricks team launched <a href=\"https://bricksbuilder.io/changelog/#v1.2\">version 1.2</a> of its builder. It is touting its new &ldquo;Container&rdquo; element, which is essentially a box to put other items in. Users can control its display settings, and it already supports flex layouts, which many designers will welcome. Grid layouts are forthcoming, according to Ehrig.</p>\n\n\n\n<p>&ldquo;After that, I am currently very excited about the upcoming visual WooCommerce builder,&rdquo; he said. &ldquo;It&rsquo;s a very challenging integration to get right. Not just code-wise, but also from a UI/UX perspective.&rdquo;</p>\n\n\n\n<p>Of the several things he thinks the team has gotten right, he mentions data integration with popular plugins like Advanced Custom Fields, Meta Box, Pods, and CMB2. He also said the version-1.0 features like global theme styles, responsive editing modes, and color palettes were things the team nailed down.</p>\n\n\n\n<p>&ldquo;But the one thing we are most proud of is not even a feature and something no one has really any control over,&rdquo; said Ehrig. &ldquo;And that&rsquo;s the community that has formed around Bricks and its cause.&rdquo;</p>\n\n\n\n<p>In two months, its Facebook community has grown to 2,000+ members. &ldquo;Very active, positive, and helpful,&rdquo; he said. &ldquo;You can&rsquo;t put a price tag on that.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 May 2021 23:36:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress.org blog: WP Briefing: Episode 9: The Cartography of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2021/05/episode-9-the-cartography-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12609:\"<p>In this episode, Josepha Haden Chomphosy provides a map of how to navigate WordPress teams and communication channels, along with her small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.meetup.com/pro/wordpress/\">https://www.meetup.com/pro/wordpress/</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/\" target=\"_blank\">https://make.wordpress.org/</a></li><li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/chat/\" target=\"_blank\">https://chat.wordpress.org/</a></li><li><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a> Slack</li><li><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a>, June 7-9</li><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a>, June 20-26</li><li>The Sixth<a href=\"https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/\"> call for testing</a> on Template Editing&nbsp;</li><li>The <a href=\"https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/\">upcoming drop of Internet Explorer 11 support</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10373\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Almost every episode of this podcast, you can hear me invite you to join in the WordPress project, to contribute back, to get involved. And I&#8217;m sure that every time I say that there&#8217;s at least one of you who&#8217;s like “Yes. Challenge accepted!” And you wade in sight unseen, to immerse yourselves in the cheerful cacophony of open source at scale that is WordPress. You see before you all 158 ways you can start contributing and you are exhilarated by this lostness. This you think, is the lostness of infinite possibility. And for you, I&#8217;m really thankful. My work here today would not be possible if it weren&#8217;t for the brave souls who leap into something with hope as their primary plan and tactic. You are heroes, and I thank you very much for your service. For everyone else, I&#8217;m going to give you a quick tour of where WordPress collaborates and a little bit of how they collaborate. We&#8217;ll cover the Make network, the Making WordPress Slack, events for WordPress, and a rundown of the teams.&nbsp;</p>\n\n\n\n<p>First, the Make network. The Make network of sites can be found at make.wordpress.org. That page includes information on most of our teams. Teams like Core and Design and Community. All of those teams require some technical skills since we&#8217;re a project built around a piece of software. However, some require a little more than others. You can think of this set of sites as the desk of each team in the WordPress project. It&#8217;s where they update each other, where they host discussions, where they refine proposals, and where they coordinate admin tasks. Contributors can write posts on most sites in the network as long as they follow the guidelines and best practices. And anyone with a wordpress.org profile can join in discussions in the comments. Most work on the Make network is asynchronous, and discussions stay open for a long enough time to allow anyone in the world to weigh in when they have the time. It&#8217;s how we try to remember that we are a globally-minded project.&nbsp;</p>\n\n\n\n<p>The second area is the Making WordPress Slack instance. The Making WordPress Slack instance can be found at wordpress.slack.com, and it requires an account that is associated with your wordpress.org profile. Each team in the project has a channel, although not all channels in that Slack instance, represent a standalone team. You can think of this Slack instance as a set of conference rooms. It&#8217;s where contributors connect, gain a more nuanced understanding of problems that we&#8217;re trying to solve. They host synchronous meetings and also coordinate working groups.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:31</p>\n\n\n\n<p>Contributors can post in most channels, although there are a few that are restricted. We don&#8217;t have any social channels in this Slack instance, but most WordPress-ers do tend to find friends that they connect with. The work done here is synchronous, and most meetings last about an hour. There are about 35+ meetings a week, so you can basically always find someone around.&nbsp;</p>\n\n\n\n<p>The last area we work is actually at WordPress events. Word Camps and WordPress meetups happen all over the world. Unless there&#8217;s a global pandemic, then they&#8217;re kind of all over the computer and at all times of day and night. You can keep track of those on wordcamp.org or on WordPress’s meetup page, which I&#8217;ve linked in the notes below. These events bring together all sorts of facets of the WordPress project. And they are an event where local WordPress communities aim to connect, inspire and educate each other. There&#8217;s always someone at these events, who knows a little bit more about WordPress than you do. If you&#8217;re headed to want to learn more about contribution, look out for any that have a contributor day or are hosting a contribution drive. These are clearly synchronous events. And when we do get back to doing them in person, they&#8217;re also tied to physical locations. When we get back to them, I encourage you to find one that&#8217;s close to you. They are incredibly valuable.&nbsp;</p>\n\n\n\n<p>Okay, so that&#8217;s the map of the area. Those are the three big places where we get this stuff done. Let&#8217;s do a quick map of the teams themselves. If you&#8217;re a developer and you&#8217;re looking to work inside the technology space, work with code a bit, then your best chances for teams are Core and all of its related components. They&#8217;re like 50 components, including core editor and various other things. There&#8217;s also the Mobile team WP CLI, the Tide team, Security, our brand new team, Openverse, and Meta. Those all take a fairly high amount of code knowledge to contribute there.&nbsp;</p>\n\n\n\n<p>If you&#8217;re more into design and product work, then we have a few teams for that as well. There&#8217;s of course, the Design team, but we also have Accessibility, Test, Triage, Polyglots kind of falls in there for me. But if you are a programs person, and we&#8217;re talking like programs, getting people together programs, not programs, as in programming or code. So if you&#8217;re a programs person, you&#8217;re looking more at the Community team, at the Themes team, the Plugin team, Polyglots, again, Training support, probably a number of others that have like program components in it as well.</p>\n\n\n\n<p>If you are really interested in learning more about contributor experience, which is how we build tools, and again, programs for all of the contributors who are showing up, then the teams for you will be teams like Meta and Documentation, Hosting, the Community team, the Training team, arguably any team that has a program as part of it is considered contributor experience because that&#8217;s how we help our contributors know what to do, what not to do, how to help them get onboarded, find their way, stuff like that.&nbsp;</p>\n\n\n\n<p>And if you&#8217;re more in the communications area of things, we have quite a few teams there as well. We do have Marketing, of course, but also I think that Support ends up in our communications area, WordPress TV, obviously ends up in communications. But I think Training, Meta, Documentation, and arguably, maybe also Testing ends up in that space as well.&nbsp;</p>\n\n\n\n<p>I realize that there are a handful of teams that I mentioned multiple times, especially Polyglots, Support, Test, Triage, Meta, Community. The reason they end up in a number of different places is that all of those teams also have a fair amount of admin and infrastructure stuff that goes into the WordPress project and community as a whole. So it touches a lot of other teams, and so they get a lot of mentions. All right. So WordPress adventurers, you now have a beginner&#8217;s map. I hope it helps, and I hope we see you around the community.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:54</p>\n\n\n\n<p>If you&#8217;re still with me, that brings us today to my small list of big things. I&#8217;ve got four things for you, and I&#8217;m excited about all of them. The first two are events actually. WordCamp Europe is coming up from June seventh through the ninth. It will include a presentation from the WordPress project co-founder, Matt Mullenweg, so I encourage you to hop over, grab a ticket to check out the rest of the sessions that are happening while you&#8217;re there. The next one is WordCamp, Japan, which is happening June 20th through the 26th. And you heard that right that is seven whole days of WordCamp. It&#8217;s a little bit of a different format than we normally take, but it&#8217;s five days actually of contribution on ten specific projects. Then that&#8217;s bookended on either side of those contribution days, with full days of sessions. There&#8217;s some in English, but it&#8217;s primarily in Japanese. But either way, I think it&#8217;s going to be a really excellent event, and I encourage everyone to check it out.&nbsp;</p>\n\n\n\n<p>The rest of my list is not events. We have opened our sixth call for testing, it&#8217;s specifically looking at the template editing mode for Full Site Editing. It is an iteration on one of our earliest tests for the Full Site Editing outreach program. And so it has incorporated a lot of the feedback that we got in that test the first time around. So if you look at that test, which by the way, are all guided, if you&#8217;ve never tested anything before, don&#8217;t let this scare you. It&#8217;s really well written, it&#8217;s got a good guide on it and, and also allows for a little bit of exploration. But if you participated in the landing page test that we did early on, this is the follow-up to that. It incorporates a lot of the feedback that we got, so this is closing that feedback loop and I encourage you to stop by and participate in that test. It will be linked in the show notes and also I tweet about it a bit so you can run over there and find it also.</p>\n\n\n\n<p>&nbsp;WordPress is dropping support for Internet Explorer 11. That&#8217;s happening over the summer, so around the middle of July is when that&#8217;s going to happen. If you&#8217;ve been using WordPress for a while you&#8217;ve been getting notifications. If you happen to get to WordPress with IE11, letting you know that that this particular browser is reaching the end of its life for support in general on the web, but now WordPress also is making the choice to drop support for that. And so there&#8217;s a post out on wordpress.org/news, which I will also link to in the show notes in case you have not heard about this yet. It shouldn&#8217;t have any immediate and noticeable effects on anyone who&#8217;s visiting a site that&#8217;s built using WordPress. There might be a few things in the dashboard that don&#8217;t work if you are administering a WordPress site from IE11. So there&#8217;s a lot of good information in that post. Give it a read and if you have questions, always feel free to stop by the Core chat and ask those as we go.&nbsp;</p>\n\n\n\n<p>And that my friends is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 May 2021 11:55:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Gutenberg Times: Getting Started with Themes for Full-site Editing and Block Plugins – Weekend Edition #170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/getting-started-with-themes-for-full-site-editing-and-block-plugins-weekend-edition-170/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15809:\"<p>Howdy, </p>\n\n\n\n\n\n<p>I am getting really excited about the <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 release</a>. It&#8217;s still about eight weeks away, but there is a lot of work in front of us.  We are coming up to Feature Freeze on May 25, 2021. The Gutenberg team has a <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v10.7.0-rc.1\">release candidate for 10.7</a>, the last version of the plugin, that will make it into WordPress Core. </p>\n\n\n\n<p>How can you help? Test, test test! </p>\n\n\n\n<ul><li>Set up a test site. <a href=\"https://pantheon.io/register\">Pantheon offers developer 2 sites for free.</a> </li><li>Use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">Beta Tester plugin</a> &#8211; set it to channel = <em>Bleeding Edge</em> and stream = <em>Nightlies</em>, that means you have the lasted WordPress version on your site. </li><li><a href=\"https://core.trac.wordpress.org/newticket\">Report any bugs you find</a></li></ul>\n\n\n\n<p>On the team working on the block-editor end user documentation, we have a <a href=\"https://docs.google.com/document/d/1QdBr37mzz0AiAWDsR9PEFPUvzpULppt9FBbXE6WM0-w/edit#heading=h.yhitji5ms7k6\">preliminary list of relevant user-facing changes</a> in Google Doc. We are looking for more contributors to not only get through the latest task list but also update some documentation pages with 5.6 and 5.7 changes. If you have a few hours, and want to take a deep dive into the block-editor features, let me know   by joining the #docs channel or DM me on the Make Slack. </p>\n\n\n\n<p>Wishing everyone lots of patience.  We are still in a pandemic, and all good things take time. </p>\n\n\n\n<p>Yours ?,<br />Birgit</p>\n\n\n\n<p>PS: Did a deep dive into the <a href=\"https://www.npmjs.com/package/@wordpress/data\">wp.data package</a> to learn more about state management for the block-editor. Do you know of any resources that helped you get the hang of it? The usual metaphors don&#8217;t seem to help much. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted about <strong><a href=\"https://make.wordpress.org/test/2021/05/21/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-20-may/\">Hallway Hangout: Discussion on Full Site Editing Issues/PRs/Designs (20 May)</a></strong>. This was the fourth Hallway Hangout, a series of information meetings, that started in April. <a href=\"https://www.youtube.com/channel/UCkPsxZ_WQFaACunULLiT85g\">They are all available on YouTube.</a> Sometimes it is much easier to talk through a feature, an interface, or bugs, when you can ask questions and screen share. If you missed them, they are available on YouTube and summary posts are available on the <a href=\"https://make.wordpress.org/test/tag/fse-hallway-hangout/\">Make block of the Test Team</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Although, I long for in-person WordCamps, they are still not safe in many regions.  For now, connections to my WordPress friends are still virtual: pick-up <a href=\"https://www.youtube.com/channel/UCkPsxZ_WQFaACunULLiT85g\">Hallway Hangouts</a>, Meetups meetings and WordCamps and conferences. </p>\n\n\n\n<p>Speaking of which: Next week <a href=\"https://wordsesh.com/register/\"><strong>WordSesh is taking place May 24 &#8211; May 27</strong></a>, with Workshops starting on May 28.  Well, depending on where you are in the world, it will start tomorrow night. </p>\n\n\n\n<p><strong>On the schedule a five session around Gutenberg: </strong></p>\n\n\n\n<img />\n\n\n\n<ul><li><strong>Blazing Fast Block Development</strong> w/ Lee Shadle </li><li><strong>Building Custom Block</strong>s w/ Rob Stinson</li><li><strong>Block-Based Themes</strong> – <strong>The Future Of Full Site Editing In WordPress</strong> w/ Imran Sayed</li><li><strong>How the Block Editor Makes It Easier to Build Custom Websites</strong> w/ Danielle Zarcaro </li><li><strong>Build your own Block-Based Theme</strong> w/ Daisy Olsen (Workshop)</li></ul>\n\n\n\n<p>Find a <a href=\"https://gutenbergtimes.com/feed/#events\">list of more upcoming WordPress events </a>further below. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://www.youtube.com/watch?v=PBr3TgVRrkE&t=14s\">Eight Gutenberg Tips and Tricks in eight minutes</a> </strong>&#8211;  Learn how to start developing WordPress sites with Gutenberg blocks with <strong>Bill Erickson</strong> and <strong>Gabriel A. Mays</strong> from GoDaddy.  Take a look at the YouTube video and the links resources, if you are just starting out working with the block-editor in your WordPress development. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/edward_bock\">Edward Bock</a></strong> shared how to <a href=\"https://medium.com/write-better-wordpress-code/properly-add-modern-javascript-to-gutenberg-14bde8679d83\">Properly add modern JavaScript to Gutenberg</a>. In his article, he helps you transition from the conventional programming on PHP to adding JavaScript to your tools set</p>\n\n\n\n<h2>Full-Site Editing for Theme Developers</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/herb_miller\">Herb Miller</a></strong> shared recording from his presentation:  <a href=\"https://www.youtube.com/watch?v=sfYWkKuzv90\"><strong>Guide to WordPress Full Site Editing, blocks and themes</strong></a> at the Meetup in Portsmouth. Now the Herb went beyond the template editor bits that are coming to WordPress 5.8. He demonstrated the full Site Editor, which isn&#8217;t slated to come to WordPress until 5.9 or even 6.0. To follow along you would need a block-based theme and the latest Gutenberg version (for now 10.6.2). After a tour around the Site Editor, Herb Miller, shared with the audience how he built a block-based theme. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> published here <a href=\"https://wordpress.org/themes/armando/\"><strong>full-site editing theme &#8220;Armando&#8221;</strong></a> in the theme directory on WordPress.org. Carolina also is a contributor to the Gutenberg repository and published a <a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full Site Editing course for developers</a>. Recently, she also published a <a href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\">VS Code extension WordPress Block Markup </a>with autocomplete snippets to add blocks to your templates faster. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/fklux\"><strong>Fränk Klein</strong> </a>of <a href=\"https://wpdevelopment.courses/\">WPDevelopment Courses</a> is getting ready to open his <strong><a href=\"https://wpdevelopment.courses/courses/building-block-based-themes/#curriculum\">Building Block-Based Themes </a></strong>course. He already shared quite a few insights in his learnings with the articles: <a href=\"https://wpdevelopment.courses/articles/full-site-editing-theme-learnings/\">What I Learned Building a Full-Site Editing Theme</a> and <a href=\"https://wpdevelopment.courses/articles/global-styles-in-block-based-bosco/\">Implementing Global Styles in Block-Based Bosco</a>. The <a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-based Bosco Theme</a> is also available in the WordPress.org repo. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <strong>theme.json</strong> settings structure is now finalized and is not experimental anymore. The <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\"><strong>Documentation</strong></a> is available in the Gutenberg Handbook. <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> wrote an <a href=\"https://riad.blog/2021/05/05/introduction-to-wordpresss-global-styles-and-global-settings/\"><strong>Introduction to WordPress’s Global Styles and Global Settings</strong></a> to get you started on the new era of Theme development in WordPress. <em>(Yes, I shared this before. I just want to make sure you find it again ) </em></p>\n\n\n\n<p>A few days ago, <strong><a href=\"https://twitter.com/aristath\">Ari Stathopoulos</a> </strong>started working on a <a href=\"https://github.com/WPTT/theme-json-parser\"><strong>Theme.JSON parser </strong></a>to make it possible for conventional themes to take advantage of the settings file as well. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/Ana_Segota\">Ana Segota</a>,</strong> Ariel Design, an early adopter of Gutenberg blocks in her themes she published in 2018 and 2019, came out with her first theme embracing full-site editing, and global styles with here <a href=\"https://www.anarieldesign.com/free-full-site-editing-theme-naledi/\"><strong>new Theme &#8220;Naledi&#8221;</strong></a>. Justin Tadlock took <a href=\"https://wptavern.com/anariel-design-launches-naledi-a-block-based-wordpress-theme\">the theme for a spin</a>. Once the theme is available at WordPress.org, it will be the <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">sixth theme for full-site editing.</a> </p>\n\n\n\n<p>When will we see yours? </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/pollyplummer\">Sarah Gooding</a> </strong>has the story of  <strong><a href=\"https://wptavern.com/blocksy-theme-expands-free-starter-site-collection-plans-to-create-new-suite-of-blocks\">Blocksy Theme Expands Free Starter Site Collection, Plans to Create New Suite of Blocks</a>.</strong> Blocksy embraced the block-editor wholeheartedly and grew it&#8217;s business rapidly, it seems. They also integrate well with the blocks by Stackable. </p>\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><strong>Benjamin Intal</strong>, of <a href=\"https://wpstackable.com\">Stackable </a>was this week&#8217;s guest of the WP Tavern Jukebox podcast, and he discussed with <strong><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a></strong> the <strong><a href=\"https://wptavern.com/podcast/3-benjamin-intal-on-why-hes-betting-his-business-on-blocks\">Why He’s Betting His Business on Blocks</a>.</strong> Intal and his team were an early adopter of the Block-editor and publish their plugin already in 2018 before the block-editor made it into WordPress Core. Since them Stackable has been an often recommended plugin for content creators, and it has grown quite a bit in features and reach. It&#8217;s certainly worth a listening, considering another wave of creativity and opportunities is coming to WordPress. This time for themes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Alexandra Yap </strong>of Stackable recently posted the <a href=\"https://wpstackable.com/blog/introducing-dynamic-content/\"><strong>Introducing Dynamic Content.</strong> </a>They wrote: &#8220;We’ve received a huge number of requests to display content from ACF’s custom fields in Stackable blocks, and now you can! <a href=\"https://wpstackable.com/blog/stackable-integrates-with-acf/\">Most ACF field types are supported</a> as well as ACF Options Pages.&#8221;. They also <a href=\"https://wpstackable.com/blog/create-dynamic-content-in-stackable-with-toolset/\">integrate with Toolset</a>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> reviewed a newly published pricing block and found <a href=\"https://wptavern.com/you-might-not-need-that-block\"><strong>You Might Not Need That Block</strong></a>. &#8220;With WordPress’s base blocks and a decent theme, many custom solutions are possible via patterns.&#8221;, he wrote, and he went ahead and recreated a three column pricing table with the core blocks and different themes, Twenty-Twenty, Eksell, and a full-site editing theme, too. I strongly agree with Tadlock that block patterns would provide an easier path. I can see that plugins like Easy-digital downloads, Woo Commerce and other ecommerce plugins would offer such patterns together with their Gutenberg blocks extensions to get store owners up and running quickly. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/pootlepress\">Jamie Marsland</a> </strong>shared the <a href=\"https://www.pootlepress.com/2021/05/10-big-updates-to-our-woocommerce-gutenberg-plugins/\"><strong>10 Big Updates to PootlePress WooCommerce Gutenberg plugins</strong></a> Storefront Blocks and WooBuilder Blocks. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>?</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 20 &#8211; 26</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers (May 30th), sponsors, volunteers and organizers are open. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The </em>festival of WordPress<br />Call for Speakers is now open and submissions are <strong>due on May 24th, 2021</strong></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are <strong>due May 26, 2021</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 May 2021 20:19:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: You Might Not Need That Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/you-might-not-need-that-block?utm_source=rss&utm_medium=rss&utm_campaign=you-might-not-need-that-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5410:\"<p class=\"has-drop-cap\">As I was perusing the WordPress plugin directory this morning, I noticed a new block plugin, which is always one of the highlights of my week. It was a simple <a href=\"https://wordpress.org/plugins/bluebox-pricing-table-block/\">pricing block</a>. Of course, I installed it and began playing around with its features. It was a version-1.0 product, so I was not going to fault it for not exceeding any expectations I might have had.</p>\n\n\n\n<p>I have little doubt the plugin will meet many users&rsquo; needs. However, it did not bring much to the table that users could not already do with stock WordPress. And, as the block system continues to mature with more block options, end-users will gain more design control over every aspect of the existing core blocks.</p>\n\n\n\n<p>This is not a knock at this particular plugin. I see less and less need for many third-party blocks the more I browse and test them. With WordPress&rsquo;s base blocks and a decent theme, many custom solutions are possible via patterns.</p>\n\n\n\n<p>To test the plugin&rsquo;s block, I added it to a Columns block and duplicated it a couple of times to create pricing columns.</p>\n\n\n\n<img />\n\n\n\n<p>The structure of an individual pricing block is straightforward. It contains the equivalent of the following core blocks:</p>\n\n\n\n<ul><li>Group</li><li>Heading</li><li>Heading/Paragraph</li><li>Heading/Paragraph</li><li>Paragraph</li><li>Button(s)</li><li>Separator</li><li>List</li></ul>\n\n\n\n<p>Since I had the structure, I tried recreating it while using the Twenty Twenty-One theme. I kept everything nearly the same other than a couple of font sizes and colors.</p>\n\n\n\n<img />\n\n\n\n<p>The result was not particularly impressive, but it was mostly on par with what the plugin was doing. The biggest letdown with Twenty Twenty-One is that there are no vertical spacing controls to tighten up some of the text. This is more of a limitation of WordPress than the theme. Plus, margin and padding controls are coming.</p>\n\n\n\n<p>Aside from one-click insertion into the content canvas, the benefits the Pricing Block plugin brings are rounded borders, box shadows, and list icons. However, these items would fit more into a site&rsquo;s design if they were controlled by the theme.</p>\n\n\n\n<p>Knowing that the <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">Eksell theme</a> solved the vertical alignment issue with a custom block style, I decided to try it. Again, I mostly stuck with the same structure.</p>\n\n\n\n<img />\n\n\n\n<p>Much better. However, Eksell is such a beautifully designed theme that it will upgrade the appearance of nearly anything. It almost isn&rsquo;t fair.</p>\n\n\n\n<p>Kicking things up a notch, I gave the pattern an overhaul. I moved some things around, changed a few colors, and tried to have a little fun with it.</p>\n\n\n\n<img />\n\n\n\n<p>The noteworthy thing here is that I had far more control over the placement and design &mdash; within the current WordPress limitations. This was not possible with the plugin&rsquo;s block.</p>\n\n\n\n<p>There are more robust pricing blocks. This is not a comparison of all the available options out there. However, many blocks share these problems. Often, what they need to do is take advantage of WordPress&rsquo;s &ldquo;inner blocks&rdquo; system and nest core blocks, which provides access to existing design options.</p>\n\n\n\n<p>Wanting to take this experiment just a bit further, I activated a development version of the Gutenberg plugin and a block-based theme I have been tinkering with. With the right tools in hand, I had control over spacing, borders, typography, and far more &mdash; features that users will have in the coming months.</p>\n\n\n\n<img />\n\n\n\n<p>I like it, but I would also like to see professional designers take over from here. I want to see various pricing columns/tables available as patterns in themes and in the <a href=\"https://wptavern.com/pattern-directory-targeted-to-launch-with-wordpress-5-8\">upcoming block directory</a>.</p>\n\n\n\n<p>The next level of pricing columns would be integrating with plugins like WooCommerce, Easy Digital Downloads, and other eCommerce solutions. For example, users could insert a product&rsquo;s price or buy-now button into a pre-built pattern inserted into the editor canvas. That way, the data stays updated.</p>\n\n\n\n<p>However, this is not specifically about pricing columns. It is about the blocks ecosystem altogether. Nearly every time I see a testimonial block, for example, I just see it as another pattern that could be registered.</p>\n\n\n\n<p>For end-users, the quick solution will often be to activate an extra plugin. This requires more resources in the editor and, usually, the front end. It also ties them to another third-party tool, one which they may not necessarily need.</p>\n\n\n\n<p>Ultimately, most webpage sections can be broken down to the individual blocks that exist in WordPress. They simply need to be arranged in a specific order and grouped together. Our community of theme authors can <a href=\"https://wptavern.com/it-is-time-for-wordpress-theme-authors-to-step-up-their-block-pattern-game\">start providing these solutions</a> by doing the legwork of this grouping and register them as patterns.</p>\n\n\n\n<p>The most useful blocks do something that WordPress is incapable of doing alone or adding elements that do not exist.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 May 2021 00:26:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: 2021 Streaming Kit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2021/05/2021-streaming-kit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5094:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>My <a href=\"https://ma.tt/2020/05/ceo-video-streaming/\">streaming setup post last year</a> got an amazing reception —&nbsp;there are similar setups being used by executives across the board, from companies fundraising to several I know of with 100B+ valuations. Since that original setup, I&#8217;ve updated my own usage of hardware and software combinations to achieve similar or better results for about a quarter of the cost. So here&#8217;s the latest and greatest, and below I&#8217;ll talk about why the changes.</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B07K3FN5MR/?tag=photomatt08-20\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B07K3FN5MR/?tag=photomatt08-20\">Elgato Cam Link 4K</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B06WWQ7KLV/?tag=photomatt08-20\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B06WWQ7KLV/?tag=photomatt08-20\">Micro HDMI Cable</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B019AJOLEM/?tag=photomatt08-20\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B019AJOLEM/?tag=photomatt08-20\">Glide Gear TMP100  Teleprompter</a></p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B08HVXJZYY/?tag=photomatt08-20\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B07VGHW91J/?tag=photomatt08-20\"></a><a href=\"https://www.amazon.com/gp/product/B08HVXJZYY/?tag=photomatt08-20\">Sony α7C Camera &amp; kit lens</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B00MT0SKAQ/\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B00MT0SKAQ/\">Reticam mini tripod</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<a href=\"https://www.amazon.com/gp/product/B082QHRZFW/?tag=photomatt08-20\"><img /></a>\n\n\n\n<p><a href=\"https://www.amazon.com/gp/product/B082QHRZFW/?tag=photomatt08-20\"></a><a href=\"https://www.amazon.com/gp/product/B082QHRZFW/?tag=photomatt08-20\">Elgato Key Light Air LED panel</a> (2x)</p>\n</div>\n</div>\n\n\n\n<p><strong>Video:</strong> Camlink, cable, and tripod are still the same, but the camera goes from an A7R IV and a separate lens to an A7C with a kit lens, which saves about $3,000. You also don&#8217;t need the dummy battery because the A7C runs great off USB-C.</p>\n\n\n\n<p><strong>Lighting:</strong> More is more, so I usually use two Key Light Airs (linked above) instead of one. If I&#8217;m on the road I&#8217;ll pair <a href=\"https://www.amazon.com/dp/B08SJBH8HM?tag=photomatt08-20\">two Aputure RGB lights</a> with <a href=\"https://www.amazon.com/gp/product/B08S456KZG/?tag=photomatt08-20\">two Lume Cube monopods</a>.</p>\n\n\n\n<p><strong>Audio:</strong> My best audio advice is to upgrade to an <a href=\"https://www.apple.com/am/mac/m1/\">M1 Macbook Pro</a> so your computer is fast and the fan is never on, and position the laptop out of camera view but close to you so the built-in three-mic array picks up pretty good audio from you with no cables or earpieces. (<a href=\"https://www.youtube.com/watch?v=JQvXqDdTToM&t=205s\">Here&#8217;s a singer recording a song on the pre-M1 16-inch version</a>, and note she has to remove fan noise in post-processing.) For bonus points <a href=\"https://krisp.ai/\">add Krisp.ai ($60/yr)</a> so you get background noise and room echo magically eliminated in real-time.</p>\n\n\n\n<p><strong>Teleprompter:</strong> The Glide Gear is much easier to set up and way cheaper than my old recommendation. Instead of an external monitor, I use <a href=\"https://support.apple.com/en-us/HT210380\">an iPad and the MacOS Sidecar feature</a>. I still don&#8217;t have a great way to reverse the screen; in the comments, I&#8217;ll share some of what folks have recommended to me.</p>\n\n\n\n<p>The above setup removes 75% of the cost without sacrificing any quality.</p>\n\n\n\n<p>I&#8217;ve gone through every permutation on audio, including using a <a href=\"https://www.amazon.com/gp/product/B07VQQ2J28/?tag=photomatt08-20\">MixPre-3</a>, <a href=\"https://store.sounddevices.com/product/noiseassist-for-mixpre/\">NoiseAssist plugin</a>, and a <a href=\"https://www.amazon.com/gp/product/B00030679K/?tag=photomatt08-20\">MKH416 shotgun mic</a> ($2k+ total), but I never use that setup unless I&#8217;m recording a <a href=\"https://distributed.blog/\">fancy audio-only podcast</a>.</p>\n\n\n\n<p>Why am I using <a href=\"https://www.amazon.com/gp/product/B00D4LBOV6/?tag=photomatt08-20\">the Sennheiser SC30</a> in the above photo? Well it was an unusual situation&#8230;I was on the side of the road, next to an RV, with logging trucks rumbling by. Sometimes you don&#8217;t always know where you need to do a broadcast. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f604.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<img />Behind the scenes! We were recording what <a href=\"https://www.youtube.com/watch?v=qaIYdsy-Gb8\">became this panel</a>.\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 May 2021 23:29:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Open Source Maintainer Week Begins June 7 with Activities, Events, and Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=117041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/open-source-maintainer-week-begins-june-7-with-activities-events-and-resources?utm_source=rss&utm_medium=rss&utm_campaign=open-source-maintainer-week-begins-june-7-with-activities-events-and-resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2487:\"<p><a href=\"https://github.com/\">GitHub</a>, in partnership with <a href=\"https://tidelift.com/\">Tidelift</a>, has set aside June 7-12, 2021, as <a href=\"https://github.com/github/maintainerweek\">Maintainer Week</a>, a time for open source maintainers to share knowledge and experiences through a series of planned activities and events. </p>\n\n\n\n<p>Tidelift plans to kick off Maintainer Week on June 7 with a virtual event called <a href=\"https://upstream.live/\">Upstream</a>, featuring 30+ sessions that attendees can watch live or access following the event. This event will focus on some of the bigger problems and trends in the open source ecosystem. For example, Sarah Novotny from Microsoft will be speaking about open source as an innovation engine. Simon Phipps, OSI Director of Standards and Policy, will be presenting on &ldquo;spotting the rights ratchet model early,&rdquo; a hot topic in the recent open source relicensing controversies. Attendees will also have the opportunity to meet the maintainers and experts behind many popular open source tools that are used at scale.</p>\n\n\n\n<p>GitHub will be hosting its inaugural <a href=\"https://globalmaintainersummit.github.com/\">Global Maintainer Summit</a> on June 8-9 as part of the week&rsquo;s activities. It is billed as more of a gathering or &ldquo;group therapy session&rdquo; for maintainers, with lightning talks featuring different projects&rsquo; approaches to common problems. WordPress lead developer Helen Hou-Sand&iacute; will be presenting a session called &ldquo;You Can&rsquo;t Have a Solution Without a Problem.&rdquo; GitHub emphasized that attendees do not have to be open source maintainers to attend, as many of the the best practices and skills discussed pertain to other aspects of life. </p>\n\n\n\n<p>In between sessions, maintainers will have the chance to build collaborative relationships with others and add skills that will help them avoid burnout. GitHub will be hosting a virtual hallway experience using Gather. This will allow attendees to talk with those standing closest to them and have smaller, more personal conversations. </p>\n\n\n\n<p>Open source maintainers who want to connect with others who share some of the same challenges, will want to add <a href=\"https://github.com/github/maintainerweek\">Maintainer Week&rsquo;s activities</a> to the calendar. All of the upcoming events are free but registration is required on the <a href=\"https://upstream.live/register\">Upstream</a> site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 May 2021 20:37:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"WPTavern: Google Aims to “Revitalize RSS” and Recapture Users’ Trust with Experimental Follow Button in Chrome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=116905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"https://wptavern.com/google-aims-to-revitalize-rss-and-recapture-users-trust-with-experimental-follow-button-in-chrome?utm_source=rss&utm_medium=rss&utm_campaign=google-aims-to-revitalize-rss-and-recapture-users-trust-with-experimental-follow-button-in-chrome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6568:\"<p>The internet was set abuzz yesterday after Google officially confirmed that it has been <a href=\"https://wptavern.com/chrome-is-testing-a-follow-button-for-websites\">testing a Follow button for websites in Chrome</a>. In February, the publishers of <a href=\"https://www.chromestory.com/2021/02/chrome-follow-button/\"><em>Chrome Story</em></a> spotted the button on Canary for Android, and speculated that it may be integrated with Google&rsquo;s Discover feature. Chrome <a href=\"https://blog.chromium.org/2021/05/an-experiment-in-helping-users-and-web.html\">announced</a> that it is building on RSS to allow users to follow websites. The latest content from these sites will show up chronologically on the New Tab page as it is published.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>At this time it does not look like Follow would be integrated with Discover, which is focused on surfacing content based on user-selected topics and a user&rsquo;s search activity. The Follow feature appears that it will function almost like a bare bones &ldquo;Chrome Reader,&rdquo; if you will. </p>\n\n\n\n<p>In 2013, Google blithely closed down its Google Reader product in a post titled &ldquo;<a href=\"https://googleblog.blogspot.com/2013/03/a-second-spring-of-cleaning.html\">A second spring of cleaning</a>,&rdquo; saying its usage had declined. Younger internet users may not realize what a slap in the face this was, and how devastating it was to the ecosystem of RSS-based tools. </p>\n\n\n\n<p>In response to a Twitter user&rsquo;s suggestion to stick with open standards, a Google representative <a href=\"https://twitter.com/WebCreators/status/1395106908919386112\">replied</a>, &ldquo;We intend to revitalize RSS, and from a product perspective, give users and creators a new, direct way to connect.&rdquo; Presenting this as a new way to <a href=\"https://twitter.com/pbakaus/status/1395091617732644864?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1395091617732644864%7Ctwgr%5E%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D116905action%3Dedit\">make RSS &ldquo;mainstream consumer&rdquo; friendly</a> is a bit baffling for those who lost trust in Google&rsquo;s willingness to recognize how critical RSS was for the information ecosystem in 2013.</p>\n\n\n\n<p>While some are optimistic that Chrome&rsquo;s experiment may bring visibility to RSS feeds, others are skeptical that Google may be trying to revitalize RSS for its own commercial interests and not in service of the open web. Dave Winer, who pioneered the development of weblogs and RSS syndication,  gives voice to that skepticism in a reaction on his <a href=\"http://scripting.com/2021/05/19.html#a170138\">blog</a>: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;The memory of&nbsp;<a href=\"https://www.google.com/search?q=site%3Ascripting.com+%22google+reader%22\">Google Reader</a>&nbsp;may have faded so much that Google appears ready to try again. Even the headline of this&nbsp;<a href=\"https://techcrunch.com/2021/05/19/undead-again-google-brings-back-rss/amp/\">TechCrunch article</a>&nbsp;is disturbing. Google did so much damage to&nbsp;<a href=\"http://cyber.law.harvard.edu/rss/rss.html\">RSS</a>, the thought of them &lsquo;reviving&rsquo; it is analogous to Exxon reviving the site of some&nbsp;<a href=\"https://en.wikipedia.org/wiki/Superfund\">huge oil spill</a>, one that they didn&rsquo;t contribute to cleaning up. Even worse, browser vendors have no place trying to provide the user interface for RSS. Another toxic dump site.&rdquo; </p></blockquote>\n\n\n\n<p>Winer has a suggestion for Google that is more in the spirit of keeping things open and preserving portability for subscription lists. He recommends Google steer clear of providing any kind of a reader and instead focus on making it easy to share the subscription list:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;If Google wants to help RSS, great &mdash; here&rsquo;s how. Do the subscribe button, that&rsquo;s a good thing. But the result should be a&nbsp;<a href=\"http://scripting.com/2013/08/15/feedReaderDevs\">dynamic OPML subscription list</a>, that the user can provide to any reader app they want. It&rsquo;s dynamic in that the contents can change, and the readers should periodically check to see if feeds have been added or removed. This way, if someday Google abandons RSS, again, everything can keep on ticking, more or less. Inviting users to rely on them shows that they have no sense of responsibility for the trust they betrayed in the past. Perhaps users can refuse to go on this ride? That might be too much to hope for.&rdquo;&nbsp;</p></blockquote>\n\n\n\n<p>Google developer advocate Paul Bakaus <a href=\"https://twitter.com/pbakaus/status/1395091619397791744\">said</a> the Follow button experiment is &ldquo;only the beginning of a bigger exploration&rdquo; and the company is looking for feedback from publishers. Hopefully this exploration also includes improving how feeds are displayed in the browser. It&rsquo;s not clear yet whether Google has plans to monetize the New Tab page with ads, promoted content, or through some other means.</p>\n\n\n\n<p>At this time, Google&rsquo;s only recommendation to publishers is to keep their sites&rsquo; RSS&nbsp;<a rel=\"noreferrer noopener\" href=\"https://developers.google.com/search/blog/2014/10/best-practices-for-xml-sitemaps-rssatom\" target=\"_blank\">up-to-date</a>. WordPress users have nothing to worry about here, as all WordPress sites have built-in support for RSS feeds by default. If the Follow feature graduates out of the experimental stage, Google will provide more guidance to web publishers. </p>\n\n\n\n<p>This experiment does not exactly contain the decentralized feed aggregator capabilities that RSS fans might hope for, but if Google can build in an easy way to export users&rsquo; subscription lists then it might have a chance at contributing something truly useful. Users could then take their subscriptions to feed readers that will have more capabilities than Chrome&rsquo;s basic reader. In this sense Chrome&rsquo;s Follow button could make it easy for users to actively curate their RSS subscriptions based on their interests, promoting a more healthy and conscious consumption of news and other content.  </p>\n\n\n\n<p>The landscape of RSS tools has changed over the past decade but Google has the opportunity to play a meaningful role in revitalizing RSS if they put users first this time. The biggest hurdle will be recapturing their trust after snuffing out Reader in 2013.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 May 2021 02:16:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 11 Jun 2021 21:02:31 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 11 Jun 2021 20:45:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20201017055008\";}','no');
INSERT INTO `wpzv_options` VALUES (755,'font-awesome-releases','a:2:{s:12:\"refreshed_at\";i:1622244052;s:4:\"data\";a:2:{s:6:\"latest\";s:6:\"5.15.3\";s:8:\"releases\";a:41:{s:5:\"5.0.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VVoO3UHXsmXwXvf1kJx2jV3b1LbOfTqKL46DdeLG8z4pImkQ4GAP9GMy+MxHMDYG\";s:14:\"css/brands.css\";s:71:\"sha384-JT52EiskN0hkvVxJA8d2wg8W/tLxrC02M4u5+YAezNnBlY/N2yy3X51pKC1QaPkw\";s:19:\"css/fontawesome.css\";s:71:\"sha384-7mC9VNNEUg5vt0kVQGblkna/29L8CpTJ5fkpo0nlmTbfCoDXyuK/gPO3wx8bglOz\";s:15:\"css/regular.css\";s:71:\"sha384-JZ2w5NHrKZS6hqVAVlhUO3eHPVzjDZqOpWBZZ6opcmMwVjN7uoagKSSftrq8F0pn\";s:13:\"css/solid.css\";s:71:\"sha384-TQW9cJIp+U8M7mByg5ZKUQoIxj0ac36aOpNzqQ04HpwyrJivS38EQsKHO2rR5eit\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-X1ZQAmDHBeo7eaAJwWMyyA3mva9mMK10CpRFvX8PejR0XIUjwvGDqr2TwJqwbH9S\";s:9:\"js/all.js\";s:71:\"sha384-2CD5KZ3lSO1FK9XJ2hsLsEPy5/TBISgKIk2NSEcS03GbEnWEfhzd0x6DBIkqgPN1\";s:12:\"js/brands.js\";s:71:\"sha384-i3UPn8g8uJGiS6R/++68nHyfYAnr/lE/biTuWYbya2dONccicnZZPlAH6P8EWf28\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tqpP2rDLsdWkeBrG3Jachyp0yzl/pmhnsdV88ySUFZATuziAnHWsHRSS97l5D9jn\";s:13:\"js/regular.js\";s:71:\"sha384-hXqI+wajk6jJu2DXwf2oqBg6q5+HqXM5yz9smX94pDjiLzH81gAuVtjter66i1Ct\";s:11:\"js/solid.js\";s:71:\"sha384-kbPfTyGdGugnvSKEBJCd6+vYipOQ6a+2np5O4Ty3sW7tgI0MpwPyAh+QwUpMujV9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BRge2B8T+0rmvB/KszFfdQ0PDvPnhV2J80JMKrnq21Fq6tHeKFhSIrdoroXvk7eB\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-bJB2Wn8ZuuMwYA12t6nmPqVTqT64ruKTAWqdxs/Oal3vexA7RPAo3FtVU5hIil2E\";s:14:\"css/brands.css\";s:71:\"sha384-F8vNf2eNIHep58ofQztLhhWsZXaTzzfZRqFfWmh7Cup7LqrF0HCtB6UCAIIkZZYZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CTTGZltCsihOiEwOCbT7p1lhij8kYk6lapCladmNzxj4yXj/AKp6q3+CRoNN3UCG\";s:15:\"css/regular.css\";s:71:\"sha384-GtLUznQ3nMgus15JP1pAE2UH9HAQi8gjQTNfIT+Gq6zFPeeq3y+Xtxt5HUBFF0YO\";s:13:\"css/solid.css\";s:71:\"sha384-WEKepgUDOaHRK2/r+qA7W/Srd+36IIOmBm/+wm9aSz6acYC0LkyM9UJElLVNy95T\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-sV6Qj6KRPF7HrXfo5NK0evVt+YbNxUuGZU2udYKDAxwxPVTuEE6lofcZJhRMK4WT\";s:9:\"js/all.js\";s:71:\"sha384-xiGKJ+4CP2p2WkTifyjHDeZVAg1zBrnJV8LU33N7J+5BWp1biPcSpEJJY7hFiRLn\";s:12:\"js/brands.js\";s:71:\"sha384-V+scQ15NnQuKVajRBsSery7bV87d0xDAoCs4pB8ZcwW74+zzW5CkgRmIFOYw8kKX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CxMnuVDquTXcsJnW1rAfSm4uzGr12HENF1oe+JRZm4jcQDerJ6VeA1XLvAso396r\";s:13:\"js/regular.js\";s:71:\"sha384-ihKlq3j4PocIYMPkNra+ieEVsLuFzj4rp1yjn3jq+La7r4G9kf9COpWfOI8SGapM\";s:11:\"js/solid.js\";s:71:\"sha384-KDEuZV2OBU0Q264kBX2Idu9gYr5z/fQrtvUsKfuKGEDkDxV0GBVN/qi3QoLZPmbJ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-0nloDHslShcnKvH94Zv8nb0zPlzTFCzfZGx9YxR2ngUWs9HXXHVx1PUQw0u9/7LE\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-KFTzeUQSHjcfuC8qqdFm+laWVqpkucx/3uXo41hhKQzUEtbNnNSk8KEEBZ+2lEQy\";s:14:\"css/brands.css\";s:71:\"sha384-J6h7hpR0mfr79Ck/ZfDrhN14FnkbkLbd+mm0yTw5spSpK08yOK/AB9IRR/Dcg8EJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-l2oTZy4pLseT/J6oW0mwsjKPhjpTctOfU191uVonzezZiqw9PPcz4AMKsIAeyR4P\";s:15:\"css/regular.css\";s:71:\"sha384-cDXlx+8npD3wa2ahyeSZvsi9VlRrMmJVIB1rpK7Ftyq4cppWM9d2mBhrlOqYBljt\";s:13:\"css/solid.css\";s:71:\"sha384-ioYc/tyAAvPTKdlEWH/BDO/Fn0RGAWisNzyfZNt74mHfA6UPN2tzjD6Nm4ieQfBR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bnoXyQHIAXdkrtQTtvuajtPgmWqHQ8657dQ4vzySapygDMqzijBpEq96AwgX2u4N\";s:9:\"js/all.js\";s:71:\"sha384-4OPaVeLgwRHdGJplmRGxGcoGYwxBAdR8Qr9z/Av7blRYPlRIPtjTygdtpQlD1HHv\";s:12:\"js/brands.js\";s:71:\"sha384-68dqWCRgViK/UsBTW5vGfntS6GdBDT5D4KWUBXTf6IkF2NFFD+X/0QNs0FZaIELt\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sBtO3o3oG61AtAKrg74kfk50JP0YHcRTwOXgTeUobbJJBgYiCcmtkh784fmHww23\";s:13:\"js/regular.js\";s:71:\"sha384-J0ggktpCvzBHSxd/a8EBQgQDIWBtASK5rhHMvGWuR/UyjuPgX0iCAcb3OlfhvlQz\";s:11:\"js/solid.js\";s:71:\"sha384-DX1/9hggbc1yKVl40n2dNF9OzLf9ZPwZm87WzIW+FinkgjSq18PXpUxOL4I0iS1+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kysXtDCmCTYxM55rHL+9xPu6+Inoi3ZzZHvcxkXs+iPj5nymJKlauQdXyzubyD0b\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DmABxgPhJN5jlTwituIyzIUk6oqyzf3+XuP7q3VfcWA2unxgim7OSSZKKf0KSsnh\";s:14:\"css/brands.css\";s:71:\"sha384-1beec9tTZuu+KrTudmvRnGpK81r78DKCAXdphCvdG+PR+n/WCczsYPqTBTvYsM7z\";s:19:\"css/fontawesome.css\";s:71:\"sha384-xdTUmhbcetyLRVL4PAriRajOve+/5pjOiy5sJABnhXMcRMVc9HI9s2KmOCjjDK/P\";s:15:\"css/regular.css\";s:71:\"sha384-nM5tBytXTc1HDZ/A3My2gNT2TxLk/M/5yFi0QrOxaZjBi7QpKUfA2QqT+fcSxSlg\";s:13:\"css/solid.css\";s:71:\"sha384-g2aKxiZcFezoVOq4MsjaxuBbSxSlXD/NRQ5GaPLfvCtcTLgP3fYZKKAGxCM/wMfe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MCR8qGTbdyK+hklwz1eKgGiAjT57F5HEJMs/uHRAwZ6GI5602TyGI89FyrbUwiIc\";s:9:\"js/all.js\";s:71:\"sha384-nVi8MaibAtVMFZb4R1zHUW/DsTJpG/YwPknbGABVOgk5s6Vhopl6XQD/pTCG/DKB\";s:12:\"js/brands.js\";s:71:\"sha384-dl3ONr32uA3YqpqKWzhXLs5k1YbKOn3dwiMbEP1S/XQMa3LPRwvJrhW7+lomL/uc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-l7FyBM+wFIWpfmy8RYkWgEu/Me6Hrz98ijLu4nP3PkGbTtTCvtHB5ktI8hLEgEG3\";s:13:\"js/regular.js\";s:71:\"sha384-lwwoO5Gg19TptbILrLBjV28EVJ9RW3tD3cGyjCRn3OY9IuLua/YRlE47btZIXfMv\";s:11:\"js/solid.js\";s:71:\"sha384-4KkAk2UXMS9Xl3FoAAN43VJxRZ/emjElCz60xUTegPOZlbPLZGylvor2v7wQ0JNb\";s:14:\"js/v4-shims.js\";s:71:\"sha384-yfrMPoFcXUzdvECrvYRYE7wlxouXxjRSge5x6BlPPOb38tW4n0e8EW79RGU7VY0R\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-1RxicL8bcQJWgpr/clvtGVG7DVFJvDX/DVsJsbjKhXtdo8r5WVZQqB9AHTNPr08A\";s:14:\"css/brands.css\";s:71:\"sha384-sFwP5Zsnp6I4zQxUMPHvv8Bk16eEzU0YhaNbMCftDHPKDD+BR8WdXAHKL4xpipII\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VFi8UvBDvM8muKO8ogMXi2j8vdJiu8hq1uxpX/NS8BsftBiJpheM5AuhFH1dvURx\";s:13:\"css/light.css\";s:71:\"sha384-4FGoKudkcpRXgx5UNFa5TxzaHUhnvCGFDeZKncEn9KJx/l07kcid3VbpwajrvrFW\";s:15:\"css/regular.css\";s:71:\"sha384-eyjlqgvgpHiWM0GoL4/hsTh22piTKmMTM+sfJYacddG2n9AEubqQB/w4CPJK1/1b\";s:13:\"css/solid.css\";s:71:\"sha384-TlWtvBj4TXNlpJC5Qq4aHel0R/dywVcP/6eOFC0qptQ71WWSxJCvuTajjGb1duS9\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-rHay3RzsgCtbjvDmBLThu6ESXlU4Al5STjlHSpNygnbeyt04OP1uKZVXB2Zy16+T\";s:9:\"js/all.js\";s:71:\"sha384-vV0064GQjt+TcoZxVPm/f6vyAivSNofFvOHKLWxcDl784Dzm9W4BBpoTvUG4vi5a\";s:12:\"js/brands.js\";s:71:\"sha384-/877azmwW/YhoBsPeM9dh61dNr5XGbuk24lyjPbFWyrPaZPyU2oxgOY6PE1OH4z4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7L9/YJQEf9kLPc6sdtoVIsuBNxCVi4OmHPcszcY685IJIcB52hgYoL1OiwTawJS/\";s:11:\"js/light.js\";s:71:\"sha384-iXxa9ExuZ0Fi2N2VO/buuWuAgYIUXNtOaJiKLa40Bjt43KJpzJdhg2TBHyBVqCPh\";s:13:\"js/regular.js\";s:71:\"sha384-YzSStfq1m16y1v5M97ViNRpiQUCVpagVVOkqlmww8otyjFkY6EXT4dShlKNuxRDu\";s:11:\"js/solid.js\";s:71:\"sha384-WJDZ/GI6pz1VoELs6i44T3f00fguksrLXIx3LXHdlaAzmOvX/mTK5j+qzHJdKejC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8XZ16R7aSGin4NRuv6gn5xfbsvad5H8LR41g48iduwkfZEqDgXlvUjkJKgxqZUiW\";}}}s:5:\"5.0.6\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VY3F8aCQDLImi4L+tPX4XjtiJwXDwwyXNbkH7SHts0Jlo85t1R15MlXVBKLNx+dj\";s:14:\"css/brands.css\";s:71:\"sha384-rK0EPNdv8UCeRNPzX+96ARRlf9hZM+OukGceDTdbPH30DYcSI1x5QyBU7d2I2kHX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-dbkYY2NmVwxaFrr4gq04oVh6w39ovmevsgD80Il1Od3hwpgREqyPb3XqbpaSwN4x\";s:15:\"css/regular.css\";s:71:\"sha384-HGbVnizaFNw8zW+vIol9xMwBFWdV7/k61278Zo1bnMy9dLmjv48D7rtpgYRTe5Pd\";s:13:\"css/solid.css\";s:71:\"sha384-GfC9nfESTZkjCPFbevBVig3FTd6wkjRRYMtj+qFgK8mMBvGIje2rrALgiBy6pwRL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-U2b24h7gWqOYespg+vI5yiIn4ZYlTevT0N96xkGrw7ktP1gg9XwqEslsdTLJdlGg\";s:9:\"js/all.js\";s:71:\"sha384-0AJY8UERsBUKdWcyF3o2kisLKeIo6G4Tbd8Y6fbyw6qYmn4WBuqcvxokp8m2UzSD\";s:12:\"js/brands.js\";s:71:\"sha384-4iSpDug9fizYiQRPpPafdAh5NaF8yzNMjOvu3veWgaFm0iIo8y4vUi7f3Yyz5WP1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-rttr/ldR2uHigckjTCjMDe47ySeFVaL3Q7xUkJZir56u8Z8h/XnHJXHocgyfb25F\";s:13:\"js/regular.js\";s:71:\"sha384-G375DXNEVfALvsggywPWDYrRxNOvXaCYt/kiq/GXmbaDW8/B0XtbC8iuLpXXm1jF\";s:11:\"js/solid.js\";s:71:\"sha384-U0ZJ7q5xbT8hEoRqj61HzpvsqNOQ8bsHY2VqSRPqGOzjHXmmV70Aw+DBC/PT00p4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-L8zntmMOcCbOxXiL5Rjn6ubB7KunZiQ8U3bb9x6FFTGDEvVEESW9n+x49jm34K3W\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-ldFHeX3xCFvM4uf7m0mCMIoCPVwM71jopwqLZRldf+ojynoGVSxDiphfScLukkwO\";s:14:\"css/brands.css\";s:71:\"sha384-Ks7IvHjmJ4FIFxhK4iNrtW0rAVo1DlCYpe/nDsK8CnU+yactd38YiNE1GT018WPg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sATKZbJwxaEIU3unIoL1VMbIyrNNh7PlgnaiWlicWXeRA7qdnzfFzMP9AaN2wfTU\";s:13:\"css/light.css\";s:71:\"sha384-YWWfxaKIDrbFXuVQnpxASJDHmFl2K5f2vDgrcROb+rYycoqcQVdMlfu3U38boTg/\";s:15:\"css/regular.css\";s:71:\"sha384-CydLcYoDSbudHX/6hygyQD4jBMPsv91d/RwdtH1qxI79KG8kII/OzxKDwsswywA4\";s:13:\"css/solid.css\";s:71:\"sha384-uBARwTxpZ7FB08kQlCOS/dUaN3TrGGcHthrXYIhZBpdq7YtUdVDM1sAUH9NIozMl\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BptPo+4C0N+fnMTnfw7ddW/zYUJhuNEe7edve8UrMbs+fCpfDJvJcC/lpa5Nvaky\";s:9:\"js/all.js\";s:71:\"sha384-FrB6Se1Wkxlx66xA4rPuOoOolLyQt5B1uptDmtLJSIVRJDbNkmE3QOLipnMuAbUW\";s:12:\"js/brands.js\";s:71:\"sha384-G12tjfNd/W8L4IrE5+f13LUbpzVowwhNDv+WNecvxjbaGN9bbSY7epBOqUlRqXnq\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ln5PcCmuH8v+AF9nt+HkM2GfXjsn1CtVc0n+ciM8+oe3nwGyPCceDVva7bUjNfo0\";s:11:\"js/light.js\";s:71:\"sha384-jzS22FYPy68IBBet2IRM5aQDOXjg9X1g+drXIVonDtyqGFCtUA0YIdgHdvCCX/fD\";s:13:\"js/regular.js\";s:71:\"sha384-M8TFIPAJNl8UIC8OP6GFcIE0SHkGN4zjwwjz+BBTz60XhNegOrZmjNtTQNKifmXX\";s:11:\"js/solid.js\";s:71:\"sha384-R/e3QvpS9m8HcN9b9l6nNo678ekTXL31kFY/XtRHSjrihDX8A2DF8HaXhdlAtzMx\";s:14:\"js/v4-shims.js\";s:71:\"sha384-X9eLyweB0LOTEGCwMARo9+zibrXQYmBMSrhFk4ncpT/WYnPIcpTg0IgBFDgzuPwL\";}}}s:5:\"5.0.8\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S\";s:14:\"css/brands.css\";s:71:\"sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P\";s:15:\"css/regular.css\";s:71:\"sha384-A/oR8MwZKeyJS+Y0tLZ16QIyje/AmPduwrvjeH6NLiLsp4cdE4uRJl8zobWXBm4u\";s:13:\"css/solid.css\";s:71:\"sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-TGBI4yK0MJz2ga16RLBBt4xT4aoPMPmRYhfu1Kl5IJ0gsLyOBIKHEb49BtoO+lPS\";s:9:\"js/all.js\";s:71:\"sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ\";s:12:\"js/brands.js\";s:71:\"sha384-sCI3dTBIJuqT6AwL++zH7qL8ZdKaHpxU43dDt9SyOzimtQ9eyRhkG3B7KMl6AO19\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c\";s:13:\"js/regular.js\";s:71:\"sha384-t7yHmUlwFrLxHXNLstawVRBMeSLcXTbQ5hsd0ifzwGtN7ZF7RZ8ppM7Ldinuoiif\";s:11:\"js/solid.js\";s:71:\"sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l\";s:14:\"js/v4-shims.js\";s:71:\"sha384-4CnzNxEP5RK316IYY2+W4hc05uJdfd+p9iNVeNG9Ws3Qxf5tKolysO9wu/8rloj2\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-OGsxOZf8qnUumoWWSmTqXMPSNI9URpNYN35fXDb5Cv5jT6OR673ah1e5q+9xKTq6\";s:14:\"css/brands.css\";s:71:\"sha384-VRONz34zTLl4P+DLYyJ8kP8C3tB1PGtqL5p8nBAvHuoc1u32bR3RHixrjffD8Fly\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+5VkSw5C1wIu2iUZEfX77QSYRb5fhjmEsRn8u4r9Ma8mvu/GvTag4LDSEAw7RjXl\";s:13:\"css/light.css\";s:71:\"sha384-shmfBA2CRxp88gq8NcvWbEN8KExYU4uvQUBEG36BStGZ5k91nGKE4wDvvWvuimbu\";s:15:\"css/regular.css\";s:71:\"sha384-0w6MzzKHIB9cUlfWSmSp1Pj6XqGGDseWSMz1Yppk3UOc1dhYhpFx1AuCkMBECEvC\";s:13:\"css/solid.css\";s:71:\"sha384-+iHwwKZGTdlVFbv4fsKmLkogfdKlp47zQGkSMDN3ANc8kXjyKudKvQwinI5VH+2C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-b2wDmqWyAwmI2rS5ut5UweBS1V32L/k1+2Oo7eCaHdXOS/1bFwC8AKevTI6N28LN\";s:9:\"js/all.js\";s:71:\"sha384-816IUmmhAwCMonQiPZBO/PTgzgsjHtpb78rpsLzldhb4HZjFzBl06Z3eu4ZuwHTz\";s:12:\"js/brands.js\";s:71:\"sha384-gJijC/2qM/p3zm2wHECHX1OMLdzlu61sNp7YfmFQxo+OyT9hO1orX7MmnHhaoXQ4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ht3fAeBiX/rVmKVyMwONAIIt0aRoPzZgq1FzdRgR9zFo+Kcd8YDwUbFlTItfaYW4\";s:11:\"js/light.js\";s:71:\"sha384-mfSnp84URDGC1t+cg63LgVKwEs63ulRUpjNneyDZMGMAE9ZKUNZ85rMBMHucGLYP\";s:13:\"js/regular.js\";s:71:\"sha384-SIp/+zr0hyfSVIQPkAwB/L1h4fph6T3CmU4mE7IFtGJlgwoCko0Bye/1J0sjyh4v\";s:11:\"js/solid.js\";s:71:\"sha384-jTxqWCb7UqRDQDd2Nkuh5BkHe9k+ElbFLa3NaJfid5kBK/+cVktzVRXrw0isFWxf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-w/sFNq23wbOXJOUpFyISABLXk9tA4Z8r9hl80er2mobEwgS7VXXYDANaWyrCWe3/\";}}}s:5:\"5.0.9\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1\";s:14:\"css/brands.css\";s:71:\"sha384-ATC/oZittI09GYIoscTZKDdBr/kI3lCwzw3oBMnOYCPVNJ4i7elNlCxSgLfdfFbl\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Lyz+8VfV0lv38W729WFAmn77iH5OSroyONnUva4+gYaQTic3iI2fnUKtDSpbVf0J\";s:15:\"css/regular.css\";s:71:\"sha384-seionXF7gEANg+LFxIOw3+igh1ZAWgHpNR8SvE64G/Zgmjd918dTL55e8hOy7P4T\";s:13:\"css/solid.css\";s:71:\"sha384-29Ax2Ao1SMo9Pz5CxU1KMYy+aRLHmOu6hJKgWiViCYpz3f9egAJNwjnKGgr+BXDN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hl6tZnMfNiJHYyFxpmnRV8+pziARxY3X/4XWfFXldG7sdkkLv+Od2Gpc57P7C1g6\";s:9:\"js/all.js\";s:71:\"sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl\";s:12:\"js/brands.js\";s:71:\"sha384-qJKAzpOXfvmSjzbmsEtlYziSrpVjh5ROPNqb8UZ60myWy7rjTObnarseSKotmJIx\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2IUdwouOFWauLdwTuAyHeMMRFfeyy4vqYNjodih+28v2ReC+8j+sLF9cK339k5hY\";s:13:\"js/regular.js\";s:71:\"sha384-BazKgf1FxrIbS1eyw7mhcLSSSD1IOsynTzzleWArWaBKoA8jItTB5QR+40+4tJT1\";s:11:\"js/solid.js\";s:71:\"sha384-P4tSluxIpPk9wNy8WSD8wJDvA8YZIkC6AQ+BfAFLXcUZIPQGu4Ifv4Kqq+i2XzrM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9f5gaI9TkuYhi5O/inzfdOXx2nkIhDsLtXqBNmtY6/c5PoqXfd0U2DAjqQVSCXQh\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-L+XK540vkePe55E7PAfByfvW0XpsyYpsifTpgh/w8WvH6asVg/c2zqp0EfZfZTbF\";s:14:\"css/brands.css\";s:71:\"sha384-+LMmZxgyldhNCY6nei3oAWJjHbpbROtVb+f5Ux/nahA+Xjm3wcNdu7zyB39Yj38S\";s:19:\"css/fontawesome.css\";s:71:\"sha384-31qpW3hduWGiGey9tdI9rBBxiog5pxZbPiAlD6YKIgy0P2V1meprKhvpk+xJDkMw\";s:13:\"css/light.css\";s:71:\"sha384-wD8IB6DSQidXyIWfwBrsFwTaHTQDsgzyeqzhd1jNdBZHvGSa7KRGb6Q5sMlroCyk\";s:15:\"css/regular.css\";s:71:\"sha384-hJbmKHxbgrH79UtKxubo1UTe96bOL4Xfhjaqr0csD1UMPEPbeV+446QAC+IGxY+b\";s:13:\"css/solid.css\";s:71:\"sha384-k8v16DuQ4ZFtRfpTeqTW4tcHIj5tkvUNQm1QiLs90XiToLzyFeV+yxujHjSZ2wim\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-yVUvm1bVSmayKKt0YHPKotNQzlBvgNhEBbQ6U1d38bjpapXMVmE+SLXrpQ9td4Ij\";s:9:\"js/all.js\";s:71:\"sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4\";s:12:\"js/brands.js\";s:71:\"sha384-yIJb2TJeTM04vupX+3lv0Qp9j0Pnk8Qm9UPYlXr3H0ROCHNNLoacpS++HWDabbzi\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8QYlVHotqQzcAVhJny7MO9ZR0hASr6cRCpURV+EobTTAv5wftkn4i+U6UrMqoCis\";s:11:\"js/light.js\";s:71:\"sha384-06sraYAcw8BzUjsPn5z8Qi/QAA2/ZJl5GN3LGtRp7k+tZpu7kw+sRNXDDTU4RkOt\";s:13:\"js/regular.js\";s:71:\"sha384-C6h/8oKUfY6cVuGfFSu9uGIlFkaD1u1j+ByYGFTdFbOpHOHpw39lKxqEpRgLQg6A\";s:11:\"js/solid.js\";s:71:\"sha384-nISI3wKDp2gWn9L91zXOKXZ6JPt2mteGTnaJAMfeNgAoeLKl2AQsWLH69HMmBXHa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vuyo8HdrwozCl2DhHOJ40ytjEx9FGy0cqu8i5GHeIoSUm6MPgqCXAVoUIsudKfuE\";}}}s:6:\"5.0.10\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg\";s:14:\"css/brands.css\";s:71:\"sha384-KtmfosZaF4BaDBojD9RXBSrq5pNEO79xGiggBxf8tsX+w2dBRpVW5o0BPto2Rb2F\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8WwquHbb2jqa7gKWSoAwbJBV2Q+/rQRss9UXL5wlvXOZfSodONmVnifo/+5xJIWX\";s:15:\"css/regular.css\";s:71:\"sha384-R7FIq3bpFaYzR4ogOiz75MKHyuVK0iHja8gmH1DHlZSq4tT/78gKAa7nl4PJD7GP\";s:13:\"css/solid.css\";s:71:\"sha384-HTDlLIcgXajNzMJv5hiW5s2fwegQng6Hi+fN6t5VAcwO/9qbg2YEANIyKBlqLsiT\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ucawWSvpdgQ67m4VQzI6qBOHIsGRoY2soJtCkkp15b6IaNCLgauWkbKR8SAuiDQ7\";s:9:\"js/all.js\";s:71:\"sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+\";s:12:\"js/brands.js\";s:71:\"sha384-6jhVhr5a+Z1nLr9h+fd7ocMEo847wnGFelCHddaOOACUeZNoQwFXTxh4ysXVam8u\";s:17:\"js/fontawesome.js\";s:71:\"sha384-M2FSA4xMm1G9m4CNXM49UcDHeWcDZNucAlz1WVHxohug0Uw1K+IpUhp/Wjg0y6qG\";s:13:\"js/regular.js\";s:71:\"sha384-JWLWlnwX0pRcCBsI3ZzOEyVDoUmngnFnbXR9VedCc3ko4R3xDG+KTMYmVciWbf4N\";s:11:\"js/solid.js\";s:71:\"sha384-Q7KAHqDd5trmfsv85beYZBsUmw0lsreFBQZfsEhzUtUn5HhpjVzwY0Aq4z8DY9sA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RLvgmog5EsZMMDnT3uJo6ScffPHTtMbhtV8pcT8kP5UJzlVRU1SP9Hccelk3zYZc\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KwxQKNj2D0XKEW5O/Y6haRH39PE/xry8SAoLbpbCMraqlX7kUP6KHOnrlrtvuJLR\";s:14:\"css/brands.css\";s:71:\"sha384-cyAsyPMdnj21FGg6BEGfZdZ99a/opKBeFa8z5VoHPsPj+tLRYSxkRlPWnGkCJGyA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HE+OCjOJOPZavEcVffA6E24sIfY2RwV4JRieXa/3N5iCY8vgnTwZemElENQ8ak/K\";s:13:\"css/light.css\";s:71:\"sha384-k/d3hya1Xwx/V3yLAr7/6ibFaFIaN+xeY1eIv42A1Bn2HgfB+/YjLscji1sHLOkb\";s:15:\"css/regular.css\";s:71:\"sha384-D4yOV+i5oKU6w8CiadBDVtSim/UXmlmQfrIdRsuKT3nYhiF/Tb6YLQtyF9l0vqQF\";s:13:\"css/solid.css\";s:71:\"sha384-WjYgBJXUWNFTzFd4wNJuzUZx28GSgjzXrPO4LJrng96HFrI/nLrG1R5NET65v1yR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-S/uB02cfkgX8kd+j6f3gmw/PPTg8xSiE/w6d8dE852PzHXkGBYLrqpWFse9hInR2\";s:9:\"js/all.js\";s:71:\"sha384-+1nLPoB0gaUktsZJP+ycZectl3GX7wP8Xf2PE/JHrb7X1u7Emm+v7wJMbAcPr8Ge\";s:12:\"js/brands.js\";s:71:\"sha384-OwdVp9K/baqiXthTvRnYzMcsTaqwG19SfDkTRc/GBIhK9eYlWVVBEvLlueA0STAP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TxXqLyCP6HYGVtr9V1M1rQE7IMbBEZoDdOX+MFeYNbWNwopWKVQM8NyqtU2x+5t2\";s:11:\"js/light.js\";s:71:\"sha384-rv/n2A+UxOzR1qs4wrcOtJ7Ai5Hcn3QQ8tvEkOo5lCvqCD3xwpeO3KZP18JpSXr3\";s:13:\"js/regular.js\";s:71:\"sha384-QNGmoJVI8f07j7N4+DSn4Cdob1PTBJOR6jRGwUwqSPyL2HmvWaBPXuSXOcStGo9D\";s:11:\"js/solid.js\";s:71:\"sha384-m3J/Wb6KcNkFJIpCugSSJITG80sKhEA+16UCFdq1LnpMTOCXwwpeyrE1FmyqoArv\";s:14:\"js/v4-shims.js\";s:71:\"sha384-H+U1wWQdWbEtuQPJ4ZpMl8yWydI6xc/306L/NZkpGY8BGpeSpu39V20x03S3xcMw\";}}}s:6:\"5.0.12\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9\";s:14:\"css/brands.css\";s:71:\"sha384-Pln/erVatVEIIVh7sfyudOXs5oajCSHg7l5e2Me02e3TklmDuKEhQ8resTIwyI+w\";s:19:\"css/fontawesome.css\";s:71:\"sha384-rnr8fdrJ6oj4zli02To2U/e6t1qG8dvJ8yNZZPsKHcU7wFK3MGilejY5R/cUc5kf\";s:15:\"css/regular.css\";s:71:\"sha384-RGDxJbFQcd3/Rei8rYb+3xO3YREd0abxm8WfLkYj7j4HHo5ZVuNUGVx8H8GbpFTQ\";s:13:\"css/solid.css\";s:71:\"sha384-VxweGom9fDoUf7YfLTHgO0r70LVNHP5+Oi8dcR4hbEjS8UnpRtrwTx7LpHq/MWLI\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-N44Xrku5FaDiZLZ8lncIZLh+x9xiqk1r0NTlUJQ5xanSpdORyQHP4Zp2WQJ9GlpJ\";s:9:\"js/all.js\";s:71:\"sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR\";s:12:\"js/brands.js\";s:71:\"sha384-BPIhZF7kZGuZzBS4SP/oIqzpxWuOUtsPLUTVGpGw+EtB1wKt1hv63jb2OCroS3EX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6AOxTjzzZLvbTJayrLOYweuPckqh0rrB4Sj+Js8Vzgr85/qm2e0DRqi+rBzyK52J\";s:13:\"js/regular.js\";s:71:\"sha384-6XNKyHeL6pEPXURVNSKQ0lUP80a5FHqN0oFqSSS8Qviyy2u0KmCMJlQ5iLiAAPBg\";s:11:\"js/solid.js\";s:71:\"sha384-652/z7yNdGONCCBu0u5h5uF9voJhBdgruAuIDVheEaQ7O/ZC9wyyV+yZsYb32Wy7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-STc8Gazx86A+NmeBWQTqa5Ob1wGSRQZevexYiUkKdiqZhi5LSZ28XYAvgptHK5HH\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HX5QvHXoIsrUAY0tE/wG8+Wt1MwvaY28d9Zciqcj6Ob7Tw99tFPo4YUXcZw9l930\";s:14:\"css/brands.css\";s:71:\"sha384-M4owBK0KiG0Vz+G5z/8v8tBb1+w9ts66Z6xKkZEPgBwzISkrcNra4GxZcvJPyaGB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ZDxYpspDwfEsC0ZJDb74i/Rqjb1CnX3a69Dz9vXv4PvvlTEkgMI02TATTRNJoZ06\";s:13:\"css/light.css\";s:71:\"sha384-PWGGmWk9+xVydf1Gzso0ouaikBBKLu4nCY52q+tBUMq5iXmRhpgTuDkjbtxZ1rXT\";s:15:\"css/regular.css\";s:71:\"sha384-tYZB+BP2inzRg01pQhSlW4Tloc0ULXYGiBaf5kSB5Tb3+l84bJy+PKerqziKz3iv\";s:13:\"css/solid.css\";s:71:\"sha384-KY40QRrgoQAM9BPN+gm7JoK30M/P6QqKRCbXUS3uWbPfycyiVeEsPkGNMhcNL3DU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ubRAMbpAKC+ULwg5mkUQLFReIXq1yeiKIcfV7cYp+rEaeINfEglYX6JOte80PCDk\";s:9:\"js/all.js\";s:71:\"sha384-quzri7saio48xMf3ED3HiI5YaItt68Q+0J3qc9EIfk1jk3QqCJhS24l6CZpUGfEe\";s:12:\"js/brands.js\";s:71:\"sha384-QlvHmHtevrYI4s/vdiK6chTDouw2pRA5av6ZLVtENubkoCgSZz4ZaXVvplQ1FRPs\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CUrLKzrygRugRUPtEJ1u4nV4Ec6GnuDMRDGaxfoFXLI+sraWS6rqGg2Sjfs6BTet\";s:11:\"js/light.js\";s:71:\"sha384-z7YlG414oqy0TO7qY/nGfC8zd1LL8JAX3iNQ3iLybUIziHzaMYqBwUvhizEwV0Fd\";s:13:\"js/regular.js\";s:71:\"sha384-p/qo0lifpToZ0ubNiv1WFzlmYJU+BOenvU+evARCvCqALvbpZuqmZQ207vmYD6QL\";s:11:\"js/solid.js\";s:71:\"sha384-y//1Knkpeyl2S568g2ECqUA4n3MKf+kpj1/sfjUQbR1WtBPONceBHrQVMiAqfjLH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6+8zJP76v3EziONR2vMd32iSU3qbdicAE8KNp+NWniM6mBmvN80NlY+sbvCO+w7M\";}}}s:6:\"5.0.13\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp\";s:14:\"css/brands.css\";s:71:\"sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV\";s:15:\"css/regular.css\";s:71:\"sha384-EWu6DiBz01XlR6XGsVuabDMbDN6RT8cwNoY+3tIH+6pUCfaNldJYJQfQlbEIWLyA\";s:13:\"css/solid.css\";s:71:\"sha384-Rw5qeepMFvJVEZdSo1nDQD5B6wX0m7c5Z/pLNvjkB14W6Yki1hKbSEQaX9ffUbWe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LAtyQAMHxrIJzktG06ww5mJ0KQ+uCqQIJFjwj+ceCjUlZ2jkLwJZt1nBGw4KaFEZ\";s:9:\"js/all.js\";s:71:\"sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe\";s:12:\"js/brands.js\";s:71:\"sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY\";s:13:\"js/regular.js\";s:71:\"sha384-IJ3h7bJ6KqiB70L7/+fc44fl+nKF5eOFkgM9l/zZii9xs7W2aJrwIlyHZiowN+Du\";s:11:\"js/solid.js\";s:71:\"sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-qqI1UsWtMEdkxgOhFCatSq+JwGYOQW+RSazfcjlyZFNGjfwT/T1iJ26+mp70qvXx\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-oi8o31xSQq8S0RpBcb4FaLB8LJi9AT8oIdmS1QldR8Ui7KUQjNAnDlJjp55Ba8FG\";s:14:\"css/brands.css\";s:71:\"sha384-t3MQUMU0g3tY/0O/50ja6YVaEFYwPpOiPbrHk9p5DmYtkHJU2U1/ujNhYruOJwcj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-LDuQaX4rOgqi4rbWCyWj3XVBlgDzuxGy/E6vWN6U7c25/eSJIwyKhy9WgZCHQWXz\";s:13:\"css/light.css\";s:71:\"sha384-d8NbeymhHpk+ydwT2rk4GxrRuC9pDL/3A6EIedSEYb+LE+KQ5QKgIWTjYwHj/NBs\";s:15:\"css/regular.css\";s:71:\"sha384-HLkkol/uuRVQDnHaAwidOxb1uCbd78FoGV/teF8vONYKRP9oPQcBZKFdi3LYDy/C\";s:13:\"css/solid.css\";s:71:\"sha384-drdlAcijFWubhOfj9OS/gy2Gs34hVhVT90FgJLzrldrLI+7E7lwBxmanEEhKTRTS\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-8YpCivPy+AkMdZ0uAvEP04Gs77AN/6mS5AmZqkCwniP51zSG8rCMaH06OYuC4iXd\";s:9:\"js/all.js\";s:71:\"sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn\";s:12:\"js/brands.js\";s:71:\"sha384-44Hl7UlQr9JXHFcZOp9qWHk2H1lrsAN/cG3GNgB2JqbciecuJ2/B9sjelOMttzBM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-BUkEHIKZJ0ussRY3zYfFL7R0LpqWmucr9K38zMTJWdGQywTjmzbejVSNIHuNEhug\";s:11:\"js/light.js\";s:71:\"sha384-+iGqamqASU/OvBgGwlIHH6HSEgiluzJvTqcjJy8IN9QG9aUfd0z0pKpTlH7TpU7X\";s:13:\"js/regular.js\";s:71:\"sha384-1bAvs6o5Yb7MMzvTI3oq2qkreCQFDXb6KISLBhrHR+3sJ/mm7ZWfnQVRwScbPEmd\";s:11:\"js/solid.js\";s:71:\"sha384-CucLC75yxFXtBjA/DCHWMS14abAUhf5HmFRdHyKURqqLqi3OrLsyhCyqp83qjiOR\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LDfu/SrM7ecLU6uUcXDDIg59Va/6VIXvEDzOZEiBJCh148mMGba7k3BUFp1fo79X\";}}}s:5:\"5.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt\";s:14:\"css/brands.css\";s:71:\"sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG\";s:15:\"css/regular.css\";s:71:\"sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD\";s:13:\"css/solid.css\";s:71:\"sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5aLiCANDiVeIiNfzcW+kXWzWdC6riDYfxLS6ifvejaqYOiEufCh0zVLMkW4nr8iC\";s:16:\"css/v4-shims.css\";s:71:\"sha384-epK5t6ciulYxBQbRDZyYJFVuWey/zPlkBIbv6UujFdGiIwQCeWOyv5PVp2UQXbr2\";s:9:\"js/all.js\";s:71:\"sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9\";s:12:\"js/brands.js\";s:71:\"sha384-ZqDZAkGUHrXxm3bvcTCmQWz4lt7QGLxzlqauKOyLwg8U0wYcYPDIIVTbZZXjbfsM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-juNb2Ils/YfoXkciRFz//Bi34FN+KKL2AN4R/COdBOMD9/sV/UsxI6++NqifNitM\";s:13:\"js/regular.js\";s:71:\"sha384-Y+AVd32cSTAMpwehrH10RiRmA28kvu879VbHTG58mUFhd+Uxl/bkAXsgcIesWn3a\";s:11:\"js/solid.js\";s:71:\"sha384-Z7p3uC4xXkxbK7/4keZjny0hTCWPXWfXl/mJ36+pW7ffAGnXzO7P+iCZ0mZv5Zt0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3qT9zZfeo1gcy2NmVv5dAhtOYkj91cMLXRkasOiRB/v+EU3G+LZUyk5uqZQdIPsV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs\";s:14:\"css/brands.css\";s:71:\"sha384-C1HxUFJBptCeaMsYCbPUw8fdL2Cblu3mJZilxrfujE+7QLr8BfuzBl5rPLNM61F6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PnWzJku7hTqk2JREATthkLpYeVVGcBbXG5yEzk7hD2HIr/VxffIDfNSR7p7u4HUy\";s:13:\"css/light.css\";s:71:\"sha384-ANTAgj8tbw0vj4HgQ4HsB886G2pH15LXbruHPCBcUcaPAtn66UMxh8HQcb1cH141\";s:15:\"css/regular.css\";s:71:\"sha384-6kuJOVhnZHzJdVIZJcWiMZVi/JwinbqLbVxIbR73nNqXnYJDQ5TGtf+3XyASO4Am\";s:13:\"css/solid.css\";s:71:\"sha384-rvfDcG9KDoxdTesRF/nZ/sj8CdQU+hy6JbNMwxUTqpoI2LaPK8ASQk6E4bgabrox\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/h6SKuA/ysT91EgYEGm9B6Z6zlaxuvKeW/JB7FWdGwCFalafxmGzJE2a63hS1BLm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2RBBYH6GaI11IJzJ6V1eL7kXXON+epoQIt+HqpzQdBrtyT7gNwKPDxo2roxUbtW9\";s:9:\"js/all.js\";s:71:\"sha384-E5SpgaZcbSJx0Iabb3Jr2AfTRiFnrdOw1mhO19DzzrT9L+wCpDyHUG2q07aQdO6E\";s:12:\"js/brands.js\";s:71:\"sha384-QPbiRUBnwCr8JYNjjm7CB0QP9h4MLvWUZhsChFX6dLzRkY22/nAxVYqa5nUTd6PL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ckjcH5WkBMAwWPjTJiy7K2LaLp37yyCVKAs3DKjhPdo0lRCDIScolBzRsuaSu+bQ\";s:11:\"js/light.js\";s:71:\"sha384-77i21WTcIcnSPKxwR794RLUQitpNqm6K3Fxsjx8hgoc3ZZbPJu5orgvU/7xS3EFq\";s:13:\"js/regular.js\";s:71:\"sha384-S21AhcbZ5SXPXH+MH7JuToqmKYXviahLaD1s9yApRbu1JDiMjPBGQIw/3PCHKUio\";s:11:\"js/solid.js\";s:71:\"sha384-q6QALO/4RSDjqnloeDcGnkB0JdK3MykIi6dUW5YD66JHE3JFf8rwtV5AQdYHdE0X\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9gfBAY6DS3wT0yuvYN1aaA1Q9R0fYQHliQWLChuYDWJJ0wQJpoNZrzlcqd4+qqny\";}}}s:5:\"5.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ\";s:14:\"css/brands.css\";s:71:\"sha384-SYNjKRRe+vDW0KSn/LrkhG++hqCLJg9ev1jIh8CHKuEA132pgAz+WofmKAhPpTR7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-0b7ERybvrT5RZyD80ojw6KNKz6nIAlgOKXIcJ0CV7A6Iia8yt2y1bBfLBOwoc9fQ\";s:15:\"css/regular.css\";s:71:\"sha384-QNorH84/Id/CMkUkiFb5yTU3E/qqapnCVt6k5xh1PFIJ9hJ8VfovwwH/eMLQTjGS\";s:13:\"css/solid.css\";s:71:\"sha384-S2gVFTIn1tJ/Plf+40+RRAxBCiBU5oAMFUJxTXT3vOlxtXm7MGjVj62mDpbujs4C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EH3TEAKYd7R0QbCS4OFuYoEpaXITVg5c/gdZ/beEaAbRjMGVuVLLFjiIKOneCzGZ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-LCsPWAjCFLDeFHB5Y0SBIOqgC5othK8pIZiJAdbJDiN10B2HXEm1mFNHtED8cViz\";s:9:\"js/all.js\";s:71:\"sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a\";s:12:\"js/brands.js\";s:71:\"sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe\";s:13:\"js/regular.js\";s:71:\"sha384-sAzYCvbTTKFOxT4VHu+ZjHRMXjvfjT6TAqOng28g4jba88Peg5+hkoVIqQKGjmj1\";s:11:\"js/solid.js\";s:71:\"sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-T69Lzd4bE7W8/vVrxvfsx45/AAKf6QmKEg5zSl0v9aZwo/pTKseq81mxdpARTQpx\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xyMU7RufUdPGVOZRrc2z2nRWVWBONzqa0NFctWglHmt5q5ukL22+lvHAqhqsIm3h\";s:14:\"css/brands.css\";s:71:\"sha384-E5dVkWQIVhVPtBz/KK2TS7EM9l1+5XiWFPX7l3+5ayHPwDguGsHqof3GQbk55AS3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bHoj6f1b1CQ6zapOREeYBO/JnDjeV1fLuKn3KHnbqAAnkLva11KY3m8YyKPVXYLF\";s:13:\"css/light.css\";s:71:\"sha384-EGKQAl6ZrGi/zGxZ4ykVhc/A3tFVeBiLnneETILtcxQnZpo7ejmb4BkNa3zSgo4K\";s:15:\"css/regular.css\";s:71:\"sha384-AKIrAHbICIQF+NEqtykrcdzMjExDiKLa9hOyUVsr4PlHtktH7xaD10vO98UnPjuE\";s:13:\"css/solid.css\";s:71:\"sha384-Ux3tEr1RmnxCht2XbPkWWBuotwMVXKOe0PkWN/nmiD5CSV6Tyjl+Kr0J0iX1yd0q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-++BmJ9x4V05AhCNnLr/RjPTY4BAFuhZsESUqH5hiwZspBvy7F+DRGvSH8tGHw9P/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TUicmScQcYANFcc4OQKEX6V1Zek9o9t+dwW/2tZoXmSigBk9JqfHxZZFlSo+0oRl\";s:9:\"js/all.js\";s:71:\"sha384-cHcg4nvWPIGArJhEgL2F5e09Cn1GyPQpNYKbPatFCpDefCbezZjPA3PhLozKTZnv\";s:12:\"js/brands.js\";s:71:\"sha384-KCMfKsP/3VgeibBQRMu4bT+9041Hi2v9PIz9FLOPJBEvxCBklc4o7tRwwQu4FWsT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EWJRWU7LQt+ri8YtDjTr8adATyP7y8DwlpE8zruoUC4nHNjtWZMU+iPYK+tFaV3U\";s:11:\"js/light.js\";s:71:\"sha384-0rp6k6cJIuLV1ORowDSSKr4VbEqb664PQUWdBvhJyt6IfkshVb0r6UlOkX6yVdaI\";s:13:\"js/regular.js\";s:71:\"sha384-Mw6yr+W+X+ckaAUbsPUb2BcU3Af9aSjmPMIlMr2iplN0VQIpscDWy/VwY5w0sz9w\";s:11:\"js/solid.js\";s:71:\"sha384-PyvJtlnGBA/R+hfVbHbnzfeT8G/iTORqPhR5WKGTQXlfmLe5bV+d64NECHG4sIMa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rJQjFeDWQReL3KmIeV81jB594CgKx/MmXyAgiuu88Jo253P+PSMgWzivZQtR6N6J\";}}}s:5:\"5.2.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ\";s:14:\"css/brands.css\";s:71:\"sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6\";s:15:\"css/regular.css\";s:71:\"sha384-zkhEzh7td0PG30vxQk1D9liRKeizzot4eqkJ8gB3/I+mZ1rjgQk+BSt2F6rT2c+I\";s:13:\"css/solid.css\";s:71:\"sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jKeGgxY7zPT61fNXg6OMRDu8vsxOPRLMlgAIUHo1KVag4lyu5B03KsDLYOTMM4ld\";s:16:\"css/v4-shims.css\";s:71:\"sha384-W14o25dsDf2S/y9FS68rJKUyCoBGkLwr8owWTSTTHj4LOoHdrgSxw1cmNQMULiRb\";s:9:\"js/all.js\";s:71:\"sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy\";s:12:\"js/brands.js\";s:71:\"sha384-4BRtleJgTYsMKIVuV1Z7lNE29r4MxwKR7u88TWG2GaXsmSljIykt/YDbmKndKGID\";s:17:\"js/fontawesome.js\";s:71:\"sha384-QcnrgQuRmocjIBY6ByWMmDvUg3HO4MSdVjY7ynJwZfvTDhVPPQOUI9TRzc6/7ZO1\";s:13:\"js/regular.js\";s:71:\"sha384-YdSTwqfKxyP06Jj3UzTeumv8M+Pme60+KND4oF+5r5VeUCvdkw7NhSzFYWbe00ba\";s:11:\"js/solid.js\";s:71:\"sha384-YmNA3b9AQuWW8KZguYfqJa/YhKNTwGVD5pQc1cN0ZAVRudFFtR17HR7rooNcVXe4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rn4uxZDX7xwNq5bkqSbpSQ3s4tK9evZrXAO1Gv9WTZK4p1+NFsJvOQmkos19ebn2\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-TXfwrfuHVznxCssTxWoPZjhcss/hp38gEOH8UPZG/JcXonvBQ6SlsIF49wUzsGno\";s:14:\"css/brands.css\";s:71:\"sha384-Ei2oxwH0wpwmp7KPdhYnajC5fWDdMENOjDw9OfzWvcFcOGn0Egy+L5AAculaqBbD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4eP+1rYQmuI3hxrmyE+GT/EIiNbF4R85ciN3jMpmIh+bU5Hz2IU7AdcVe+JS+AJz\";s:13:\"css/light.css\";s:71:\"sha384-pcDR01P1wNxsYZiEYdROCAYhU2u8VHOctLrYRonRFtkf/TGEQFWt0rqFbPGWlyn4\";s:15:\"css/regular.css\";s:71:\"sha384-g3XsWx0Sqi7JIjLKVnwUxEvqrxTMQPIf3PN+vTdWY2AhduP/rnj0rw89v0nbD4Ro\";s:13:\"css/solid.css\";s:71:\"sha384-B/E/KxBX31kY/5sew+X4c8e6ErosbqOOsA3t4k6VVmx8Hrz//v0tEUtXmUVx9X6Q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-O6mvz45yC1vfdu/EgUxAoSGrP+sFtepMtj7eOQIW1G3WT9Sj5djActZC0hd/F42D\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2QRS8Mv2zxkE2FAZ5/vfIJ7i0j+oF15LolHAhqFp9Tm4fQ2FEOzgPj4w/mWOTdnC\";s:9:\"js/all.js\";s:71:\"sha384-yBZ34R8uZDBb7pIwm+whKmsCiRDZXCW1vPPn/3Gz0xm4E95frfRNrOmAUfGbSGqN\";s:12:\"js/brands.js\";s:71:\"sha384-eg9wHuvEPj6+GlGomBRaMHLF0QfCnjdASWDKd84DMeM9phhyDaPFou/nHJBt0bz+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FQUuiJxt9F0hPc9IP3M5ndmqK53iBCGcy4ZSx8QirhYOIs8l7x+e1/zdswyZEigi\";s:11:\"js/light.js\";s:71:\"sha384-glAz6mCeiwAe/kHHHG/OvhrjA4+AH55ZfH8fwYp48YCY61POwUmOrH/oYOaF2Ujy\";s:13:\"js/regular.js\";s:71:\"sha384-8hKZY21U4J3r9N0GFl+24YnDkbRhs8y/nXT6BaZ+sOJDNmz+1DhFawE9UYL37XzB\";s:11:\"js/solid.js\";s:71:\"sha384-1j3ph9Rf+Aaz6rrizz6cdFxU9ZbUyvkbiwQ5+T/BY4I5mk37vUpTA8S9ZZOlfdWu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-aoMjEUBUPf5GpXx1WJUeTZ/gBmGqQB1u8uUc2J5LW2xnQtJKkGulESZ+rkoj182s\";}}}s:5:\"5.3.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\";s:14:\"css/brands.css\";s:71:\"sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7\";s:15:\"css/regular.css\";s:71:\"sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq\";s:13:\"css/solid.css\";s:71:\"sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-4K9ulTwOtsXr+7hczR7fImKfUZY5THwqvfxwPx1VUCEOt4qssi2Vm+kHY7NJQPoy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A\";s:9:\"js/all.js\";s:71:\"sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB\";s:12:\"js/brands.js\";s:71:\"sha384-2vdvXGQdnt+ze3ylY5ESeZ9TOxwxlOsldUzQBwtjvRpen1FwDT767SqyVbYrltjb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2OfHGv4zQZxcNK+oL8TR9pA+ADXtUODqGpIRy1zOgioC4X3+2vbOAp5Qv7uHM4Z8\";s:13:\"js/regular.js\";s:71:\"sha384-sqmLTIuB+bQgkyOcdJ/hAvXl51Z7qqdK/lcH/rt6sdvDKFincQWI+fVgcDZM6NMz\";s:11:\"js/solid.js\";s:71:\"sha384-GJiigN/ef2B3HMj0haY+eMmG4EIIrhWgGJ2Rv0IaWnNdWdbWPr1sRLkGz7xfjOFw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DtdEw3/pBQuSag11V3is/UZMjGkGMLDRBgk1UVAOvH6cYoqKjBmCEhePm13skjRV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w\";s:14:\"css/brands.css\";s:71:\"sha384-AOiME8p6xSUbTO/93cbYmpOihKrqxrLjvkT2lOpIov+udKmjXXXFLfpKeqwTjNTC\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Yz2UJoJEWBkb0TBzOd2kozX5/G4+z5WzWMMZz1Np2vwnFjF5FypnmBUBPH2gUa1F\";s:13:\"css/light.css\";s:71:\"sha384-9QuzjQIM/Un6pY9bKVJGLW8PauASO8Mf9y3QcsHhfZSXNyXGoXt/POh3VLeiv4mw\";s:15:\"css/regular.css\";s:71:\"sha384-pofSFWh/aTwxUvfNhg+LRpOXIFViguTD++4CNlmwgXOrQZj1EOJewBT+DmUVeyJN\";s:13:\"css/solid.css\";s:71:\"sha384-wJu5pIbEyJzi+kRgVKVQkPNKI104yNC+IAyK7XXEVGgPGe+LTEERIkpSZbc/wrOx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hmg9TonawJaGH8ayFFnEBwvkx61BYLPAOV7b/YDGQEVIs1jh9pWQigAavMuD+Vc/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1YFoQoO5Em1oxLErpWpJuswiqPFVHl8HLDUaLjJGJH8+Nra/Y1D6uOZkEgfH5OZf\";s:9:\"js/all.js\";s:71:\"sha384-eAVkiER0fL/ySiqS7dXu8TLpoR8d9KRzIYtG0Tz7pi24qgQIIupp0fn2XA1H90fP\";s:12:\"js/brands.js\";s:71:\"sha384-am5AyalpQCEfbKe6FYiGZc2vX080nrcueZmrbkljxLdQDJ5q5Vu9QDROD/QefEp1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-u3o36ga3mMU6/lK/zdiER4h7pPtAK7wBuN0DrZPH22v01RZL8bKZkULIjxcx2/X/\";s:11:\"js/light.js\";s:71:\"sha384-2R0W5LA7dXp3ze/WhvjXlUcDaHRhtGlKYxN9QMhGDdjmj2EI1bub5ysSwofJwGfI\";s:13:\"js/regular.js\";s:71:\"sha384-EbI+OvKb7noKOfu8MSi/vCbi0KWlM61MjHDmRk4/vwJkPsMIRcJggYLDGWv7VeYY\";s:11:\"js/solid.js\";s:71:\"sha384-U4vTrZsQ4ooEtzL162EZfTtCiJNTXOwGDBzV91//DI5L/h48ibzHBiHJmPLpx2hO\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8e1r0+5VTqCqkg/9vG+cnipytzBkEh9fpESgVwBZAizMkWRfiaTkdhgdnhLGwuPd\";}}}s:5:\"5.4.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz\";s:14:\"css/brands.css\";s:71:\"sha384-Px1uYmw7+bCkOsNAiAV5nxGKJ0Ixn5nChyW8lCK1Li1ic9nbO5pC/iXaq27X5ENt\";s:19:\"css/fontawesome.css\";s:71:\"sha384-BzCy2fixOYd0HObpx3GMefNqdbA7Qjcc91RgYeDjrHTIEXqiF00jKvgQG0+zY/7I\";s:15:\"css/regular.css\";s:71:\"sha384-4e3mPOi7K1/4SAx8aMeZqaZ1Pm4l73ZnRRquHFWzPh2Pa4PMAgZm8/WNh6ydcygU\";s:13:\"css/solid.css\";s:71:\"sha384-osqezT+30O6N/vsMqwW8Ch6wKlMofqueuia2H7fePy42uC05rm1G+BUPSd2iBSJL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-2MWWLQq91kFwloAny7gkgoeV33bD/cE3A9ZbB2rCN/YAAR/VEHVoDq6vRJJYTaxM\";s:16:\"css/v4-shims.css\";s:71:\"sha384-YIDcSvDDaIskj/WDlWwjrNdK194YAGWc1CScdo2tXl3IQVS1zS07xQaoAFlXCf1P\";s:9:\"js/all.js\";s:71:\"sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7\";s:12:\"js/brands.js\";s:71:\"sha384-lc/yFuYW3B0EW9B2QSpod2KeBxq6/ZizGwAW6mRLUe3kKUVlSBfDIVZKwKIz/DBg\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ISRc+776vRkDOTSbmnyoZFmwHy7hw2UR3KJpb4YtcfOyqUqhLGou8j5YmYnvQQJ4\";s:13:\"js/regular.js\";s:71:\"sha384-SQqzt64aAzh3UJ9XghcA//GE8+NxAIRcuCrrekyDokXP6Bbt/FYAFlV6VSPrZKwH\";s:11:\"js/solid.js\";s:71:\"sha384-agDKwSYPuGlC0wD14lKXXwb94jlUkbkoSugquwmKRKWv/nDXe1kApDS/gqUlRQmZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/s2EnwEz7C3ziRundAGzeOAoGYffu84oY4SOHjhI/2Wqk3Z0usUm9bjdduzhZ9+z\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-POYwD7xcktv3gUeZO5s/9nUbRJG/WOmV6jfEGikMJu77LGYO8Rfs2X7URG822aum\";s:14:\"css/brands.css\";s:71:\"sha384-rmUpvtaCngUop5CYz7WL1LnqkMweXskxP+1AXmkuMSbImsUuy82bUYS4A8Syd3Pf\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PPeKwWhk5XZBVVq089DuhGmjaEVB1r+jdmx6jZrqzlef8ojhZXG+E/D6SP7uO1dk\";s:13:\"css/light.css\";s:71:\"sha384-DZAoxBcs4G15aUXLX4vKbO53ye8L8AB/zg07HOVhIMVclhx8rdWye0AJSQl51ehV\";s:15:\"css/regular.css\";s:71:\"sha384-xKPOvJDwdb/n5w2kh6cxds98Ae2d5N63xkIydEdoYeA2bxIKUmmyU9lZ9j58mLYS\";s:13:\"css/solid.css\";s:71:\"sha384-oT4lQmwnKx98HRnFgaGvgCdjtKOjep9CjfMdAOPtJU8Vy6NY3X34GfqL0H43ydJn\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-j2EtHJUHBAZF9vkmX0TSA/QqYMf0Npp9P2leJGZFDbLHbcI62HH8w7FRcUMNf8Q2\";s:16:\"css/v4-shims.css\";s:71:\"sha384-aaXKvb/d7l2hTm3ZDWCy5v4ct5zXIslt+70K4xalZPLu3ifrkYcG61m4u+DIQGEk\";s:9:\"js/all.js\";s:71:\"sha384-0+tugznPwCEvPiypW+OwmFjAQvRKlgI0ZZZW3nofNlLMmbYXbmNvfX/9up9XQSRs\";s:12:\"js/brands.js\";s:71:\"sha384-ShBqjf9lFG58e2NmhnbVlhAOPCWdzkPbBmAEcQ37Liu3TwOYxIizS7J1P3rRLJHm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8vKKeD0uIV/HXM5ym3RGB4O7rZ43fCdpiXqP047w7sEE3igcK0Y1U9ApEArcRBDJ\";s:11:\"js/light.js\";s:71:\"sha384-jlaccvPpizUbHU/8pYAsDEwhhBae8MUcYqHHsKkjFcFsEp3Y6LrVXh0GA84aAkTg\";s:13:\"js/regular.js\";s:71:\"sha384-MB7Bz/7e8sBWnZgblSLUfFOOi+V1PIkRG/Ex1NMeu0CovaXCzHyCMwAwOF+FAo1s\";s:11:\"js/solid.js\";s:71:\"sha384-KlTWIsOnBg7LJobQmLsv5fQ1qbx73K+o8/xhoUDoIba13SxF4bT5W2WgV3d8mZIw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-e+EZ4XUeGXVd0FDmP/mFu7FFe+qVX738ayOS2AErNIPSLz5oZ3OgVa9zEyCds3HP\";}}}s:5:\"5.4.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns\";s:14:\"css/brands.css\";s:71:\"sha384-BCEeiNUiLzxxoeYaIu7jJqq0aVVz2O2Ig4WbWEmRQ2Dx/AAxNV1wMDBXyyrxw1Zd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HU5rcgG/yUrsDGWsVACclYdzdCcn5yU8V/3V84zSrPDHwZEdjykadlgI6RHrxGrJ\";s:15:\"css/regular.css\";s:71:\"sha384-OEIzojYBMrmz48aIjVQj7VG38613/sxpP58OW9h5zBYC7biGFlv9tyu5kWmaAYlF\";s:13:\"css/solid.css\";s:71:\"sha384-uKQOWcYZKOuKmpYpvT0xCFAs/wE157X5Ua3H5onoRAOCNkJAMX/6QF0iXGGQV9cP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+moUZLBX5mmeUnjaImkzlTo5cXyQWAvzbqQapNFd7+dGIaap0koo0rtfe8lHD38R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SlbnWxwEHTVYxDLrpIRrG2BpsTpWALbJ6Tx5Fq+XNHRBL7xI6xwhVpuUGrrbLBXe\";s:9:\"js/all.js\";s:71:\"sha384-wp96dIgDl5BLlOXb4VMinXPNiB32VYBSoXOoiARzSTXY+tsK8yDTYfvdTyqzdGGN\";s:12:\"js/brands.js\";s:71:\"sha384-i1RNpxOOEnRm63Ii3TuV0aM8bJ+6Pv6XHpRSJbN7QlIzZIsl7m36R0GhOTTGN3F9\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n1qPouQQJ9VNZnZeNZWSDiclpIOJwZBS2bkD6rEX+DTmMXTKXBVCZw2cGbU/I17z\";s:13:\"js/regular.js\";s:71:\"sha384-Uj7q9rRb3eJNp0j1kXwOBgEWDGbAiJ7Dcuz4hLRQdtza6pawbo/Bmwgr58THzHyR\";s:11:\"js/solid.js\";s:71:\"sha384-OQNCj138epg9A13jaL9L/d5vMlK2jyPL4aOgi37KYt07aZARbv/eFGp/wnrCxkW5\";s:14:\"js/v4-shims.js\";s:71:\"sha384-fzYnAZZYxpOQTjc3Y1eP04DGdMLAy+PeiZ8+ICh4FDLkJR/NJiAgKgK2vEpGx3au\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-zhaLg9HKxTxDljOPXpWHGn91XMDH+sYAWRSgvzHes290/ISyrNicGrd6BInTnx3L\";s:14:\"css/brands.css\";s:71:\"sha384-RjTk1OTKX8K8S4QfwhFOfbNSbQxLFgN6jqDw05QuBDDEbc/x6xlPtkPSO4vA1TtI\";s:19:\"css/fontawesome.css\";s:71:\"sha384-XkH+Vmez3OoFo52K+SkBE61xZ7vKh9tF35gL9Yf8rD3RtKUqIQGoTJTsLdR5u8rt\";s:13:\"css/light.css\";s:71:\"sha384-n0uyPlhqrQyWPPzm6+B9xDeZKCD81RgGRsTO7PQt3McgMXSR9zjhGaD5cXHwk+D8\";s:15:\"css/regular.css\";s:71:\"sha384-+OdrK32QtByk1ipA7b4+uLddrcWs2bx3nn37Dl5h98PW1AYKIrRZKveBl6AcpgcD\";s:13:\"css/solid.css\";s:71:\"sha384-SYCdBxlsgGngJi9eiKt5Tk6UtOJs1Jq5eU3yZDZ+hOe0GKk/obXhHy50IYVVdJro\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3f24zIRoR/ma/cnROK52rTVZpgCXKQ92/89RDq7GO7/9IxIl3VQV/tF6ecGgvUs8\";s:16:\"css/v4-shims.css\";s:71:\"sha384-ah4vMGE5UgKcCIB90FZl8BOcusXAVTm070n1UuOrNQA9QwkgnhqASrop/Oblr6wY\";s:9:\"js/all.js\";s:71:\"sha384-+lZy0zDh4RS9ZG6+Od6x6irKqoBH4NSy0m7IW8UGbzGZ/rupt9Cd9NdEb5S7+V9w\";s:12:\"js/brands.js\";s:71:\"sha384-LVdS6BqWBV1V0OyGzWK0HrGN4uDZbpO6hja1oVh86MhthieoER2crgKS/KsaiN8E\";s:17:\"js/fontawesome.js\";s:71:\"sha384-zMrS036pMtJ0Ukzo5x2YiTrYDGDaoeO8Yd0IHhI/PaEnfrY/nMHqvKME8C7dHhUE\";s:11:\"js/light.js\";s:71:\"sha384-hOiC7FL4572/E3aEEeWM6dF3ch/qFz59R91pAJqjYEKHBXN5u7e2oAYAgeSGF1VB\";s:13:\"js/regular.js\";s:71:\"sha384-f1yYCENdJ+9NE5J2T8weglyMCtTqRJOeGP9qaLwO43aYY0PVeuAfmsGgTegByFW6\";s:11:\"js/solid.js\";s:71:\"sha384-XlRgTEYU6HJ02+ZCuXW2/CgjnpV2+8FuQPTJSJ/+ZCQS5ZXRfIS5FHDRhMvOL++d\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6TX+vqRZyQq+vB25wCb101/vY510EN37QZgs5f1dfG1+QYuIoQGdFFV8sx8W36AL\";}}}s:5:\"5.5.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\";s:14:\"css/brands.css\";s:71:\"sha384-QT2Z8ljl3UupqMtQNmPyhSPO/d5qbrzWmFxJqmY7tqoTuT2YrQLEqzvVOP2cT5XW\";s:19:\"css/fontawesome.css\";s:71:\"sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT\";s:15:\"css/regular.css\";s:71:\"sha384-z3ccjLyn+akM2DtvRQCXJwvT5bGZsspS4uptQKNXNg778nyzvdMqiGcqHVGiAUyY\";s:13:\"css/solid.css\";s:71:\"sha384-rdyFrfAIC05c5ph7BKz3l5NG5yEottvO/DQ0dCrwD8gzeQDjYBHNr1ucUpQuljos\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NKdowA6EzI4CWz/dLjoC7dhVj+KczesQbwkbt6y3aRTi1JPZBy2uOocsmHmYvkux\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TTjEZR8VsD+LjNa98drkrTRYhdUEaS3gAGE7PGnx2qkePR3fZtnVNoAfxPNyf+IQ\";s:9:\"js/all.js\";s:71:\"sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0\";s:12:\"js/brands.js\";s:71:\"sha384-S2C955KPLo8/zc2J7kJTG38hvFV+SnzXM6hwfEUhGHw5wPo6uXbnbjSJgw3clO4G\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bNOdVeWbABef8Lh4uZ8c3lJXVlHdf8W5hh1OpJ4dGyqIEhMmcnJrosjQ36Kniaqm\";s:13:\"js/regular.js\";s:71:\"sha384-XrvTJeiQ46fxxPrZP6fay5yejA2FV4G1XsS8E4Piz6Fz+7FaEFTw7A7GR972irVV\";s:11:\"js/solid.js\";s:71:\"sha384-Xgf/DMe1667bioB9X1UM5QX+EG6FolMT4K7G+6rqNZBSONbmPh/qZ62nBPfTx+xG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vBDTb50BKnwbvJZ5ZC5dsGJNQydTI7ZoAjCeJkdta6nSewwGXCnppKI5lrIQX4Qu\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-j8y0ITrvFafF4EkV1mPW0BKm6dp3c+J9Fky22Man50Ofxo2wNe5pT1oZejDH9/Dt\";s:14:\"css/brands.css\";s:71:\"sha384-t0iPfoyIjBoVR2Kw/65HArpRWQy0/xKBUmdEVTs5VYBb/yiPZxMY6egc9MROr/Og\";s:19:\"css/fontawesome.css\";s:71:\"sha384-srL3Qh9R/n855m4o5fegS//B2q0R1md7z6ndDYaPj8iEp0j0IuKdFVWMY0JosKPF\";s:13:\"css/light.css\";s:71:\"sha384-33RmjeesW9BZ4wR2Gm3n4iBXOvGTto4znqL2kZleiRanWDxM59IHIq5RsbRioqxb\";s:15:\"css/regular.css\";s:71:\"sha384-UPs+YiUhgn0/I0swkJmk3PSj3SWmzDrM+S0S09xLI/UUmHBU7ivRHryI3uVL6H+m\";s:13:\"css/solid.css\";s:71:\"sha384-YIyAArzQv8q6Av1kr9cwxHhFcfNBUaolJindR2XO8E3OLp6z3d8My3oWLd33ET7M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-a2sfkqnB9p/zq6OT4QhuD80qQZ70fGDmo4JUNqP5E7NIICvgRNPjIBkQE/Qcl3SN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SNyDPad7e8WM4Nu7W/f1x3qsDrLxMCvXurQfwNdp418WWmkkTQuPBGYDZA6rSg0X\";s:9:\"js/all.js\";s:71:\"sha384-3yBLeJ4waqGSAf4A8pjZ13UF7GuhgbdKnBQvIp/TkWoXtQbtwjlIPNjkDRJ46UCn\";s:12:\"js/brands.js\";s:71:\"sha384-oMyy7aPCmlH4ZGEaKHW+zAoaKDWIFh6iqJ53lusMpn+Kp8SN5nJ2kzkP1qd0+icb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-oPma1F1txBbqTG+1O7BEx0A/qFtD+R661ULJLmI9RDQ0PfbRP1tQU3vBIBbJIAxL\";s:11:\"js/light.js\";s:71:\"sha384-SVEn5VmGP1fxV9V5TOZOTwL9dCg50Yb0Xn4fbV9Ic/kp8we6kv4zPVcs9seU0675\";s:13:\"js/regular.js\";s:71:\"sha384-gbY/GPDSEaMQ9cjqWLbLcaxUCtCeExO9oUEZLrOQHfFLoV5ouwIrqF6mGnjyIOc2\";s:11:\"js/solid.js\";s:71:\"sha384-VxezC2Q+YoC+yUILib+HlmOsFiqNzYtQIXsHYY6ST7QZVfgBNs2giKE97ijGMgUH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8sPM0eSaqmdF9ruedfsxEZfxVcIp0cwhosrBhWl/Q4t1eQSMXl6tYenNe87MraQ6\";}}}s:5:\"5.6.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h\";s:14:\"css/brands.css\";s:71:\"sha384-oT8S/zsbHtHRVSs2Weo00ensyC4I8kyMsMhqTD4XrWxyi8NHHxnS0Hy+QEtgeKUE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-J4287OME5B0yzlP80TtfccOBwJJt6xiO2KS14V7z0mVCRwpz+71z7lwP4yoFbTnD\";s:15:\"css/regular.css\";s:71:\"sha384-yWI8JeRmJFie/rrEn4skBd/XXXfUWuc7wAhaj9q71PzjdYD3JslHSEU7BXCCcVyP\";s:13:\"css/solid.css\";s:71:\"sha384-COsgLGwf6vbsibKzWojSqhIjQND/Sa0RWQ5BHFrKOz5JrUObnh5GEBUH2oZwITuM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-nHELFCUV8tffuhz6PkFYcEl6VCneIQgaHNbLkOHukzJs12+rUiKwsVmVhbqhEAq7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-HiCW4rrGA9WlUM512GMhD+YfcMidwWluZzyu+X55gfVYgAPrlIkG5BnHyAl/VHJO\";s:9:\"js/all.js\";s:71:\"sha384-z9ZOvGHHo21RqN5De4rfJMoAxYpaVoiYhuJXPyVmSs8yn20IE3PmBM534CffwSJI\";s:12:\"js/brands.js\";s:71:\"sha384-GEA3+tbEaglIUriKygE2OQX9k7YrAMJ5oZF0mb8Xx7hUmTTWDuQDtPY4l13jl99w\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tHFnt8QELQGC1IJzcTUX5zFEnn/FLVa0ADTmxRyeSmWukJ4umWnJbwiMTkw/bKEK\";s:13:\"js/regular.js\";s:71:\"sha384-gy4pB6yY1j4DPCG6rZcE6NX1Lnqz8ZJEfotVUvCN2EGwlUS3WUHxcn8rrEOYiyiS\";s:11:\"js/solid.js\";s:71:\"sha384-akyniW0Jfrt1Z7kvRmaF2fkq9vuVQAPEGN4qq7s17l9PG3zz7FThoWnfVxpvnUn9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-08SAgv7bDUyzB5O71dehOCZ42IpryGqW/G+GdxeFmBfaB71QIZWe5ZXBFKYFTEu4\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-rTQdcTFdT69CgbBErourkScWQ6j5WQ4aAoCF0UyPhog3PNysM/xz/kqshWKP4NLA\";s:14:\"css/brands.css\";s:71:\"sha384-84OQfm1oTwjnXmujNUnQC09L4G7mglZspQwfSNPvf5V3zAA1sdvqbIigA9AWY5DB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NFsDS9VURN70zaqw67F1OtJ6MtdeCrHeGMD1KzqIv5ft0JiHgVtV7u+v09yR+iEZ\";s:13:\"css/light.css\";s:71:\"sha384-aofICWgqJQbZZCaWEU7H0ULLqXTBu/DAALblEYqLfQSjb2ASOw0tADOdJ5rmVDWL\";s:15:\"css/regular.css\";s:71:\"sha384-voao2F8iKUwwSMRhLJ982edrRSHOmc5v5rvQ/5aH5pvSAx1aoL6usygGSRz3jfHF\";s:13:\"css/solid.css\";s:71:\"sha384-RYuivM1ikcxEL+96Q/7B/CcvyswPRuOatldvqvk+Bm3hwVKZUjay1ohuPUyD9ZYk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NYMicmsVmKaI5/JVN8JamOLMuIrbzeu4Gc+cike3jcoDpaLfMtvWPJeNhnx8K8x0\";s:16:\"css/v4-shims.css\";s:71:\"sha384-L7wiz9NeFS+vFpG/jl0zBsE7EqrVfeNoaHhnvxlsfwihUr9FIbDnfQqv5r8o02wQ\";s:9:\"js/all.js\";s:71:\"sha384-rDdEqfkiaN9iEfS6XrBzTxL5wVFzBoMsyHmoAIl/T7VdxJvGYuM5bDlDOkmE6r3C\";s:12:\"js/brands.js\";s:71:\"sha384-TN18fDSDUbMxI3DK3z2G8Pl68N7jvVjWPBx8z0m7YhoWKnmGdKRJ6S90IcyeUXUy\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Oa9P+sg4Q/5Yo0a/UoRAG8zLSexWLxLgbPb12tgvs/swrfePVf6IdrwoW2RGV2pU\";s:11:\"js/light.js\";s:71:\"sha384-6DMqAgIR8HN9OqBF3zfhQ4Tmh+KO9Sf0QAwxGkiaKO51dFGBBxBTmdOSneYESZZ0\";s:13:\"js/regular.js\";s:71:\"sha384-LvwwgOzFfwTikawPye02NmwONhyBLBbmu04J+IuLBS6HdNHX3JnRqY80mscKVLTH\";s:11:\"js/solid.js\";s:71:\"sha384-71d190zi1266uo3WuvCJ77V1YdXxDfm5GPMySGFKTMHsoHaxKhPe5XkKaH9iPLWC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Rr25noDuBAtBUFs9feRsF3EK8Pw5bWuhYxD7ztcDUJqR/eiCpNPGIeyO5Ago6pYW\";}}}s:5:\"5.6.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP\";s:14:\"css/brands.css\";s:71:\"sha384-whKHCkwP9f4MyD1vda26+XRyEg2zkyZezur14Kxc784RxUU1E7HvWVYj9EoJnUV7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-WK8BzK0mpgOdhCxq86nInFqSWLzR5UAsNg0MGX9aDaIIrFWQ38dGdhwnNCAoXFxL\";s:15:\"css/regular.css\";s:71:\"sha384-l+NpTtA08hNNeMp0aMBg/cqPh507w3OvQSRoGnHcVoDCS9OtgxqgR7u8mLQv8poF\";s:13:\"css/solid.css\";s:71:\"sha384-aj0h5DVQ8jfwc8DA7JiM+Dysv7z+qYrFYZR+Qd/TwnmpDI6UaB3GJRRTdY8jYGS4\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ir31wc9kqVZclsGL3U5IucynDpj1TeEzDCvxEWqw8QuxLFETRgirOiygjXdjId3z\";s:16:\"css/v4-shims.css\";s:71:\"sha384-s0z+GcIRRdtdjGfnyKRFh9Oaw3aasU/TFotdFmreqjf+a+Mks2Umj0CrlN0S9lqi\";s:9:\"js/all.js\";s:71:\"sha384-R5JkiUweZpJjELPWqttAYmYM1P3SNEJRM6ecTQF05pFFtxmCO+Y1CiUhvuDzgSVZ\";s:12:\"js/brands.js\";s:71:\"sha384-rsLJp1pKbmeEMVcdsNJfAWZ9FQP5CrQt6Vikj/usZcTgrD28FhqYqKJn5XIaoXjm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-T6YzYwAGZAItTIkYlBzfwqa07o9R1AND3Lgt6Or6c5IdukY7tqShoryqwpKrpeIB\";s:13:\"js/regular.js\";s:71:\"sha384-+e+pqX41PD6VrFw9HZ3YKJHFT+SZoEMBmnMpLUpHrdd5BE46xHCrzap9c6kfTi9H\";s:11:\"js/solid.js\";s:71:\"sha384-8Lgyylu0vfTGCXDKe435hJgX8s96c19R+dvpH0NHKdX47GA7TmMj+BDiZZ76qqhT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LqOeBjW8oAuwB6xooSoyjAV+CcJLQGftH6m0Xoo+mhJ0TlEAVR9jBsAXXpeEJlyP\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-NJXGk7R+8gWGBdutmr+/d6XDokLwQhF1U3VA7FhvBDlOq7cNdI69z7NQdnXxcF7k\";s:14:\"css/brands.css\";s:71:\"sha384-2k7wpGHb3PA1OZUtSqAk+nIVo2wgBQdEoL1F/FnC+/HHi2bh3N9aSstY0Af72gka\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GQK3B9PHv3SNzYUrdlEpL6CFKQlW/Co4va906SViL0F6U16Li47NXtvwWmFnetYk\";s:13:\"css/light.css\";s:71:\"sha384-QXb14MpvHKJr57ixwhGSXACaU/eGo/NwF/uWE97+C5QPdq8sLQhM1+WKDk6vando\";s:15:\"css/regular.css\";s:71:\"sha384-ThqFFlbk+2bnAn1zc61SL7r8sFUVUkFvtsT+jYr1Jy6xTlvdcqzcerrDGrHqWv6j\";s:13:\"css/solid.css\";s:71:\"sha384-pbj30780YbUh3WmbEAhOL8tHgoaU4xrdmAN+RewL6HsW9EOMIIE4+6rerMXTfJXq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-fjim8BUuF/D2Y8Qyr4U5iLdeKqzyQe927qD4SIdbPDyX2iSN6xNGhoyd2jTiw+Sx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-c2aTxrKw0nWEPlLqENAD5t3J3Ajs/o5LBudKFP44hexDYKKQTgRCAaECkBk+p3L9\";s:9:\"js/all.js\";s:71:\"sha384-ncMWtRMSOo+cLmfdaa6vmMGzBJKysBDF9tq5YK1MAnAjcyipdW2vgTS1jOntY4fs\";s:12:\"js/brands.js\";s:71:\"sha384-+4YdTIsot+hvYL7nKQ9cJs7OWaFvJ7ZTkVretfEoX8uDiTED9tumG/9RsRmlW3jX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ya+lFT8MCnVaSXkMxO4FEUsv4BG1VrVAMY0PiCnmJ4Sq57zoarae8T2EgioHiaMA\";s:11:\"js/light.js\";s:71:\"sha384-hy7ipunNmCKP7KpzkasGow2eTRYx9IbxV0BvBqlWLWRu8mlWMNrj9y6qOLEnxIuF\";s:13:\"js/regular.js\";s:71:\"sha384-8VWoI12VOwcfxYszEUreYXR4Jh1+oxv+mfsVISgPJTsc2Ftw4RC+bO719C+PunjY\";s:11:\"js/solid.js\";s:71:\"sha384-Pl3KUQLNwa33i6dvnL77HMDxZPk93eoi1kB5xZ0eGKgTEt39iQkHdSM6/w53By9e\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ts+GFi6rOAISeHC+EnLaj6AOSoosWr3TALIaYSeHCVsNHkGLlTtzdbMvolIe6tG7\";}}}s:5:\"5.6.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLuaxTTBR42U2qJ/pm4JRouHkEDHkVqH0T1nyQXn1mZ7Snycpf6Rl25VBNthU4z0\";s:15:\"css/regular.css\";s:71:\"sha384-aubIA90W7NxJ+Ly4QHAqo1JBSwQ0jejV75iHhj59KRwVjLVHjuhS3LkDAoa/ltO4\";s:13:\"css/solid.css\";s:71:\"sha384-+0VIRx+yz1WBcCTXBkVQYIBVNEFH1eP6Zknm16roZCyeNg2maWEpk/l/KsyFKs7G\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-EIHISlAOj4zgYieurP0SdoiBYfGJKkgWedPHH4jCzpCXLmzVsw1ouK59MuUtP4a1\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:13:\"js/regular.js\";s:71:\"sha384-V+AkgA1cZ+p3DRK63AHCaXvO68V7B5eHoxl7QVN21zftbkFn/sGAIVR7vmQL3Zhp\";s:11:\"js/solid.js\";s:71:\"sha384-F4BRNf3onawQt7LDHDJm/hwm3wBtbLIfGk1VSB/3nn3E+7Rox1YpYcKJMsmHBJIl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-LRlmVvLKVApDVGuspQFnRQJjkv0P7/YFrw84YYQtmYG4nK8c+M+NlmYDCv0rKWpG\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-toEUmnrGu+eq8XUD6ovsr/vFX+R3v9+FUGAnpef+uwGKMCeqZkcZfkXQ0Pls5WS7\";s:13:\"css/light.css\";s:71:\"sha384-ouQ4uivIto2ZdBS6+torZMbImJhWA6/m7/CAGY9z0FNDmoAF6uWAEnavvIsR1EBt\";s:15:\"css/regular.css\";s:71:\"sha384-IXqJGQI1K0IzdpdY2ASrRbDgPr1rUKzDAA90uL7iX1hPQf6Tkve9Z82TUVWm9aje\";s:13:\"css/solid.css\";s:71:\"sha384-5XPOduYq6F78ZOuHxFHpQJCD2l7aCHCf0+o8qKTD2VfqJTgPT3YkyuBGsDSrVsic\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-4Gm0M5DjJ0zGaEtLu0ztNIoHWiuJ5rKiaVlpZKeNqXAW49eIIa2ymxb3C4c3uEXR\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:11:\"js/light.js\";s:71:\"sha384-E2rKHkorMllWJmt2GKXlwZ3+kPl6i3FrJ8ihFkf6F7F/AtGvuXY21bQC8mhz2Po+\";s:13:\"js/regular.js\";s:71:\"sha384-nX7teCj1FtQErhxXjr+JWXfe4EjU6KlgeVBHAzQ/L95eWzwx+W1+HuQGmxZT9VkS\";s:11:\"js/solid.js\";s:71:\"sha384-2ZaaAuh8tTVN1nHRrlXAX1tz8fGhZDgusJdBI5BBGycCq37AUonw8dHlPpx7iD6N\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-qD/MNBVMm3hVYCbRTSOW130+CWeRIKbpot9/gR1BHkd7sIct4QKhT1hOPd+2hO8K\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-uyhTADGMAJuHgGNdH+rozTpOkfXUORTgjTmMBtxR8ISQjOs+IIWb8UBn9ixSd4xo\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:11:\"js/light.js\";s:71:\"sha384-Vs12SjRkIvphC81scjUNowpLYnSOLOrSGxOwVe00oEvWto49wVgjd6BfdeCPcArI\";s:13:\"js/regular.js\";s:71:\"sha384-JZmzMsvgUATRcNmXpyJHLhiqsREsPN/GBj7O5ifVfRU1o4vBp2dsjawGzYzl0QVW\";s:11:\"js/solid.js\";s:71:\"sha384-OzCiQJ65BS/RiwFjTWyem+uRtZ4/LnrVVbwHTT8fR5Q9rYqAaavyOK51RDxkXQzm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-5atZgfYD4MHp6kAnxjw4yM3binN4Yh5XXKAIO6m2kIB9CqdRUladdvTdffLnTK3N\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-I3Hhe9TkmlsxzooTtbRzdeLbmkFQE9DVzX/19uTZfHk1zn/uWUyk+a+GyrHyseSq\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.8.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y\";s:14:\"css/brands.css\";s:71:\"sha384-5G2m52y/zN053yjBCyNXXotYpL2r5k1wg9aakiM5OgK9kdcCB68EECUce5vZiz/8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Sbwc59I1SOoVoCGgBCwAe/M1j5a9cHixHv/7x9vOxORnT73jUaxyK0paobkk3JSt\";s:15:\"css/regular.css\";s:71:\"sha384-Vma7aWQBdmjVfr98uRd1HcA/r6wPYrlNrIvQBJhDCvZi3X9gVuHtqUKUYep/1KKk\";s:13:\"css/solid.css\";s:71:\"sha384-n4xPrkfCJ3FzmPwM/Nf1QQu7Qx6oDcsbMp+qPOxrJ5w0Tq19ZWd9ylcMWkzKEpwP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5ywFB7dcUP6RcAWMLvCE58MQE5YMXWSPjly1IqItdN0w0TqoJD+w68U7C3ShoZRk\";s:16:\"css/v4-shims.css\";s:71:\"sha384-IaQiZkMW7NRKIS04GeT98++WyQ6RNaEQlHoHoDrhU+hhCJE4EkfL7itJyj/vanQT\";s:9:\"js/all.js\";s:71:\"sha384-ukiibbYjFS/1dhODSWD+PrZ6+CGCgf8VbyUH7bQQNUulL+2r59uGYToovytTf4Xm\";s:12:\"js/brands.js\";s:71:\"sha384-Gt4maPu5ZO/PkTh32sKMYmmCLGuWtMkv5YBtFZpx4Tu+Of3kFZPYBw9iD/pi4L6s\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TAztyRuTlqgZ97tz982rMo44MRC58wyCC0pqKZY3cKWJNkK00qMd3DhQ7R25jpCe\";s:13:\"js/regular.js\";s:71:\"sha384-IQnlolMpq26nEj6AOd6JOnY2jqCa69uFBqCGBCWSm4EFZYprebVtp3Z2xVLMElvs\";s:11:\"js/solid.js\";s:71:\"sha384-prcFDC6iTvvWsx2iSZtbDdeMVWWOtxcQXXagr9uPHwi42uae31Y3Q17eehHuC0JL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-l9bFz0TmR1ecMQdb9mzBeiLLX3z0mqeK0Bsxhim3nnHB9PoA6o3FUumLH7K6W6/D\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-/pOR6TNYPdUaQQQRKQ4XHznZ4U2K/Lscb3u6jshUngC/31fLTuyX9FZb24gp4O3J\";s:14:\"css/brands.css\";s:71:\"sha384-OxPYtFc8yWHWBo2MFY4rHs5dKcTpNGuyft0hQ+K/vSUJA21jrxi+Py412o2wMvsL\";s:19:\"css/fontawesome.css\";s:71:\"sha384-/0C3VuTlEzBany89/Wf2OJLSGrduLCC28kuoGL/PCGJjGj01pVtiqOcgZZ9AtlET\";s:13:\"css/light.css\";s:71:\"sha384-YmipRqYc8Wly1koaxcpAPTnvJIqXBN4Ue5+l0drZn34sdM+UufP6v8D8/s9xxXOI\";s:15:\"css/regular.css\";s:71:\"sha384-iUhpWyroENmdb/oNEGUdCk4J+TfFOm/SNYi79nN/Hb1aQgjofylAAuRTUfpK2yP1\";s:13:\"css/solid.css\";s:71:\"sha384-maIT5Qg1FqlJhNYpN2IgLAb5XPLY8CqZ7tKBQyjHh+nx/7JXsI5bp+8JHnUgeuyw\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BUeh/IoVXY+o863GdrQzogOOSo3ABFpxuc9xZhQVnsM2T2vKmrpHGZwaEqqX/SZs\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lRITDKAHusCdCcsQiEA2IIoqExMRD36Tbn9CZj00L8klRpDyMeOoPSv6ubcNAHux\";s:9:\"js/all.js\";s:71:\"sha384-gUdv3ElxXd3gVdbCqjppYoQanRONrQDSdaZY3zn1KeASeS8YGy+T/JDaD2ohyarV\";s:12:\"js/brands.js\";s:71:\"sha384-XLy4uPbRNbMJUgEm6JLmHI784E68XjgSbheIn0fP/6GdZtCcsZmlXvceAGvhzKCh\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aoV9M7ZLyivlmo8GKrkeWiOUQzBnYBpP6U8gW7WXfhssy+HtO87KzowcBokSiK3g\";s:11:\"js/light.js\";s:71:\"sha384-+itlrN2dvS1RqmWnkLQkDqzANbdKqtt6JyQfE/DXxFnhg/PXf0ufRBCSp0c6q81i\";s:13:\"js/regular.js\";s:71:\"sha384-GoKOHat5yLSUYiGMfLJkuCErUZrNlW+2FeFYuKOt7sUWbqvMQOqfB+mdpfCU/8Q4\";s:11:\"js/solid.js\";s:71:\"sha384-jOmpRjxTFmJAVhf7+H7o9joWtQWHRZLdr+B25WojM1yfhB9wFkDvQ3x0VDDn4aAI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gaNKDFtFZuAyZDkB8Wov1Vl24lMu5MD5MXLmUSu+4HzB8tTVwemJnhqN4Zuj27wd\";}}}s:5:\"5.8.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\";s:14:\"css/brands.css\";s:71:\"sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv\";s:19:\"css/fontawesome.css\";s:71:\"sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq\";s:15:\"css/regular.css\";s:71:\"sha384-FKw7x8fCxuvzBwOJmhTJJsKzBl8dnN9e2R4+pXRfYoHivikuHkzWyhKWDSMcGNK8\";s:13:\"css/solid.css\";s:71:\"sha384-QokYePQSOwpBDuhlHOsX0ymF6R/vLk/UQVz3WHa6wygxI5oGTmDTv8wahFOSspdm\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-acBDV8BDMPEP50gJeFdMIg9yE8eOPuFdBV9r+2F492NUbKhURdQvglFkG0Q+0rlE\";s:16:\"css/v4-shims.css\";s:71:\"sha384-knhdgIEP1JBPHETtXGyUk1FXV22kd1ZAN8yyExweAKAfztV5+kSBjUff4pHDG38c\";s:9:\"js/all.js\";s:71:\"sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ\";s:12:\"js/brands.js\";s:71:\"sha384-rUOIFHM3HXni/WG5pzDhA1e2Js5nn4bWudTYujHbbI9ztBIxK54CL4ZNZWwcBQeD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS\";s:13:\"js/regular.js\";s:71:\"sha384-Uc9toywOA44owltk1MWl0lQZ+L0mBzJkLQcdif6+JtG9izvok9DLJtCZX57Uq3k2\";s:11:\"js/solid.js\";s:71:\"sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DWlD0qU0+4WTFKXrFbt8wXq/1NHvOGT8vwllYM0W2gIeqgaCC3bZ0U464mDtbR70\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1\";s:14:\"css/brands.css\";s:71:\"sha384-9Wenwezdk1eEhfcpps+Heco4zWw6KuZ2VlevoPomUwWYYZd3nBX0kZ1hBV2zSIKF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4HqGlagEHMyfaDQVabl1wx7GCtGw6hDl3sKJEhqQjOCrXrvizhaA2j4hK8Piewtr\";s:13:\"css/light.css\";s:71:\"sha384-3SMOAKCN8LYSMjkWz1ChDg4pHSLtD+LuKXaZoHxE1oyDneLR6Ebjm3XHMHO9fWu3\";s:15:\"css/regular.css\";s:71:\"sha384-ELBQxbOyxSZRtZPNO1mVgYkEzMOXFNmQY6CLV1nw+4IZoiHWeuwYTnABxPxxsuBE\";s:13:\"css/solid.css\";s:71:\"sha384-MkkthiFx7890Rev6vwUJO4gRT4yuH5tqMm/Wl4/n9/qptaBpiGcMyjfgq2K4h394\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LnvOeE4ntog9dzgq63i0OoI6jKPp3p0y693Fh4Fd4eOyx/UsAw0kHXbLKqML1p9R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-68zdIccmue/irEHOgRiyNsWTZAGftSb6RkEtUhgaD+8213AXnbThq7m3WsO+B02H\";s:9:\"js/all.js\";s:71:\"sha384-GBwm0s/0wYcqnK/JmrCoRqWYIWzFiGEucsfFqkB76Ouii5+d4R31vWHPQtfhv55b\";s:12:\"js/brands.js\";s:71:\"sha384-b4zU5X+9uCyU5wpeWBsEIFph6tTD8ERLbUs93uYGQGNqzbcfPDeY6c4jMhTAfBri\";s:17:\"js/fontawesome.js\";s:71:\"sha384-w6QYwIdCVqcYkHtaFutVu3VlDeu+pBFvlp7e0/tygMFwnWTl13KuVYfsp0ediPpA\";s:11:\"js/light.js\";s:71:\"sha384-avwGKnev1pyXYEbWxXSg9S4rpTsws+5vQpoj76SfcccEzOL162Ei8+z4a6AlaMeE\";s:13:\"js/regular.js\";s:71:\"sha384-lv9QOXVC8fPRX14JTtgPGx1JjQPfjnqnp+bTlEnrW2FRawdJ4V8oe4Yq4kdfgJIp\";s:11:\"js/solid.js\";s:71:\"sha384-sJjbbGVKgAaulHq0KZK5MsUx9YmPj+4G3oY2vmW12iBNEFkkhObBezK0ZhSXchIs\";s:14:\"js/v4-shims.js\";s:71:\"sha384-J8Vif9iMSqb5RK45yq6+dnrM1lTP1oQcIHtKpoH0irzUJD/1gCK0pQgIr0hO+hta\";}}}s:5:\"5.8.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay\";s:14:\"css/brands.css\";s:71:\"sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J\";s:15:\"css/regular.css\";s:71:\"sha384-hCIN6p9+1T+YkCd3wWjB5yufpReULIPQ21XA/ncf3oZ631q2HEhdC7JgKqbk//4+\";s:13:\"css/solid.css\";s:71:\"sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PLvJTjM1QH/74H66d1I1vU8KYsjkbjSJn87gUIUsIO6Xjf8fRO8Hxdevr46EkV7M\";s:16:\"css/v4-shims.css\";s:71:\"sha384-XyBa62YmP9n5OJlz31oJcSVUqdJJ1dgQZriaAHtKZn/8Bu8KJ+PMJ/jjVGvhwvQi\";s:9:\"js/all.js\";s:71:\"sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH\";s:12:\"js/brands.js\";s:71:\"sha384-GtvEzzhN52RvAD7CnSR7TcPw555abR8NK28tAqa/GgIDk59o0TsaK6FHglLstzCf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ia7KZbX22R7DDSbxNmxHqPQ15ceNzg2U4h5A8dy3K47G2fV1k658BTxXjp7rdhXa\";s:13:\"js/regular.js\";s:71:\"sha384-iFYyWQkY/Zvsdq3IIxRJI2FBoXPj6g73ok7rIH3sZGulA7E5PvFqB5BOELomUuyh\";s:11:\"js/solid.js\";s:71:\"sha384-+2/MEhV42Ne5nONkjLVCZFGh5IaEQmfXyvGlsibBiATelTFbVGoLB1sqhczi0hlf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-5i8QG9UXrCZePXfj1ac87dq22tNtGoJ22fmjXaJI8iIy072+ZKv1NZHbsTMfYvnV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF\";s:14:\"css/brands.css\";s:71:\"sha384-BeZiOfMYSXjscewXEIJ0PDoBy27u+zVSTP5ZuW3kjEZKCn7pOB7v+oQVtAtHfY0v\";s:19:\"css/fontawesome.css\";s:71:\"sha384-fqilzf6i0kkOYm+DT4UC9pWzYf4/eFdJKroY1jZyE7n8eYLujyYM9VCucGf/LdVD\";s:13:\"css/light.css\";s:71:\"sha384-0WqtEOayxoyo7wgxUc5l2RvIbaWTyny0LrJbwsKhrKXUyopxvaNFLIoob4dXRwLO\";s:15:\"css/regular.css\";s:71:\"sha384-jyNdSTwsauV6/i9u6sKFOZBrxlr4QREAY295HsNy8laz4LYryhnPdz0ewFVERKfV\";s:13:\"css/solid.css\";s:71:\"sha384-dUUyoHgD2BplZp1AnRbRu0HPC5jscpJEJaJjqnBh7Y5PT1gW7cM6BQEgrcOsSa7e\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+BcpgpzTfqttc/C2LUPzGXIGunaa/aIuSC/BPO2BBqqMbHNRCF7d3DU54LxbCzTS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TpRSvWoRbPKMMxDvVZgEa9wxoOZyawahRkC2P+ksDRxjPSvZjhEf5nU7pqSWBCQF\";s:9:\"js/all.js\";s:71:\"sha384-RLPiEwcAdrH2NjFcwJipJtlFoIN1xvqPYeeDX5yYtSNu+HTIkQCDvPQ9thsUnPUS\";s:12:\"js/brands.js\";s:71:\"sha384-NBtHk407eZGNubj82MbaKt5CrNLfhnYmCbpjSyDk/nWemMXE/mfvm3c1MPjfnWmU\";s:17:\"js/fontawesome.js\";s:71:\"sha384-b7K10RWf2Q3m26zPrKzM95th5yJnxEw+vpCzNITZFKV8UgxPgHb61bS0xFkKdV2I\";s:11:\"js/light.js\";s:71:\"sha384-BMiulaMo0kY9ExzwDFFjsXkU373Br7qSwYa/hdDlWEWEkE3flk4mBFvMwlpye3Aw\";s:13:\"js/regular.js\";s:71:\"sha384-uMEQdPXvyCTabszTyCxRRMDh/xIcRlT/fpq2DKkcjR6+lOqq2111EL0C1OiRVu1E\";s:11:\"js/solid.js\";s:71:\"sha384-9fQzIUDeLlrPRI2CT9AqVv6Yr0JgEY0+rr7ngyaatQAQrEHhCv5CvG8F8UFdgk7u\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Ts0FauTmSRKZNl+Uw+WC04UuoVYd2gXlJ+OcUvb1NDrV2XmDcgCr8PPv5MY/7KZR\";}}}s:5:\"5.9.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E\";s:14:\"css/brands.css\";s:71:\"sha384-vfTtNoEyqnxivzqkzc+mvlVeCWPGwMlIIkeTkt0mcUQNmFLyyXxY5SgZIkKQIXRK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NnhYAEceBbm5rQuNvCv6o4iIoPZlkaWfvuXVh4XkRNvHWKgu/Mk2nEjFZpPQdwiz\";s:15:\"css/regular.css\";s:71:\"sha384-5E/NXotaQSDJW8gq/9pxwQHSPRrb21suHuLPqOIlgob8QC8ltM13i6HLujrhWmBL\";s:13:\"css/solid.css\";s:71:\"sha384-ypqxM+6jj5ropInEPawU1UEhbuOuBkkz59KyIbbsTu4Sw62PfV3KUnQadMbIoAzq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Bfk4oyOug+rBqsciYilQ+iwazXsMTURz/M6Gfx7fb02KNeW5VHwt7aHTXWNU9B2W\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zpflLcSaYRmTsnK2LTOdvChgML+Tt/4aE2szcblLVBXd8Jq/HGz6rhZqZ+4TkK75\";s:9:\"js/all.js\";s:71:\"sha384-7Gk1S6elg570RSJJxILsRiq8o0CO99g1zjfOISrqjFUCjxHDn3TmaWoWOqt6eswF\";s:12:\"js/brands.js\";s:71:\"sha384-CZZj1HZWqgh/CGR22Lnl6+fZC6IDR10ga+wECjipCR3zId+7ZxZP1JNI+YgdzyO/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RXRrB6R44g3RRohoKLAOK5MjNq4PVvz7iZErCckeyobGIJLpTP2qq6xjJFuKnfZu\";s:13:\"js/regular.js\";s:71:\"sha384-xrLv+W4OudHJZ6QDKuv+el28Wyr4OMO0qSQuBiPqhBsnSGKdGct/ElQm+2/fx/eS\";s:11:\"js/solid.js\";s:71:\"sha384-kDWpGOpzLEy85/cK1Df/ba6PkpDHAKUGOX4YHEt0sFzHdrTY1rGmT/gYHN3zCcF0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-npD7syUhXOZUTbAzJEyIPGq/8gGAhBmei7JkUwUki9hAtz9oPkFJwx5f3vGb7SOi\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-vlOMx0hKjUCl4WzuhIhSNZSm2yQCaf0mOU1hEDK/iztH3gU4v5NMmJln9273A6Jz\";s:14:\"css/brands.css\";s:71:\"sha384-wRa49NRotGDh34aLO1Hjbu65qHSTF/ZNSBm7uTpMUa2EQ1Csq7Zlswm+FR9hcWtn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-QSCxeayZXa6bvOhHReoQRGN7utvnOnY3JoBHGxM61JQQ1EXA7AT3m7dnlHXLhnCj\";s:13:\"css/light.css\";s:71:\"sha384-/ggAGHSQWxssDRflcj0aeAlGN2rNgsnWOLv1ZU5FEvjQWxP53glq5pNPjtfldVVN\";s:15:\"css/regular.css\";s:71:\"sha384-FrLF2uGffV1P93pQZme192v/cHRu1XlgjMreWAScHPPjBz/p9pNTx/bTV83x8peQ\";s:13:\"css/solid.css\";s:71:\"sha384-KyLwW4NRDhAz4RVatBCvFATniD3ze5rJvP1usxUFectdGgG8n+7OTcZug8s4bj5H\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-dwNK02s77FqYOBDJpF4ttbI23g2UUTrI9euJ+OQGonHAy4W1kCpAyV7ozLK24GWz\";s:16:\"css/v4-shims.css\";s:71:\"sha384-tlZ/hMWxtcO6JxnBPYGsa5Oiu1gmAqp/bY7s7G6m5OOCJvcNQ6Fo39YHu4Elr+Hf\";s:9:\"js/all.js\";s:71:\"sha384-nKdXFHC25mX+ztWymakpQ8nRykznAcZ+yHi9XETJ8CuVvvSGeg/0QCPhvDb41hUb\";s:12:\"js/brands.js\";s:71:\"sha384-4Md2NBtJT8CgVnGaoonPkhRdMvGcFRH/nATvRJ0+2VsJ5bjySPpBil+KbSC+9yFv\";s:17:\"js/fontawesome.js\";s:71:\"sha384-nFIVFc2+uHHcH70YEBnMC6UmUjVxcQ0rZJe7u58lz5aUDQRz0l3xFmVSdao7Ag/K\";s:11:\"js/light.js\";s:71:\"sha384-C6XejYBP1H4YOZVReSXSBion6LKXOt7htNgjRlcKQSsMnL+/Ok1vyvI5EQs1/H1e\";s:13:\"js/regular.js\";s:71:\"sha384-GlXg5Pw5UjuoWpx2tbE3LsctnmBsngO5u5c+nK1slAwSuwN86zPzez+sFxncM+Tc\";s:11:\"js/solid.js\";s:71:\"sha384-pAEZwWHMzeWUPLx+edoghTzc+LBoBSIWMNFPeZGDiFDP6WL4g+EHr7DhQMUpjSLZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-A2MQ6ZItVBjKp0Efdmi8Xze6uRApxGoHzuGImgZGk6JfuaQ9Vkcev6HtJSQzftWE\";}}}s:6:\"5.10.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-0c38nfCMzF8w8DBI+9nTWzApOpr1z0WuyswL4y6x/2ZTtmj/Ki5TedKeUcFusC/k\";s:14:\"css/brands.css\";s:71:\"sha384-19EzMRnOAF4Gg36FukRf0Bee26rnZC49Ld5mFG+8XiQ8ddeKQYj7Rnl12YxIoHe6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-YYaKmJMZQbIhKGKC1QGjVKSQ3s9OlZitN6xQQEPksarSkM0WNkq5Kke0yehyNwyT\";s:15:\"css/regular.css\";s:71:\"sha384-OVGJJ0J6OIuVjxoE5rUQPFweGgzO0xT+HKN5IChh3LTrsWQKjHocfKq+nk/8DogN\";s:13:\"css/solid.css\";s:71:\"sha384-dHM1276IWlmmltsiRRg04ASaTBbgAqnnjneOemUaqff0rqTtVHw5qqKE5i0k4Qll\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-oBn2TNb41FLJEvg05fPEoAhWHErn7PR1FiyT6NjQkoPzDDg1n/e/GrwRgh34gDmQ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-R4Ah6+FGj2TWi1SbbJo01aRwLwdNunBoW4ALQ4SdcDpyQpKoP0pTL3Ce0Hf0oMOh\";s:9:\"js/all.js\";s:71:\"sha384-BfzGEucsDAHnSR99xBvG8cNHx7h6sEbKJejtvqlMrN8nMi3gP2ds+sMAjWfWnZyn\";s:12:\"js/brands.js\";s:71:\"sha384-SgCx6DCTHwPNfTrT8PeDNKVR+bLsTKTVnBbtZYSLgfp4dd+KGa6j4/Jy96HTd0nw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-yhpUSfH+AXwjqsle/7pS92NQZivmuHw41bqBfGxkaV4ftpRTE9Z6MNd2oh9x/BBm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-LMbxIMq/Ra43sLL8MF9d0C8NDym6Cp7d2rtvvZUd5n4EuGE3GSYBmf6JV41EB7+y\";s:13:\"js/regular.js\";s:71:\"sha384-eX5P9jt8OdQQ4ME1Y4Q90r5k0qCw55F9jie73NYjcSEHIYYV+x3MW3XgqK7HDuOG\";s:11:\"js/solid.js\";s:71:\"sha384-WvtEEwvz7coGHFMqz/gUsacHkjubSgzLIieTORXey1KIpl+/r1Sk5owMdBxnGFHy\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RT+uACaLSP2jOOLdRXKvxcgxA/WNa36UYkM14r9ODCgz51g7frfTdR+Jv3q46NW3\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p\";s:14:\"css/brands.css\";s:71:\"sha384-/BwiSb9M4ZqztN8bEG+VrC9ohWSBX3qEV95+/+gBJoE4+zG3KqcLj8ShUhBIALSm\";s:15:\"css/duotone.css\";s:71:\"sha384-R3QzTxyukP03CMqKFe0ssp5wUvBPEyy9ZspCB+Y01fEjhMwcXixTyeot+S40+AjZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eHoocPgXsiuZh+Yy6+7DsKAerLXyJmu2Hadh4QYyt+8v86geixVYwFqUvMU8X90l\";s:13:\"css/light.css\";s:71:\"sha384-2CRj/5C4pwyS5v+q0KXxQ39b3qsKQNE6T+9FFaAOlps/XjJcK+M20aMUxuQtRLaZ\";s:15:\"css/regular.css\";s:71:\"sha384-pWItZRjB6NLzlrnwcL+2alve4CtHiaLj9W5ZwGPgy6dtMzCPsGv/qEcRvrbVkW5i\";s:13:\"css/solid.css\";s:71:\"sha384-Zbnz7QaugaSWTYmuSFTHGzMLxXAu2vzmqJhA/DS3bnaZGJaatH8apOWXfFaP6PMh\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-85qDq8Thytv8iDkEBcdksps8EZiX4DEo3vh6Ijk38Xi4RVm37Ttn+HU9rsXho2fN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-y51MGgwaeLjbh5fbY1GJ6PypnEoMkGu8MoR1HRE/p/hHfiEE1G9bK/79bstJpyYk\";s:9:\"js/all.js\";s:71:\"sha384-G/ZR3ntz68JZrH4pfPJyRbjW+c0+ojii5f+GYiYwldYU69A+Ejat6yIfLSxljXxD\";s:12:\"js/brands.js\";s:71:\"sha384-8TDwqaS9Kr9a/3cVS6+XkvWUM1tz6XdS8s2urD5rXY1Cz22kPF77ZuG1gIWaz6kZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JB1N15Wp6AIOL3sQ9Tm4a0kATlQy9/+/nLmU9B2wv4K4gGNAUFZEU7qDcxIPJLXy\";s:13:\"js/duotone.js\";s:71:\"sha384-PcDzzpTJzDDda2YUM4EY5ZqnZQ3DTIFtoaAn7t07N0UIY1HVyaxIHRzROmFBd48z\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8YSeMunSTZdDZy7rZxfG3NqC3KnYaCKxTJMm9yoILgIoMpXeTKDrV8TeV9C5ItEc\";s:11:\"js/light.js\";s:71:\"sha384-sEc8iKGnMxm+Dm4AQabXbw0DKZU9FtFrWMppMOsxaUZsLL5pcpQs4aL/OfefTw7g\";s:13:\"js/regular.js\";s:71:\"sha384-wNQjNuGVt9TzLWqaxsZvH5uIDIxEkpSCeSPg6nF2ud6AK9jXY9yMFA6CbcZrr+cZ\";s:11:\"js/solid.js\";s:71:\"sha384-Vh+IVHoo4c4JXOfJBoUxIiEJf6bB443zoyGtwY8WbBmCU+7fAq9QX9JLtFcNSPZl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vzU1ar4oP9lOG/JJdj1q/+3aatI/ZbpyHIMelvsAi2Ee8gCiTIb/YhqRymLLZkje\";}}}s:6:\"5.10.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-wxqG4glGB3nlqX0bi23nmgwCSjWIW13BdLUEYC4VIMehfbcro/ATkyDsF/AbIOVe\";s:14:\"css/brands.css\";s:71:\"sha384-+B+cmd37r9agFUqHw5ABups/+o97SqA/Y6S5b3ly2q0ABacloQs0HZOQAX1NpJhF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jUGOH+gYMCfz2jbO6DW8vojES/a323h7dcoT6qI7Bvod9mew/wwTZryjccmaMOkf\";s:15:\"css/regular.css\";s:71:\"sha384-gr19od0wAxe2+mYHEXvS7Y1ppn+ESoAQzTYGPauVJYyAYYl0NBQaKveeQnzez2Rm\";s:13:\"css/solid.css\";s:71:\"sha384-VUnOJnDrNS0aVOhF6puq5SPJOP5oOvIO6n54m14E2/OHv6DU1gklJ4EImoD382c5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-94OQehjHMl3lApC2tWmjwtxlB0oEtSE2zrTdf8uuWEaDEkkCxXK/w0vFs5J5WPU1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-i1lF6V7EeiD7KOgGLtAvJiK1GAQx4ogzG6B9gpEaDuHSLZuM3sFtPZrI6H2Gzqs6\";s:9:\"js/all.js\";s:71:\"sha384-aC/bNmpJEYrEVX5KNHN+m0CmvycQX9wDnYv8X2gdXQjrbtDP5OcU5DRiXwL6bPwr\";s:12:\"js/brands.js\";s:71:\"sha384-BZIBcmKlroIkWe3e13MZbUHZdmagAU/8cnXo9mIW5p5wzf+/U5ULLQ8TVioSuCnC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-A6TzAYakDQ9XwDY1hOPxAxI/3t6kol61Ed9hvHegEwcENzAE0vLojG6wItQDmclf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NXKh+ixIINN/JHIorH6fcTNwaAekBk2v7azch6cKmQm7wtb0yBt8ctqn1FAspAW5\";s:13:\"js/regular.js\";s:71:\"sha384-7Sk1mIxPYoZb2I3YK86sPsPMftKqv0aWP+dgX//x1mF1mSOYydXmX7DbtHN99bea\";s:11:\"js/solid.js\";s:71:\"sha384-dc4FEGpFyXnyL9DbieF6I8Xzipdt7GRHX6k8RM/ow6+IDISjPeeTwTiAkNzjv2OI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BtUWeH6hQDQGUZewQDmWRMisAxvs1LtqoVQgmbFptFnH1GpBw2b2vZenxfFmRtOS\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-y++enYq9sdV7msNmXr08kJdkX4zEI1gMjjkw0l9ttOepH7fMdhb7CePwuRQCfwCr\";s:14:\"css/brands.css\";s:71:\"sha384-9J78p9RP9gty/jk0TJPvYSzmYYCH4cRRkDMnZGxZNh1wdaXLvXzIk90EWrxjjqr9\";s:15:\"css/duotone.css\";s:71:\"sha384-Na50X0DRTNz+Sc+4XbFXONmaknKHBHw6gvRZ4coLQCl7ZLXziulq+4wvTZxkaM+U\";s:19:\"css/fontawesome.css\";s:71:\"sha384-OvQaO09Stu8nVnOdc+6B3WjpKg9dfBxoakdLxJKAYgsz62+DzBUCvWRxPl9LRVSq\";s:13:\"css/light.css\";s:71:\"sha384-CL557/BMzDSg/4ctPpKDphHJgLqpdJ5rvOklcaHzLHpX+qsgd4V/xao6Rya4xKMQ\";s:15:\"css/regular.css\";s:71:\"sha384-yLDdP4XFV3JqISKN0JaZ0kdyks9S+U2o9uBmNbmZh85yjdF/kpu+oY3/eXQcGHhT\";s:13:\"css/solid.css\";s:71:\"sha384-BrYpEWmuPyxLgVmvUGa111AoxZ3kKwiG4TVjjewWZV9vww+dTLWpmEffDSEg9Gf5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-V8iByeksgr2la9ceLV1jNv7uWdzI3pYZLNzgYqWmQuQZa7khs4d6QC84YnMWoKxx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-rql5zubvrhoXpo5buqgoiKryiT02OHCEtveKZrj4NX/C2Kuy7W2P7vl+RVzBUl9m\";s:9:\"js/all.js\";s:71:\"sha384-FW78RPcSpi13vjx77nPWQIrQbNSLkPBopb0qGzLCxD2x4Kr6FA8V05C/6cpgkKPL\";s:12:\"js/brands.js\";s:71:\"sha384-DGr5D3fYhGn4bylN+nFRaxvPt6s4FjV7B5EhOOFUKW0JKU2vco3q3xtgSZeeEYpw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-++EkH6KNUkbsGzUhPmRa5yboy873FnCrHLPNWnvcfYOzCCShCQHtdQ3RQTt3WDsW\";s:13:\"js/duotone.js\";s:71:\"sha384-QwVJpiaupNLHQYsfQUftqzWXMT+SsU4AKnlvxDGzNjTq5xPXRbG/ohsvyIEyK2uf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v97MeHGTkmNphZhn+D7412xlPlc61o4jy6CouRwKfNltfXH68HcYhmQBr2j/J/Vp\";s:11:\"js/light.js\";s:71:\"sha384-TZInz5PvbxRzxSlGI1WYKmrrBBk/XTTZymO6w+smmSVD6RFpfZd+JtSye/viSFxA\";s:13:\"js/regular.js\";s:71:\"sha384-ZlV+aQMpcvCEqNPe9qTu/S6+eBL+DfRjOxr9wtsoZyGnJ/vwQk/U2SZhZ8tJqH5F\";s:11:\"js/solid.js\";s:71:\"sha384-WtnuXyp6MLUsHy3FAqJyL7aL0a/mdUjPwIs/Ub7FXJZufo/0qH9aFsTDY5Q6Bx3m\";s:14:\"js/v4-shims.js\";s:71:\"sha384-P9HMMmM/ObyzYMvKfF0Xf40MYwNdkI08AwhSyCsAVlmXZkJ9GaI0Z23pozRg8HAe\";}}}s:6:\"5.10.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-rtJEYb85SiYWgfpCr0jn174XgJTn4rptSOQsMroFBPQSGLdOC5IbubP6lJ35qoM9\";s:14:\"css/brands.css\";s:71:\"sha384-qVnmyLTtnGPGEN3HDG2MCEOXWH1Yk/i70lKRuV+gMCDQg+jblQlFGPf1mejWUyYG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-hM7EQerc09E4O3zhtvF2iqcB4ZkEu9xkLQndhXdGGCEJ/sB4JK54SuKGmIC35UTf\";s:15:\"css/regular.css\";s:71:\"sha384-zuVEAfuEXYtKnHpmwmkhzwMdR2uek5gePU1XveESmScyRJHbncv8rLEAt+ofv7ze\";s:13:\"css/solid.css\";s:71:\"sha384-qPldrzmea0i8jhonuql0da/kQWeaXdQl+krGXcTQUdRUGHcXBfSrBbZLbyMcCWcF\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-G0mvrlfkz9DnjBCRmY8Wf7nC8wTxDsHE3pGAc7/4rDLh5+v9Z00qi/uyjjcDf1nf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-updXts+unDswrMsYxLc5R+HfSmF8CuEIOe48Rj3DoVoPUIImOT1fs26H/tr/H9gC\";s:9:\"js/all.js\";s:71:\"sha384-QMu+Y+eu45Nfr9fmFOlw8EqjiUreChmoQ7k7C1pFNO8hEbGv9yzsszTmz+RzwyCh\";s:12:\"js/brands.js\";s:71:\"sha384-0kDL5YEgNJjL/kNToZYEds3evLmosarb6OU2eKqRYu6O28jcJc121tjUC40sG9VB\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Hg1lNcVEsyCqBb1J4/U9X9IW2DEhAKIBfBIE0J0eiWGEX9LEpEULwcsqoAb6HDgG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-5WtMZ7frOu4PgR22YgRSlercgEU28i5Zn39Svk6+2cg1MOigLDSsvXccsmJO2Wxp\";s:13:\"js/regular.js\";s:71:\"sha384-CYi/gunDGMYA12KV546MNRqsjbbWSyKgPjA9BwVMBQmIMhzVrjyUJwkV9uujzHLJ\";s:11:\"js/solid.js\";s:71:\"sha384-RbVpZhfPW/1SmcShwIOauawY5vJWxTCeEnmiUCiY2SbkrbKuSGTqJ9NnBUmcP95A\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gDM1aRghQ5DRg+fSCROSYawrJhbAHqa6Teb2Br0qRJtb+vRJlyU4U4xnmN5cwJ9j\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-XxNLWSzCxOe/CFcHcAiJAZ7LarLmw3f4975gOO6QkxvULbGGNDoSOTzItGUG++Q+\";s:14:\"css/brands.css\";s:71:\"sha384-hIpb1kefRKjC/r6WxN0S6Nai7+AuherqCoHKD0HNdXkbzJkZcS4o62bJ7ODiBWAu\";s:15:\"css/duotone.css\";s:71:\"sha384-B6+5TXCEkY2Io8b+v2Ki0aEWnpCFgBYkOzXAHY3oQ4tr90JpQC1RErwFbvJ9CRt8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1sdMwbsd8X7Y+nVcEr/4D35smQEaEd6Qz+R00Y+NPUkG8MyRa97RrX5I4nqDt6X7\";s:13:\"css/light.css\";s:71:\"sha384-dlxpRYGi8Pjg49IqtrDIVZmCOQZ//oDKDkoqbn/IXrwwQDP4Uf0ys6+eH1z9sfhV\";s:15:\"css/regular.css\";s:71:\"sha384-hKM7KqUOh6F2PI59uEhofbDs/5qHHdJEULlmNWJEQcu3D/5/vl5zpwBrveC4GAbI\";s:13:\"css/solid.css\";s:71:\"sha384-FCdq+BRoY+lV7Zy7HKKQ4zoywYLRyasGk6IrmrXfmYs0xIgL0QrPeEPTu3T4Uqcc\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+OTv1mrGtdzHGeAuFSVKpPvaMXNpUu+W+Xs4xYz2RgUlrBctmMyE3noRImN5j+ot\";s:16:\"css/v4-shims.css\";s:71:\"sha384-88Tda+TyAtJK9/cRRXAWdJjyE56Tg4ai2x7RoSEqSVodcInAoV0HNQ2ofaGCidyr\";s:9:\"js/all.js\";s:71:\"sha384-lowSFbzpSYKDOsvnpi2JVneSnkrbVjOTwcHOWpC+tj/YT1mxTDIB3ZqbtllmfUSC\";s:12:\"js/brands.js\";s:71:\"sha384-nyTyvpFz3BvQZucRUSSEDlyivN7GAC2Xhgl9M92o/rt/KfEZ7LkqusFXlCjM4DvC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-eYjh/PZbsWw6lqYWtDM+NlcRs3pUkOk8r4mxv/x0xDjmYPXTxPKQ8ZNXxOnd0UCL\";s:13:\"js/duotone.js\";s:71:\"sha384-2j1n2yG+7lkO9CjnN1DSQOGJoDEaJPEr+TPmTer3pK/yD3bQ/Kk8bqJyS3LfCK26\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sy0tjZ+ivgcg2wUVVEmLMO5wfntWOSyQaD7AQec0iXINci5JAP92T8sM4YldYQIA\";s:11:\"js/light.js\";s:71:\"sha384-vh/BsPXkl02OgBjk1HJkukipMWFU6vHADY4W3u9BXIrKjcRFw5Y5XikVLoLElHee\";s:13:\"js/regular.js\";s:71:\"sha384-p89srWlrnSOel/vi/SpBD/wyTTJhu+27jcfOazOCUnLTpcxG+NVuYs/okkO2JBox\";s:11:\"js/solid.js\";s:71:\"sha384-JzK2muq5DGAdfmBP1xyuFUAYGceTmP/Y84tZvRxkdtsjwuIcd8Hpf1D+5izeBUQP\";s:14:\"js/v4-shims.js\";s:71:\"sha384-z089sTZgTLfns4lyNCTpVbdQA6JAhOs6JXwRH4ig0M6EHPg+Lzp/hdcx2OHQn/v8\";}}}s:6:\"5.11.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-XLYVh3ZsmvjnjODXg/qvDYjcINmPLORACP+Tk6qA3jNLbStl84PzAeEz2Su02511\";s:14:\"css/brands.css\";s:71:\"sha384-ngkCSSyhFgmeG9/8GICGMwnX44Q70/NN2XuNgrpMHOAjXVjYwTvtQML/2+2EH5mm\";s:19:\"css/fontawesome.css\";s:71:\"sha384-saSWCOAroWA1DTfG19axC5l7ej+/lsLpGrQjthhULGGw0FKZqZmxdjRhWqjypqgH\";s:15:\"css/regular.css\";s:71:\"sha384-NJ6bXu66piTFdxVfLXmQuxcjGye4blIA4H2DybHqY1WFdYSxbKQo6W0G53caD7MY\";s:13:\"css/solid.css\";s:71:\"sha384-1Ln0i7HCe1LMHO25AgX/9s/3XzTLIMev2SYgQz8xSyXSa3775gIb15NIpJoDRYDg\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-utbeJwkEmotPPgnsjR2cFDH5mR1JrU1EX02CRdVYlT6MuuLA6/jK0M1UcDXBVNa1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-QZ/09hWMymER1waFUW4M2iM55h3bf5FVf516rOAYf9G2mHSpAj+oo/6jrxhxiVq4\";s:9:\"js/all.js\";s:71:\"sha384-Zgm+jt84FBq52ezxzG1WPrUHXPTLraCVSuBDiGgz/mX0FZxgdkTZNephFvciYglv\";s:12:\"js/brands.js\";s:71:\"sha384-FYnxcuBilMBfd4M0z3ZhTEWrorBL6P6mqaDWsYN46z3iJszwg7yqVAft8mxPhWQf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-nDF1UhY85TnH6TtkBtlcaTXQh2EGA+oy54oi//hchZ6BIO8n0yZOdEDcqy3Lj6SH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-+4PGPfaOiBMXBdbxBpjj3c78flBTf1SoDBBbEHY2P8SuIKsjNJ59vjhjpMClcRVk\";s:13:\"js/regular.js\";s:71:\"sha384-sPFXZNRvY5NMeQlqaEJyF/3Lrrcqi+EowkFdHnHe2B5/GSLq+RN8eAfpDiFzWveB\";s:11:\"js/solid.js\";s:71:\"sha384-abaNJNBN26YUz3JKjkP/eHqZP+7EaMLIkyR/I4JNQXin7CWBKc81Tmgh2//K2gfd\";s:14:\"js/v4-shims.js\";s:71:\"sha384-uQinggJhGToi55IHZla+hhoeR3xafp4JLhuIZzag3QFHKDyLLolL8IuCRM2aLdxy\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-eRd7BE4pd4YyGL79iaO+/+GQtuNU464XOqRShZHNdRwR66wJIzi0UirzOFzuoMOo\";s:14:\"css/brands.css\";s:71:\"sha384-/DL+sGDGYNVXNSXzx8omqgYJuKJWhPfJC0j3sM06CPE7CKypUtyAtAburBBMbhWn\";s:15:\"css/duotone.css\";s:71:\"sha384-JrGJDz5LRxQ3s3dW4Av8oo0oPABX1FQPzGwpVizHFqVT7RXKd2suPslh8/k6EFvo\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ASwVckljSlVqrp7J4fCNW1Zfqp4GBw13f/oq/bwtr1KNG1j5lzKrfTpvoivwJZpS\";s:13:\"css/light.css\";s:71:\"sha384-SE3odAKV/Li06jtOem3j03b4qHD5AfOLS3ip3Ie7HS0QtdLJuRozlFcEiBnKhIjj\";s:15:\"css/regular.css\";s:71:\"sha384-v0Phnxb9e1tIN8ABEpuqr9+U98eA2hbSnnxnIFWqTyvwFd4QjVV9NOCl19hLotTv\";s:13:\"css/solid.css\";s:71:\"sha384-23irw3gzc0cirSOm9k0vC4Cb8339DDxFatLW9p83F4RsFK/1HuRvePKAltYrdlBX\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-c8uzxHbCxkqcTDgRCHmj0nVIK7Z72qzR5ciNuZIQQKWVMb0Trzdh3g9EmdybHyb/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-+/X59I6aJtu7U5st0yw42TmOgz2GTi80ici4b4Zr3fVKaib7AhAhXm17vhXVqNN6\";s:9:\"js/all.js\";s:71:\"sha384-jaxx6ehyna+t5i9JERhQruWpH3C/xGZQJz6/+xqO5C/eWWJ7ysIZIe9BAULfRy+f\";s:12:\"js/brands.js\";s:71:\"sha384-om6tKqxNyejPYGBkAEpF5czG8EOB93m9G17YUGoJgRtei7kJnA4P4+w73UfDPtLl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-I8WM/bXtfWQr8u2t0OIaUfJNpTd6LnCbNnrQpaKQN4/Pdek5IOtrXdpcXpLwzCoc\";s:13:\"js/duotone.js\";s:71:\"sha384-tit+/K18O6+uMPCuvEcobuzvT7aFly7Raxqnszuar7OzNloVr2oIugu9S/T3MNgn\";s:17:\"js/fontawesome.js\";s:71:\"sha384-kAYceFs9TzH4f4HsWzAZvbE7yJRTcOUe2UeJVCdVV8AYbspSlxAIwUg7yGHrtSKe\";s:11:\"js/light.js\";s:71:\"sha384-zam67iVIo4OJbdPFYrgsf4Te4l96q61wYKpT72nLO78ICkwXk27OlsN4SQYHOlI6\";s:13:\"js/regular.js\";s:71:\"sha384-8QzBYxpPIH9HEZ96HhicnkJ8XYzELjI6YQabAc2ANT0wExEgzeKwnNdQM3B0YPzX\";s:11:\"js/solid.js\";s:71:\"sha384-vTIqr5UHlJnlDEDAZB19P3NuSQy0Ynbzj7w5ofBkLPpN1bb7N2uZ/z0GNZGCIFxW\";s:14:\"js/v4-shims.js\";s:71:\"sha384-56L2fWZDluSTJKVxfc7PF+HoFsBrcdkn/Wj79nB2pzTgaYmqLT5T2pn6PLbMvHHq\";}}}s:6:\"5.11.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-IT8OQ5/IfeLGe8ZMxjj3QQNqT0zhBJSiFCL3uolrGgKRuenIU+mMS94kck/AHZWu\";s:14:\"css/brands.css\";s:71:\"sha384-UMAQJEtrY4iFRXQIYIXWfTd0GPzHrhSPK1SJ3fEeGGgtkC3m5qhKESA0yOXahpmJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8dpIy0am6bmWHK+abUbC1sgkCSD6WstSMjjNB7JVa+rprKurA6xisqNHg6DESJWW\";s:15:\"css/regular.css\";s:71:\"sha384-5JoPxivOfpG9KRKbjXkqhwpMZ7vvAATGi77NPd6sC2ruJrWa/hKqoLBIWC1n1N/U\";s:13:\"css/solid.css\";s:71:\"sha384-20Qlvv++Kgw8B9SXDkUX4JrITPco1UXcaB1mkymQFgx8cM9azG2Ig9Sy3khBpWip\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jv39B+1DxC6iSROYUwIeI9RUDrl9ckXFPOOlys2dTXchRTodXzqX0lm6GUwN4iLA\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iJU+Et4BsM2cUxdymLmM7B8IF6IkyAYIcJRKroT/XuA5+2bWL9u+KJ1ZItC4bcdo\";s:9:\"js/all.js\";s:71:\"sha384-4Uei2cJ8mOycRxb1dxppaomro+V4vHdGuT3NfYGpENdgukEOcOrNB43OdzBiHdpZ\";s:12:\"js/brands.js\";s:71:\"sha384-q5JjSRgEoLV9cBFXvjGX8xxIxWN+LcGaDFBxSid/9XwjhecfXMQK9Ak7bcPSFT0M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-LqGhhRx8iThhBm6ytksB4x9veweiV+qNa2soZmn8V37E4Nohq1ccRoaSr4o8YAGQ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-jwx8I0tSvPLf7ZV1KwBdmXpCHgduVujQNEzmHuLEiCYql63uV/C9TCtdBU7E5TL/\";s:13:\"js/regular.js\";s:71:\"sha384-W1XmDNwB/NY1P/H0BiR107pc9NC7aTrPvwXbrZewndT3nyrmFm/7IIc0AxxcHQ/N\";s:11:\"js/solid.js\";s:71:\"sha384-kDwQ866HvlesMeZEZYvoa7AceBir+K+jB/0PVVSs/1bX0JtTvAm3aFEgOCOCt3c3\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gtnOUe72T7BrqVgxbkcbbwZGJLyyHFFtefPxPZ5t/rmQ7vMNXbxml7JJkSNfHmkV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-sr3GDThhNP8BxHFoTK4zKFgOjcrT8vzaiLwnwU+yB31BCaNj3QMX6YVXcv8AeBAy\";s:14:\"css/brands.css\";s:71:\"sha384-4sG0FgVejJMQM47pqYyG+7afeARX2P0HYkQ8JCKf3ZqTcpJ3/SWefUFX8kdm8eYV\";s:15:\"css/duotone.css\";s:71:\"sha384-q4v2/qv2HhGIAcd04NDH2XuGq8Bzu+xNYUI3gcKFfWt09m/dgZlvUC0rQJ3KtGg/\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O68Og25nY+MZZRUiP6gm7XPDuHsNC5DgKWEoxn6+3CFcGLRXuFihbGO/8c5Ned0i\";s:13:\"css/light.css\";s:71:\"sha384-Rg8mXhpzJH99uBsgdsCp9zXjkcsw/pm+s4Kgu/56eRQSd8SAszYc6hssH5MLusHl\";s:15:\"css/regular.css\";s:71:\"sha384-RjVm0cyaQYehIEaR5Tt+JDfgnUUtY7GP/N4rEglG6DxLUhzozRl6HTH5NfPQ0X1/\";s:13:\"css/solid.css\";s:71:\"sha384-/SNkE+jEmgiOubdXCmBU+e2fWH200um/crHWjo/Rni9rhQuxT4demqM/PAyc+tXU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9q0WPwNHncxttx1Sf3c/G9lszy6f82L4rYAYW+JF0PRBNvJ1mVyYivrsep7J+Fud\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1oMR0RRrEohmWSZo0t/tezQF1gyGc/b73Bba+qyZLEGdTAPORCf4p+pQm/iycsgj\";s:9:\"js/all.js\";s:71:\"sha384-7DVhSuOn0R5KmazSuDzmwQHOIPfU4+n8x8AifcGCoSOGATBJh55ZY41LSL37PB6m\";s:12:\"js/brands.js\";s:71:\"sha384-QRf6gn0gPrg4U0aYZ5s/Sx7xXy9gplYMzh82CI51530v89R9s9xGG8ljaSqYflQU\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-jKcJk7TgESeW6RZgq9/e8kTr0jRQ/JvaM//YDKwhF9wyvXk8lQs27OQ6cgv3FXTt\";s:13:\"js/duotone.js\";s:71:\"sha384-CeUA4+L5GZZwc5CGnvQVaT/Yrv5HuRydWW/QDCiXZnuORKxut4zKDa2WUaCS7fvo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hvER25BD06AWxsJLW7cQmGKjQp9PSZttpMIo36kIq2TTPEhP4lIT3VMFul89Ym6d\";s:11:\"js/light.js\";s:71:\"sha384-qvh52W5+cWrTxhfM559wBnsSqplMQIEjQkHnAE8c6MViBcH1OKvI1u4IGR+26hZK\";s:13:\"js/regular.js\";s:71:\"sha384-owKa0I4sfD0ooTioBE3KJEbjcmAZi2LeCbkqHr7/vkUeG/U5OyCGxYlcz8axgnSe\";s:11:\"js/solid.js\";s:71:\"sha384-hNm7JVaYkbmX1gZWRwOXVFKJ3onp68grA2bFGmFSMCQueJbgNvKR+iItAjM/PiuT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-1MuEmp8vgjvrraTYbqRjvuZbLs+vFg2oeN+87QTVYX2EAXM90T4bzBm7HIFFzAp7\";}}}s:6:\"5.11.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN\";s:14:\"css/brands.css\";s:71:\"sha384-tft2+pObMD7rYFMZlLUziw/8QrQeKHU4GYYvA5jVaggC74ZrYdTASheA2vckPcX5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+pqJl+lfXqeZZHwVRNTbv2+eicpo+1TR/AEzHYYDKfAits/WRK21xLOwzOxZzJEZ\";s:15:\"css/regular.css\";s:71:\"sha384-zgXo5aJZxI4cJSgWSRtbv7q4JB6PzrmOTAWiZt2CqN25ifeKsCuQZ/pUNoPgjcTb\";s:13:\"css/solid.css\";s:71:\"sha384-doPVn+s3XZuxfJLS7K1E+sUl25XMZtTVb3O46RyV3JDU2ehfc0Aks4z0ufFpA2WC\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PCpLTPQTGcSAXFltutjYRSDJAXJItRY88oa9XgNyYJuwrgJGx+uNVmtGSDS2PPvL\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/EdpJd7d6gGFiQ/vhh7iOjiZdf4+6K4al/XrX6FxxZwDSrAdWxAynr4p/EA/vyPQ\";s:9:\"js/all.js\";s:71:\"sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1\";s:12:\"js/brands.js\";s:71:\"sha384-b2GpqFrJizV0BUEdbrITdOA5HnxnlrErt7MlEERWd6NSJ32rHeibEvyyCuA13OAS\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b1XIrGvAvE1F4q9vHz2OmkU7bBKvxebE+Q/bW+d4lG90kACkPFm/ZQuS9tlTwVD+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EYYaHDhIRoBhd/Ir/1fPnxg9rZLk/55lKtlNT5KrIcONoCS2kjf7ZWzMoCLLACeo\";s:13:\"js/regular.js\";s:71:\"sha384-vIxiYcREJ+yKr8tRXG0gCdepcyuhCTkHwiTdG0qVTHSQvjO0pmllh1QAy93JYsE5\";s:11:\"js/solid.js\";s:71:\"sha384-Mf3ap7OwO+bjTkzM1RsrothLh38uKXvMWJ2TQPXGHqZcqfeI/cyCV+sfV0IDnBDq\";s:14:\"js/v4-shims.js\";s:71:\"sha384-G5fIV0dSzZ1nDQSh+B5u3TRX2UtPcd5UWyi2WS1fZIpJQ/JpJCdShAZ+wmILZ7Qd\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-zrnmn8R8KkWl12rAZFt4yKjxplaDaT7/EUkKm7AovijfrQItFWR7O/JJn4DAa/gx\";s:14:\"css/brands.css\";s:71:\"sha384-dd+UlUKIkNDLBFy2GZJRdMODxfdUjx/PanzxBbsXaRBkyjHzUeDX3mj6q53uL825\";s:15:\"css/duotone.css\";s:71:\"sha384-tHth4ugEmPOZTBSN4Hi2oYiHY6vpxIL8clasFZidKyR6Gm34+U6wx6A9eZHqTs2W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bQakmC+XBF+eCf93fSR/57kAeX91i0BDyXyj8My8/e/3Bcno5zhEGM02xNvpXV+2\";s:13:\"css/light.css\";s:71:\"sha384-yNf+8hATd/MoR/yfZG0nBBtjTfxZEM1rJos9BgjBaVuLcu711wcecTXBlfS91nfj\";s:15:\"css/regular.css\";s:71:\"sha384-H5RIR1XTDkiiLdUTNtbYvWKpNd2qsPBeGzpT5PD495znZL9JCA7119EMPNfCASw1\";s:13:\"css/solid.css\";s:71:\"sha384-LkNnzh6wVxsC0m3vcQ0T5L6csSYpgSYniG/AKJqWBsHT7PVpeO0QHkBw4dW1WfVu\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Mh++Qzb28x/RVEo6SYO87IyopQpwhzveyGIVg/AfbCLCEHUINYcCy24fkArgPFNc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-A1hDH1BUL9ZdoEFsPEJY4LRFhu70QJj+RaY50Zoqd568i+ONa9LHCI+uoWDT0Lut\";s:9:\"js/all.js\";s:71:\"sha384-S++1cFhwpxbtRScUliTyprAMK33gMHbukurY4rNyt9CxIniGm6PfioUsQPoAITQJ\";s:12:\"js/brands.js\";s:71:\"sha384-NuqRsJYX4n2gSY6iMRHPZJxtpR40C8Lc/CV66yyeP1Vu5W2QSuVyPxMRpRIGihE+\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-GLrjh9czojGY48hc8pYlf/3FRNEBu9OWvNAta7SMilmijx8+ciGGVZyD+VwV4FVP\";s:13:\"js/duotone.js\";s:71:\"sha384-uO8Ntsr5QW0kAl13UUiYRBDhu3foxlKI+jZjPBApRxFDX2tgO/GYiCXIYiGixOU5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FdPoPmNNPrerz9uF/cNSTyPmNCRf6b81QDEPk0JlXAaailLV3DT9yA8plMzyffNZ\";s:11:\"js/light.js\";s:71:\"sha384-zE0WHJZIhNaysmywEoQBm6THN0uK5wAyfKWoN6lJPGOlrMB8hf0Yt4/+bex9jZi2\";s:13:\"js/regular.js\";s:71:\"sha384-+3mzeMYwSyHPQfOsqYlwcE3OSC7aI/+DjyVLkBxqWP9O+JyoEtzidrSonbNKh1uy\";s:11:\"js/solid.js\";s:71:\"sha384-9I7yL3g1YvBlMZjZ0bWzPqP1m3Ic5t3EgFq/MqNm2r8FUxDVowt7dO4S1IFleLqZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-+Onl+wOd5BbZvaC8Q/mQUO3lZAqsUyD+xqhS57VlU7gIpqXBMcS9Tw94A9uMZRwX\";}}}s:6:\"5.12.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M\";s:14:\"css/brands.css\";s:71:\"sha384-ouytoyjvzHVJu1m+KEtJ+2Ys+WFsXUlknprEuQAUs62XNn0shj9U2QeTwdJQmPR1\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VoScp22LWX8GkkUAmdkkkj+rz+/r84lmCD6FALIryJxjwBSz6kE6oebSlamQx19e\";s:15:\"css/regular.css\";s:71:\"sha384-uUtN9GUP/RxDz5kko+qO6znqTP45OrABIxrrPhm8tax1s1huRxYCF7xDm+YunNDB\";s:13:\"css/solid.css\";s:71:\"sha384-9AfJF7pZ+RYk3wXpf8ge6fc3XhPaW3Xl57Qj/mSzPckn9Tu8zJ9qUipWq+/utX20\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-e3I5IwYfes9z/NL+oosxhrbsLa9R8TaEY+Krsm07Fcz7q/R+8nswvn20QsrR8tsb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-AL44/7DEVqkvY9j8IjGLGZgFmHAjuHa+2RIWKxDliMNIfSs9g14/BRpYwHrWQgz6\";s:9:\"js/all.js\";s:71:\"sha384-S+e0w/GqyDFzOU88KBBRbedIB4IMF55OzWmROqS6nlDcXlEaV8PcFi4DHZYfDk4Y\";s:12:\"js/brands.js\";s:71:\"sha384-NLUhiMQCi+OH3uxQu0Ems+2GYt6KJ89f90f4kZlK0BoDB63kHZqAICPl7nQHppJy\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-PpGSW7GgJeChJyQc4XW1MIgUrRkMZudoPYOYAqGERZ+w8ammaWDBQvHM3Qp85XCV\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aolToWrR1Hn3EFHDZtvTl0mtjuJJKLxSu/6b2tlr1g9dS+RLt6QVshweU+2e1v6V\";s:13:\"js/regular.js\";s:71:\"sha384-LCyqT0dvDekY5RP1UquYgUJARvp4tHVJocO5ICwoWSyVoSXrKpJrRrDYxj7+ukHO\";s:11:\"js/solid.js\";s:71:\"sha384-QsXs4eh2k/7mk3dvvNMhJJDjh8UQ++vWm4e7ULJ1UZTbOv3wQOzn+4ULg5iLW+Ph\";s:14:\"js/v4-shims.js\";s:71:\"sha384-NNQFVmb048Dmy0GH4ex0kGVcjxaPeY6JA1+ImM4Lsfr4HOD5CNMvCSoIfjeJJWX9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz\";s:14:\"css/brands.css\";s:71:\"sha384-z3CBOpMFSI4D+GXPvBsSW5vXhm4MEzWuC/CycHv+vsuzuztOzPpomZimFLeWNOgk\";s:15:\"css/duotone.css\";s:71:\"sha384-SnqCl1xqt09zXtBnCqJWrwMR2wbeWfxeAEB8e2QuoHdWNY1V5k0HrDi889EMHehh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CtsKDnRWWHDhjRZ5qgpCFCGpib2FU2SChFu0xRt81grgvXq1P+lbpROQoBLxlU4o\";s:13:\"css/light.css\";s:71:\"sha384-i+ivMdAc0+wLEnd+UdXLpYGNTbyn/0Rjz7EqmkqEOkfat5/2T+S63wn3WDk6h4Yh\";s:15:\"css/regular.css\";s:71:\"sha384-hCQzyeTkj8xmAEG5HT7Hx6t6DUkpTM34rr6FHL04J4AWtPtryU6EjsEDb+Gf17KD\";s:13:\"css/solid.css\";s:71:\"sha384-U9f9KTMQ1TBvUUFLpp6FgAy1M59lrF3q3rYTHPRVtT8OzY3xyyFUzKevJFYHEbhq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CpTDS+d/m1rbSfuYxoVJXNCmq6ovovJAD1qgFE+K1Vf5N/n5Nt5yEoZq1UovRsXR\";s:16:\"css/v4-shims.css\";s:71:\"sha384-w49b1IAwJTEsYuPUW2QuSzpWNnhksbL+b/1q2eGObJ2CVV/HO5ubRS4jyMLB4cGs\";s:9:\"js/all.js\";s:71:\"sha384-t1m5KR+UJYhp5D1IG6cS5MuYjxDyh/lIkrB1YUpSPfGxgR4r7pA2xW+KoAfcE5IZ\";s:12:\"js/brands.js\";s:71:\"sha384-L2A2TL70Fg2x6gHvF0zTdYDo163eb/op5YdWXAr/rWfprmIjt6Ib+mdHv60yzNh2\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Tj7c3TfdpwGV2RqPFYgEbtUTrY+wJeAPDMsuUTvdrbMDWlP6gpUN6LNbXNf1C8BA\";s:13:\"js/duotone.js\";s:71:\"sha384-wAGnJyD+rhKARbazT5ohAk3YosShbJZGkuSG5lrKQOfQpG+7Q7o6ZmAvNqeJ7mFf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-YdKgBdzRKP5F/uorpoOtlS1fRNfveZicpRkkQTn0pQdqGWQs6AMr7Jby3mA/G53+\";s:11:\"js/light.js\";s:71:\"sha384-VuS+lIluvKV9KjbEENEaZi4Ixed0QRYlUr6DI6+U1vj/rOfMP7wl84Z53+fMZXM5\";s:13:\"js/regular.js\";s:71:\"sha384-lS00sjHGt6pxefm2C7siOngllQ0WM3NoXEgwBb79KI3nh2iB5F/vkL7q09F/Z3tj\";s:11:\"js/solid.js\";s:71:\"sha384-ejND26kSb92qqj9cH70EMoR8jytCElYWiCB0v+JkXBz6+2ccBkNJkJZuMmrXY9L+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xCtgvUZSTFqAix3U6PrST0KLLMXPkzVPwXq3AbYkoKi81K4Ppryd5D8lUII1MeU+\";}}}s:6:\"5.12.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-v8BU367qNbs/aIZIxuivaU55N5GPF89WBerHoGA4QTcbUjYiLQtKdrfXnqAcXyTv\";s:14:\"css/brands.css\";s:71:\"sha384-+2AYGyI2bR10NExh4Lu/3NQmpNxck8EcRE7aATrMi9QQ9OAKQAQw1bcrlWkp0tdM\";s:19:\"css/fontawesome.css\";s:71:\"sha384-C1VkjHy10mh0wo7rz2xEDdqrfn5C+AJpaCpUyScFHzKb0mnAU3I//2RrdAE+LfQ6\";s:15:\"css/regular.css\";s:71:\"sha384-ZYhRqsbjqPY5BrYAS/7RLN0cbKU9T2MfB24Lb42Gyv2BHvW5sujo7gc5gXEReTq9\";s:13:\"css/solid.css\";s:71:\"sha384-yiUBjfJC2dVbhAEtVzEfH+R8ZQJ91V1C+Vtr1ZDTX+gUBZWrNyVrs/Nvc1fzi8GP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-XBFwYq8dzGeC/rGkEgveavwuEU0D16mIKfWeCX6deYzhMUaa8GX4CgA5c/YHP2xo\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C8a18+Gvny8XkjAdfto/vjAUdpGuPtl1Ix/K2BgKhFaVO6w4onVVHiEaN9h9XsvX\";s:9:\"js/all.js\";s:71:\"sha384-ZbbbT1gw3joYkKRqh0kWyRp32UAvdqkpbLedQJSlnI8iLQcFVxaGyrOgOJiDQTTR\";s:12:\"js/brands.js\";s:71:\"sha384-KASsDRWwlErb8dTf+e5TxRXMnbXrVlbPbn1hS5B/yS4vNsF7mHHO+Gw1bBDhcyOt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-fHnSzPZE3xYvvXY0y51vln9J+Jd0eK4HughCkcA0NsBpmAGgU97n65RbDqUgnWf1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-H4naMsxnUrIT8qihjWfwIKXi5biIYnqUsQ+vIJGZIKfA+7/O3FxgvMrdH77X+aID\";s:13:\"js/regular.js\";s:71:\"sha384-yUk5aOIIy62R2bRFbFq0+bo+ChWYs75cusETAJ1KYvEMRiEbQZmNU6u+PK60t536\";s:11:\"js/solid.js\";s:71:\"sha384-OSCcNUu98kEBVxq0vZaBr0wdmmd2ojuJwvWuSRKD0V10PWmvTetja8mxGfZm5PsV\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/OZ1Lht4J1/FfstamqqFX1tF7PkDWDKbvat1bkWByC2KRJwGzm/H2bVuw8N4SD8y\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-TxKWSXbsweFt0o2WqfkfJRRNVaPdzXJ/YLqgStggBVRREXkwU7OKz+xXtqOU4u8+\";s:14:\"css/brands.css\";s:71:\"sha384-oRjDIXtfHT9YAjxHLAbf8PsJklTJN+dl7PmnAlOTYJhNAspi+/xgU4f12vi5xGzz\";s:15:\"css/duotone.css\";s:71:\"sha384-qrJ30c8jzW/3IOQRl4RddzzMsw3YIUWq5YhHW/8D8EJnS+5J13GpCGVEVI3ELc/W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-k8n1hWo+b1vuRb6E3KATGC++lfNDnJTtJ6pS2BFF3tp/OshnO7uhzoOj/zJbGfwg\";s:13:\"css/light.css\";s:71:\"sha384-iUpVK/Fzq7teRSWAUmJsnlccV1OgC2fMpgreA8gxAm68UxbZPiMu3GP4IbKdKIUh\";s:15:\"css/regular.css\";s:71:\"sha384-QprxpKrx/cRYKXmWVkM97ert3857dCN6bbf6cRMELoa1+IYdsHoqweHwJksEfb0j\";s:13:\"css/solid.css\";s:71:\"sha384-uef1Ib3WhVuFbw7CZtyE+4IDCiKe1/bGU0vJ2naf8VQHKAeA67yU344LBk/H6nhx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GucW5chDMZnyGPL1yaIe1GOHu/X7ixbmNjinYEIVr8a4Q4ewZjgipeXJhVi1lsrd\";s:16:\"css/v4-shims.css\";s:71:\"sha384-58YCAaXf5eAJ+1vna1eEUPuU+Ez6EhIPG77PXmK7QciGJsDNAHt2D8ke3vDio+Hz\";s:9:\"js/all.js\";s:71:\"sha384-RiuSF/PBDHssKXqYfH16Hw3famw7Xg29hNO7Lg636dZXUg42q2UtNLPsGfihOxT9\";s:12:\"js/brands.js\";s:71:\"sha384-yrJPiY+1PdmFAwIfz5kqOJt6qBz7DmhXnjLZWLQ9FopoqnhHIBdOQk6hafYoSquV\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-bIg1sG9EStRr/9ohrrZJs0/uTEvUEEOO+NWuOAsIj3a1ZCHqvWUW6w975b4BSbqI\";s:13:\"js/duotone.js\";s:71:\"sha384-1EFXmt5rBEAK6aeEt/mZiYu0QhdFqz7oRm0Kc4xKyZ2IkrQYBc5F77PWXv3Jl4jY\";s:17:\"js/fontawesome.js\";s:71:\"sha384-P6BxA/EZmb6ypE1RKWOU6G8Ww/wI6w4R6uP6u9mkq3uaBehDQxHOLax3fLvDqkvt\";s:11:\"js/light.js\";s:71:\"sha384-08D3jBd9Co2q3IJB/9qnaukQ4ZhFWVLATRpNirJUQ+yQ/oUORDPfJ7Z2OWySf7/A\";s:13:\"js/regular.js\";s:71:\"sha384-zw99I3pdjnsTnY9W+2pz18pxMpOw12uAiVqYL4dZJOf0Lm8dio2v03Y0L2wzECI7\";s:11:\"js/solid.js\";s:71:\"sha384-Jr2b2cxzFQ84TxM+s7yh1jUu1f4FLCHQQDT3ZeBYZNQo+xvCw52PmB7GbC9yqSqA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-sLzGuPzMXKEht2hBPBvC5ere217qvxFZ1AogesHLWdB5ojWBInm4wE4J+HV7PB6z\";}}}s:6:\"5.13.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V\";s:14:\"css/brands.css\";s:71:\"sha384-yZSrIKdp94pouX5Mo4J2MnZUIAuHlZhe3H2c4FRXeUcHvI2k0zNtPrBu8p3bjun5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-syoT0d9IcMjfxtHzbJUlNIuL19vD9XQAdOzftC+llPALVSZdxUpVXE0niLOiw/mn\";s:15:\"css/regular.css\";s:71:\"sha384-rbtXN6sVGIr49U/9DEVUaY55JgfUhjDiDo3EC0wYxfjknaJamv0+cF3XvyaovFbC\";s:13:\"css/solid.css\";s:71:\"sha384-fZFUEa75TqnWs6kJuLABg1hDDArGv1sOKyoqc7RubztZ1lvSU7BS+rc5mwf1Is5a\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-zMDYkJEHc2iapAk7o9HXGGD5N2+GGhOFQPDdNTYvlcc0gBA5r7r5f0aSYeCvm0qn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/7iOrVBege33/9vHFYEtviVcxjUsNCqyeMnlW/Ms+PH8uRdFkKFmqf9CbVAN0Qef\";s:9:\"js/all.js\";s:71:\"sha384-ujbKXb9V3HdK7jcWL6kHL1c+2Lj4MR4Gkjl7UtwpSHg/ClpViddK9TI7yU53frPN\";s:12:\"js/brands.js\";s:71:\"sha384-c4QRk2vaIFBj+66H3IMCeLBpgmeNbFV8HqOs55qMib1v/dM3JXdodyctPNa9hTyl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sDmAMseQ6ZkNcFsP2c8NLyUmSqzUpn9PdoWqr/IP+mXZANSiuN9/09SKaEaMJ39l\";s:17:\"js/fontawesome.js\";s:71:\"sha384-/uNTArWag0fq+MOMnITxuc/uQTqh5NVc+1x0LO4xG//FFwUa8Xff8zrZXIpETdf9\";s:13:\"js/regular.js\";s:71:\"sha384-5FWE8IhPJgMtacw/tJgCapT/ag4ftBYmykFO3KUsozTQ9JKaQhH2oX7RZdCDyWxg\";s:11:\"js/solid.js\";s:71:\"sha384-dCJKkv4KgC8c4IlevkK2DC4yY+rQidnMOt91EmILDbdn8M6cdsjaUbf6awWnsCaZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-XrjUu+3vbvZoLzAa5lC50XIslajkadQ9kvvTTq0odZ+LCoNEGqomuCdORdHv6wZ6\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-IIED/eyOkM6ihtOiQsX2zizxFBphgnv1zbe1bKA+njdFzkr6cDNy16jfIKWu4FNH\";s:14:\"css/brands.css\";s:71:\"sha384-YJugi/aYht+lwnwrJEOZp+tAEQ+DxNy2WByHkJcz+0oxlJu8YMSeEwsvZubB8F/E\";s:15:\"css/duotone.css\";s:71:\"sha384-oRY9z8lvkaf2a1RyLPsz9ba5IbYiz1X/udoO3kZH3WM+gidZ+eELnojAqaBwvAmB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-tSxOKkJ+YPQOZg1RZd01upxL2FeeFVkHtkL0+04oWgcm9jnvH+EQNLxhpaNYblG2\";s:13:\"css/light.css\";s:71:\"sha384-HLeT9I9TL5c2ujLOZhv6z58D+FdF5R//KTyhCOiYBp1ZX9ZEdaVKPxZmzPx/tMWY\";s:15:\"css/regular.css\";s:71:\"sha384-BPtrG4jSUTPogkW6mA5hAGjvJapJnnMa8tKHQOR9MnrINanXN/IGDInK/SngoAFb\";s:13:\"css/solid.css\";s:71:\"sha384-9mSry5MRUHIfL5zghm8hV6FRKJIMfpofq3NWCyo+Kko5c16y0um8WfF5lB2EGIHJ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9WuNcdGCglpaefA1oUecTWMQL/+LmrCJiJJM+pDHX+82lfkj1CKUYLc6DZJQ+1/s\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/WH+7sthk7TduL5PHd16Jew3Hd7eKInsAclAq/MoZWeyR4bMgUj12MSN79PtHEjc\";s:9:\"js/all.js\";s:71:\"sha384-Z0e6PSokCQP510gixgZGPs+obVv8eogS/eS2+/7lLSMOfmLnWBgPQppPispQXGUM\";s:12:\"js/brands.js\";s:71:\"sha384-T90KA1rFqB4OFs7EjJ9EGjXJkOXPhELY4hLaFVnB0LaTNUFGn3QyzNJZh307KVVc\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-8g5Au/J6e7pPZjkCDisd8Jd9psYpdlosRUbac9lOdXAADXrNgc20T1Xc24eIy3I7\";s:13:\"js/duotone.js\";s:71:\"sha384-dkbWEvgccxMcr38iB9BWNiExUnolXcLY54hGUJkFUqThvx5XsvcEervgRgRWz5fl\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bU46hq+Od2wfS4XGCT7Ab5XmYYYY8LURSiGsr4YLIrUWBPeImW/B+OkFEcHhOzuF\";s:11:\"js/light.js\";s:71:\"sha384-ipYj2yPBG2ozjlrUCd6AheWkvEpqcCQNY7yxX8wDoIJc5Lr1zVXAE4sKB3hVfjfT\";s:13:\"js/regular.js\";s:71:\"sha384-5CC2/v59nxbyM1595fgM84ERvZXK5WbpCnB9/dd1gTJc2LyitbiKhULkaiXZNj6V\";s:11:\"js/solid.js\";s:71:\"sha384-Imz7xdjp2/vTu6azMFMusPHfSLwcYmj5ZWzOXv3esrLD8IDP9AMA28bwpJZwaR1g\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZbnNry/TJ2Ald71QRyefS1elxArPz0oOfiNFxpfSO0Yb5lnnftVJMFbENL3j0hCf\";}}}s:6:\"5.13.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q\";s:14:\"css/brands.css\";s:71:\"sha384-pmyS4Hp0pc0tA0poF+AKYeURgyIgYLt12rD/6gLC98rTImbSYIe75vT2/3jK4zIh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O6duc3QftgMWW3awKiGYswymy288kVFZgGWC/4YCl48Y0codWJRgs8DA0N4dX/zx\";s:15:\"css/regular.css\";s:71:\"sha384-aDoEE1PtWF0YZqVk7el3O+QPApPko7v9/7VYyuzjhHWwJ3cmn0m7xE3/FkHSpPNT\";s:13:\"css/solid.css\";s:71:\"sha384-wG7JbYjXVhle8f17qIp6KJaO/5PsPzOrT76RgvdRGLHj0yXZZ3jg98yb0GNRv1+M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CFCaxC5Lp+1aYrNgJjxz8bNrgnzVPnSxma3pb+m90jym25B+q2vYd3JfLQR00SNn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-KkCLkpBvvcSnFQn3PbNkSgmwKGj7ln8pQe/6BOAE0i+/fU9QYEx5CtwduPRyTNob\";s:9:\"js/all.js\";s:71:\"sha384-heKROmDHlJdBb+n64p+i+wLplNYUZPaZmp2HZ4J6KCqzmd33FJ8QClrOV3IdHZm5\";s:12:\"js/brands.js\";s:71:\"sha384-Ay9V1h0l5sywM7gJ5YvOc05QytfKqZAElRgqU5kPcIIUAUBqLOYwu9gnW6p5t/FN\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-xDU4X/EdF/mFSa0TktUKBTHd/td1gTc+xWNLKdYcvrAUZExjiWhDnrLM4lGkqzeH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-4NJBLvz0eHSgtSVDb+VOLh4cxmVluIBqCaNw97NvJAo18r+qV9pze1g4YnhB/X6Y\";s:13:\"js/regular.js\";s:71:\"sha384-omrmE/gvA72r1j409JaSn3V6w5f7Mx7GZpjB8xqS4nLwGpT7Zj2obev62Y9QcCZr\";s:11:\"js/solid.js\";s:71:\"sha384-81RFXCmeESYg4G/uFGo6Tu/eeK3klw0oKItW3nPhi2BuryJcE4lkOkwWsW6jzoNz\";s:14:\"js/v4-shims.js\";s:71:\"sha384-CtI1i5e/58ZMUgZkT75wgboNZAbEXBNToPY17SfEmfyKvGuJW7DP418LdXkjI++F\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-B9BoFFAuBaCfqw6lxWBZrhg/z4NkwqdBci+E+Sc2XlK/Rz25RYn8Fetb+Aw5irxa\";s:14:\"css/brands.css\";s:71:\"sha384-e0CAD3LQqbxBCI1WW9pe35Vr+ogbg41axplGx9yY6Woaw6h+zHnB7v4sVuZjHDnK\";s:15:\"css/duotone.css\";s:71:\"sha384-jZslG/z2CMKpawOGi2BzAUH7QBRu5umkFNeP0Op1SZksaT8WGx5MuZazFfE/XR9h\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eKHMjnfl7jrOmk1Fw4dpPDTetBHFOho47C/omrsmBVN2ii45aI8s97OUFVtGg1CR\";s:13:\"css/light.css\";s:71:\"sha384-N45G0WPo8CMcXE4y+hOnuWLp2TJxNbhk/YbM4GQEymB5fPGzOXVH+er/7Z15oBjl\";s:15:\"css/regular.css\";s:71:\"sha384-h1Eirl+AlKkBdUtIMW1hm36KarFrx3iEfjcnTYKeeUdZTOsT8hLDc0lnlNG2jPn5\";s:13:\"css/solid.css\";s:71:\"sha384-F78AVlY1oEzT5bXRSwVzraqWTcbpglP7ILEEE3rmu1gIfm/TUo5gpdN4YVfvp7Xj\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ZFFudtU+0nvUFj6ogUZSspaq7QhLb6JJX6jSIu5UiZAbZMhnBJfNwZahptQ4MQ/i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-He820UjOck3Qu+A0dH2+CmHOeYAYN0kqRW3s6hHC/Jzu8IXSeZF2pn+lgVpz4KuJ\";s:9:\"js/all.js\";s:71:\"sha384-RFburpZVVirucdjarLLIoBiT+LY5YuPB8XboZYWRuWpElr46csH7Ia2nsHfkfBZF\";s:12:\"js/brands.js\";s:71:\"sha384-bM9U2rf0yP/4jsztQkRVwJnqtVcLJzwAMaVgd4sfQYxxm0ru+TieQ4ZaxKW4vsyo\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-DuzRvwD99f8XqXEPIxkpB1F+Ik6c2AZMj6gWcEDwFUCAgtVSelRH9Dos4SMxw/+i\";s:13:\"js/duotone.js\";s:71:\"sha384-uABtWM9HIHso7RIYTkd4w0zB8IgL/hTcPNyYTVA62Qw0lK3umduLb+vIYtXCd6W8\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ta21ZAqXVyXVqLCnHENnO2ULnrJQzNdGFAbMR1nbZOSV7PcTcZVIWZJCCcRYy2Q4\";s:11:\"js/light.js\";s:71:\"sha384-+8Y6x3Roex77ZBdaQqtTN2QKu/TIOdzoswRYxryfW9ELmUxMTYLgzdz5nlA/3ndC\";s:13:\"js/regular.js\";s:71:\"sha384-sSHWg/dKYjGSJU6C17C2qGImASfPcJqy2BaW/iTzifkPJmzprIMH1tl4/tIbWq8M\";s:11:\"js/solid.js\";s:71:\"sha384-VBOdkc1roPM6EIGTBi2yraUNs04SZ9+TsLzF0vIecIKYf6oXYxAYgjzMpH8UdZYh\";s:14:\"js/v4-shims.js\";s:71:\"sha384-iwdWtJevtQK06+Bbqeb7Oo+osfnPQWsHQWR+5SeND0soWVUGjfyRC2XdttrYI2j+\";}}}s:6:\"5.14.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc\";s:14:\"css/brands.css\";s:71:\"sha384-MiOGyNsVTeSVUjE9q/52dpdZjrr7yQAjVRUs23Bir5NhrTq0YA0rny4u/qe4dxNj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PRy/NDAXVTUcXlWA3voA+JO/UMtzWgsYuwMxjuu6DfFPgzJpciUiPwgsvp48fl3p\";s:15:\"css/regular.css\";s:71:\"sha384-e46AbGhCSICtPh8xpc35ZioOrHg2PGsH1Bpy/vyr9AhEMVhttzxc+2GSMSP+Y60P\";s:13:\"css/solid.css\";s:71:\"sha384-TN9eFVoW87zV3Q7PfVXNZFuCwsmMwkuOTOUsyESfMS9uwDTf7yrxXH78rsXT3xf0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PB7dcmSOBXciTYYzTvxdvcCEy4k3woMwwVAtsIA3LUQyKW21C7UL9EcGtd6IRNLc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-9aKO2QU3KETrRCCXFbhLK16iRd15nC+OYEmpVb54jY8/CEXz/GVRsnM73wcbYw+m\";s:9:\"js/all.js\";s:71:\"sha384-3Nqiqht3ZZEO8FKj7GR1upiI385J92VwWNLj+FqHxtLYxd9l+WYpeqSOrLh0T12c\";s:12:\"js/brands.js\";s:71:\"sha384-V7gsTxvUZaeC6NAsCa24o3WvPOXwSsUM8/SBgy+fxlzWL3xEGXHsAv2E3UO5zKcZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-uMs7U5rgbKM9mJ/p05oZ+z+8uK1lwLhl96KWxP5odG0wm26IfhzgKQ0ktZnc2PYP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-DNo9bmYZCHLtp0n0l0XA2UsoRHX1nx38aRP+p9yoP5A8kVTfeWG3aySMOq5FD/v3\";s:13:\"js/regular.js\";s:71:\"sha384-zHXcIX0meH+eFgqCa9QdLtYfc+0p7KcF4fVB+gMVFjV6rzYv+LxSIuF5i2eGVDlt\";s:11:\"js/solid.js\";s:71:\"sha384-4RG3cEPIlCBy6VNzxM9ZoEwZW+65ed5JDOfaJAnQqwV6ha/jZDJTXjFmvjFM4bk4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-g+ezV6Pq6549QkJkkz2wmW/wpazNaliTdSg/HX4bKsQ7S8cfyMOiyAfzfWPtlVR9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt\";s:14:\"css/brands.css\";s:71:\"sha384-DkuHshSFBB5Ozmaoq36ICABPCsIIbamipzuH7NO0sxDIDrJloLD43yBzNLI3gxS6\";s:15:\"css/duotone.css\";s:71:\"sha384-QRFqAT1IRNAzMGALiXfanFtQEBoLDPPh1vnrMbxHa+UeJkCTHO3TpYXHQ+GK1pKg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CAxg0L30Vie2vI3AniQ4UA+pSswoJmr/MK5Dl5DP9YlE1nzJn4z5updw5S3i/Nsn\";s:13:\"css/light.css\";s:71:\"sha384-LmKkPHDqucxgmrtLKWrMGZc5nnHQYAdFkSzMtl1OcvTZn4pebmVziSZPtp27MA6u\";s:15:\"css/regular.css\";s:71:\"sha384-izRgjQadEFrlAsdFZjlQ4v6Ff2E0R02RwYZwdL8lrt398rQmLNOFYYNk9qQoqjDP\";s:13:\"css/solid.css\";s:71:\"sha384-qJugmlTDyF5CNuv00JB+04BCmCVi5C2ZZhsIVMX0wxWr7U3ZuOsmO+nOLtoTxeWG\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EjLtrKO3gucE2cOzLw8A5aJpQ9oXEJTxlTkbLrrL4JR7xGLPI8B1fyK3ygNxeLxq\";s:16:\"css/v4-shims.css\";s:71:\"sha384-oydBLEZZlqJqf0OWwXyyj91mRqrL25j/VMAvTl0BA0iIMoJGDTSksMDnqkl+TWLA\";s:9:\"js/all.js\";s:71:\"sha384-8nFttujfhbCh3CZJ34J+BtLPrg9cGflbku3ZQUTUewA7mqA8TG5Uip4fzQRbERs0\";s:12:\"js/brands.js\";s:71:\"sha384-9112PiGcvkxlUNBecZ0rk0c6zEGUKlR/enlHdLy0Xu42kfHEbIKsFVBsmEn+6cEt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-9rbnCwKDHzpLDHYvYRqRWcyLZc3anAu+oe1dRxPOk7RcqBzjAv7CYTvAQJGkUNXS\";s:13:\"js/duotone.js\";s:71:\"sha384-HFlrQxjzjMUAiYmFuUKrkp90VMEpD/dpb8unLEWH5QXnUs2xHw5zd8aiztrPBLbT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-XULY2W1C7bGq9gruRvsk8Zyhq33b1/TgBBKzJ+8dzWkJm0kObgcry2qU+Qf+HOZw\";s:11:\"js/light.js\";s:71:\"sha384-a8Ul+Nmi3glFYXvks3ShdxGHyk09LsZ3+TIjDr2vj9lMx2F29TqTJm7U0EutxFdH\";s:13:\"js/regular.js\";s:71:\"sha384-B8V2/SCNt/naDJB0LkeljUBBYYhGFm/rUVnNsFYlutzbeSTTzVEqxRo8SN3tuHSl\";s:11:\"js/solid.js\";s:71:\"sha384-CjNAVlgtLE9uQuDgWphA+b5vXjcy5spSSezhnbGWUZl0VDkAxzeU8elFOdDs4qaU\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kN/8Lc85No/I30OsF5JSmBzc0W1W0AvgBJGA1eEtVSfaiIeg8oPTJ8CerHqDREVn\";}}}s:6:\"5.15.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp\";s:14:\"css/brands.css\";s:71:\"sha384-/feuykTegPRR7MxelAQ+2VUMibQwKyO6okSsWiblZAJhUSTF9QAVR0QLk6YwNURa\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ijEtygNrZDKunAWYDdV3wAZWvTHSrGhdUfImfngIba35nhQ03lSNgfTJAKaGFjk2\";s:15:\"css/regular.css\";s:71:\"sha384-APzfePYec2VC7jyJSpgbPrqGZ365g49SgeW+7abV1GaUnDwW7dQIYFc+EuAuIx0c\";s:13:\"css/solid.css\";s:71:\"sha384-yo370P8tRI3EbMVcDU+ziwsS/s62yNv3tgdMqDSsRSILohhnOrDNl142Df8wuHA+\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-wvKQCF3aHjf73vG90/oO/tFarRthMbxfbW1DeHM+eJJYWmiFLJ0DyCzE1aSFHazB\";s:16:\"css/v4-shims.css\";s:71:\"sha384-WCuYjm/u5NsK4s/NfnJeHuMj6zzN2HFyjhBu/SnZJj7eZ6+ds4zqIM3wYgL59Clf\";s:9:\"js/all.js\";s:71:\"sha384-9/D4ECZvKMVEJ9Bhr3ZnUAF+Ahlagp1cyPC7h5yDlZdXs4DQ/vRftzfd+2uFUuqS\";s:12:\"js/brands.js\";s:71:\"sha384-GUtlu2Qit8cdodM5DbKnbDIWFJA8nWCVEwETZXY2xvKV1TFLtD/AL+bCOsPyh05M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sefi04js7ZytQojQsuOy097ewgefakplyIWjkCI75Wz1IxHB/9NAAinmgLG3uDt/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v0OPwyxrMWxEgAVlmUqvjeEr48Eh/SOZ2DRtVYJCx1ZNDfWBfNMWUjwUwBCJgfO4\";s:13:\"js/regular.js\";s:71:\"sha384-i9Vys31h0tPXNeAe12HKp4zkBi0S3LAH4OGYRSWKSrdnPYTS4pQgCc/HakrenJBh\";s:11:\"js/solid.js\";s:71:\"sha384-oKbh94nlFq571cjny1jaIBlQwzTJW4KYExGYjslYSoG/J/w68zUI+KHPRveXB6EY\";s:14:\"js/v4-shims.js\";s:71:\"sha384-IEHK9LKBXJdi7Y/gik7R6VYPuwx8hMiwQuaOh7BQUQ9rKmWr2N04KYFdmt5Xi0qG\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-9ZfPnbegQSumzaE7mks2IYgHoayLtuto3AS6ieArECeaR8nCfliJVuLh/GaQ1gyM\";s:14:\"css/brands.css\";s:71:\"sha384-YgEKO0tR8hhGPO9Dv3YGK+GstKp44//D72dbOA0oTX+7myWawnkifErid6FIpP9W\";s:15:\"css/duotone.css\";s:71:\"sha384-bXXzjCj9fg9FACS6tpRWhBsNqQ7j7swH/U3MKTJrZuRbF3ktmj9g/lie7L3CNSTd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RFOcGND+1HYm6OyEAF5WKkoZnwv/cXQpCX6KduKC1vAKAoohkNYWNPhkx4fsH9Fn\";s:13:\"css/light.css\";s:71:\"sha384-yWmEVLm9kM0L2w+XPDQQUv6tARNHEYPPwdDplMiVced5iOVoiUIToRveagZ56DVa\";s:15:\"css/regular.css\";s:71:\"sha384-pvlGSUiPzTZa8YsqGs23BENlf3D4ddnLRdl2q5R1ekGw7nnWJZ0AK74DUr0mzLTH\";s:13:\"css/solid.css\";s:71:\"sha384-LRz1HmzqffP7wO7piC0QSObi89cOdpFP7qMIx/UZ+qK2TdoDBdl+LidxFVnYu23p\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-mFHdQxElacASluqApikB6+SUGnAOWouxc19KqW5eZGoZ+b4A/Cj6pMUCGn6g1uZ+\";s:16:\"css/v4-shims.css\";s:71:\"sha384-r35xeRHwDKxzFjeApFdZuwo9D/nV4p0BPL4BxIVmsyKQGWWBaxG59Gr/9x7IfVog\";s:9:\"js/all.js\";s:71:\"sha384-Vipr9QSlUeD/qnhkau6GBnZnUmVkbaRZ0PgB1KjvWa1UoNBKnuzg1TgbJJn2a12T\";s:12:\"js/brands.js\";s:71:\"sha384-rdZ4AVYAMfVJRjRJzozK2JY6LOdLxKdUkHuegulAuMdllLH7M9AllgBLuYmBe+zm\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-qgGl/EYa0JYIveAO7M9W/hshMqlMyo0G/QHio/5D5r1ZbZxAoqcTTReeL4gRrL4m\";s:13:\"js/duotone.js\";s:71:\"sha384-4qqOVq7ZvSMSgZij30G8q1kOs7pBiAWrSVKqWRv32l99D/qqXlMpFQK8wLSfeQEZ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-whiLNjPVOuBfSNjL/tLtRWANHP97vxmZ5OoUK496MOTzH07UdmxDLsnSBgvvjLNf\";s:11:\"js/light.js\";s:71:\"sha384-AEYbWLXnCyDCeopMCsF+A4qHLchpzJ4wMnZiE74Bcp6qLWwXIJCWY0ASqAf0qYrf\";s:13:\"js/regular.js\";s:71:\"sha384-wM50oZlS/21q6M6tlw0EWan+0yFpuRC/PrPeimdGxjCjfx45F0x3NZggS5uFp5uv\";s:11:\"js/solid.js\";s:71:\"sha384-PezVa2U3+0USHwNA7bgvfA+uSS1IPVdTat51a5IgvNGHUJjcvsj+TheZ6X30JybM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-MafE1kr6MZ6PhxNeH0/kvg7f5ramk1tE+y/dBi4C6WgxaKU4mNGRxPNxcEZ5maAx\";}}}s:6:\"5.15.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu\";s:14:\"css/brands.css\";s:71:\"sha384-RTi1U6SIW2G3kUi5NslKQjA34F8CsQCVduJO50jqtxhR2KY++LR7KZS2886EwXrk\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Hx1dya9ptAdKu2hLNR5C2Cwgm+wCfwD0VMGE6jk5OUxxa9I58YfxOCwEtRog+3wk\";s:15:\"css/regular.css\";s:71:\"sha384-GMkIgTgosuQEt2PEwBHI7MMRsrQplN2sT/7bzPOIxG+Hn37iTlZXFb37m6uE+iHj\";s:13:\"css/solid.css\";s:71:\"sha384-6qO6EOFIDfvv6uzAzozX/BvMu/qkIIHxWYOVMjpVjX+NtPuNyd3YiOEflKIIV2ka\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-6iJDq4HKs21oqDV0KkGhh5uve3aJBXwTX0ACa8Fp5Sx7fcZtIumvT+GSzqSEsceV\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1CjXmylX8++C7CVZORGA9EwcbYDfZV2D4Kl1pTm3hp2I/usHDafIrgBJNuRTDQ4f\";s:9:\"js/all.js\";s:71:\"sha384-vuFJ2JiSdUpXLKGK+tDteQZBqNlMwAjhZ3TvPaDfN9QmbPb7Q8qUpbSNapQev3YF\";s:12:\"js/brands.js\";s:71:\"sha384-CFHIjJ6e4s9fugmZkgMS+xAN9t3pMb8WzxVLSL61rvRx/NfBorLHHVF+7/xxhpll\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SY45zU2Pf71PV9B/kvEgK9jzpEbe14MiprEwrg1VcbXdBcjXbNTPwoXfp6A+ntJG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PIP1h/CVyNo59Pr+vM6s86Zkm82HEv890eKMTpB5eqJZFZQwZuMwf73Sy5SzVrK8\";s:13:\"js/regular.js\";s:71:\"sha384-ghS5pTGfZccQRYN4cnBH4kBWGY/ePY4j4VKfFliJmM6ZYomFMIo462PxXa2RGqWR\";s:11:\"js/solid.js\";s:71:\"sha384-rKdfCFMYG2O/K+5WQDPmcKngEtAvqyIxYkazidXjp48yEiCcl//F6lxZ9cZ8MhM+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-VxtQ3wW8qt0QTDld0MGEB9IMEOyCOtvOXC7I0JU3T01V6NR+C6MP5HxC+tGNkhdV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-yJpxAFV0Ip/w63YkZfDWDTU6re/Oc3ZiVqMa97pi8uPt92y0wzeK3UFM2yQRhEom\";s:14:\"css/brands.css\";s:71:\"sha384-rsNdgxJGzM0RuTegPn4p1eHXocyvt3ZbnTifPXmOewdRLCOqzP22d/M+WxbRiwSN\";s:15:\"css/duotone.css\";s:71:\"sha384-E4/odus3ylondNThYB3uIGSZpewOhvhh0QD8x2p7S0ot6p/JcbVd//lr7cMEUIBc\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RZW433tEsVW3OLEaC2n31z0V1DmyQdjrwNKMRLBjyZQ7r4RU0PxYhkvjKCsZMCO3\";s:13:\"css/light.css\";s:71:\"sha384-oJib4m7hS3ZSiUXjFvObb+ZFf2AGOBOUX+MFk3CuBZwz8LQSe3d3EgZHHJBkJGXT\";s:15:\"css/regular.css\";s:71:\"sha384-ffFT2jJN64hGajTqkZsA2KE2SDBO2Gcmb0wr10fRLpKNDWYcl3M3KsLuzQHg5QAh\";s:13:\"css/solid.css\";s:71:\"sha384-PfqDBw8PmSrNcYq7F4SvYoZekYP2x84SYAyG41rncZdySTjSS9eWEE7ynvJRElQY\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MeQL8xjLhct6yZa8AXEQOD0yWeV925K9YrlcgspMC+IdCbI3q1b8B7VX8NS6N3lS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-vfegZgYJmcP2K/VrhAwtTtU1OgvF83Y8zoQ524YvQFIGowI3tr8C6wvpWUsSLUZA\";s:9:\"js/all.js\";s:71:\"sha384-ZbBwfM248+qoG5GJvuV2PmK9gvlW3dXpgC/jeIn45pWWroL3v+5K1ZAth+gs165y\";s:12:\"js/brands.js\";s:71:\"sha384-K53M8ZRlon+Wd3MVzcIEU1NZXEh4h98NnLM8WZ/7E98pbg0J1q17tKGgr45c5qCs\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-whZrbu3lLf9+EK7QxSHsdpAWM0drsjefOTFm3zfcUhZSInAwLaIrdOd2Qd8MKDMW\";s:13:\"js/duotone.js\";s:71:\"sha384-nTarcZNLMStpbHz1QpoaqVDyKoUrzncdV+zZ040hkinCtVKl8gTXSiyUM4h0K48M\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dy2wSTcBbCGnFNjThZw/FfuNbPeoGoOSWgX7HmvH3PKcJ0Se3w3CZnalamfRuLpE\";s:11:\"js/light.js\";s:71:\"sha384-gL1IbgNyLHskDPg9uinrWBfxmDsla3neHzcEAIjbzQTx6W69Jvs9S/fRBXUt6FbW\";s:13:\"js/regular.js\";s:71:\"sha384-9JMXUFvwOD5rSQZs74FEC4SsybjccRbbwK7iiQiriFSd4sPr7pB7/ghp1KZH7tCr\";s:11:\"js/solid.js\";s:71:\"sha384-oVJ5+ellTPbci7MOrfl59xerw0M0RnQEGG0jx/JlNyOpkvrXHaZUCfKJUs08+gVi\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ht5Q/pi1VU6byhn9MctthIZ2kSBqK5GhhR9gnTzPM+BJlAyCymRS3xx74c9twxdh\";}}}s:6:\"5.15.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk\";s:14:\"css/brands.css\";s:71:\"sha384-V5Z1KgRRJyY878qCx7+zUeTDm0FgjoYrbmSortFqRPGz+Ue6XDe4uIiMqB3tB/wd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni\";s:15:\"css/regular.css\";s:71:\"sha384-Dn9L7vwedvmbdep+J8U5Zbrp+ES46dt8pm8ZMUu9iOR9isC4+Y/KP1h4StrDd/F+\";s:13:\"css/solid.css\";s:71:\"sha384-LA8Ug4T/nhVkyhrSmSirsoAo9iDrBk8E7U80aSPeD+w3vO8PzOJIS6agGcbIwwX0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-C4KLoR3asMHYArL0nLQXEaFZIFfRMiV0Ul0DvsMfSMZ+YLJwFu0Rpxix+EZwqxOy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C2B+KlPW+WkR0Ld9loR1x3cXp7asA0iGVodhCoJ4hwrWm/d9qKS59BGisq+2Y0/D\";s:9:\"js/all.js\";s:71:\"sha384-haqrlim99xjfMxRP6EWtafs0sB1WKcMdynwZleuUSwJR0mDeRYbhtY+KPMr+JL6f\";s:12:\"js/brands.js\";s:71:\"sha384-oEE/PrsvhwsuT1MjC4sgnz39CQ84HoPt8jwH0RLyJDdDOKulN+UEbm9IgJW0aTu5\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-OwOgf6Oss8Oh+cy6VnIGLlcyMhaaOPN+3gyLv2UyvjybuPrTNNgJljGYEAqSglUM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hD97VKS04Rv8VYShf782apVZOVP6bVH/ubzrWXIIbKOwnD6gsDIcB29K03FL1A9J\";s:13:\"js/regular.js\";s:71:\"sha384-bPKzNk+f6IzEi89cU+jf3bwWzJQqo+U1/QYUijuD7XD9WO3MSrrAVVEglIOCo6VD\";s:11:\"js/solid.js\";s:71:\"sha384-9xA4r2/2cctd+IZZKLvI1hmeHZ5Yp8xXkS6J8inDtdyZCqhEHVcTGmSUCbNED5Ae\";s:14:\"js/v4-shims.js\";s:71:\"sha384-oJX16kNznlRQV8hvYpOXlQKGc8xQj+HgmxViFoFiQgx0jZ4QKELTQecpcx905Pkg\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-iKbFRxucmOHIcpWdX9NTZ5WETOPm0Goy0WmfyNcl52qSYtc2Buk0NCe6jU1sWWNB\";s:14:\"css/brands.css\";s:71:\"sha384-GTxp/8UKFkexlguDtPsFi90d++F9f26nZCM99OSQo69514FK7Of5mgM9Efhs5O9L\";s:15:\"css/duotone.css\";s:71:\"sha384-nuPd13VLdsw5iBtqelv9tQ6l6+CteSUrmoT5enzHVJodx7WdNUYXNwgVpA7bgsXn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-DHjwMcq12OEB4DQ+qulZDDroaXZqm7h9V6AjiP/RuUF8NhxUa8x6UWdv1AeZS+90\";s:13:\"css/light.css\";s:71:\"sha384-IvEgf1JJYgCtB5fP9nmT3uC7DY96POpmhUjo/98B8FMju1w295nj5yGBfwgD3MYj\";s:15:\"css/regular.css\";s:71:\"sha384-Z3GHSXKByZgv1Ri9CiFq0jYUQ982JHZOOg4awUHcuVBjTxwNd+PVQO1/PSwChyzK\";s:13:\"css/solid.css\";s:71:\"sha384-Ymp/JSUSR6EuZ4KjxcliW8lJ7wkYBR6oasX7EMi6SG0QBPmNUDAEG9rd7Ogy0Ca/\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-n/+zO4Fk1/R4EL7q+xf44zBEgvFziVgA7BUNwfjcGjHq/X6U0v25ESHqN/l5Wprm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-yV4xIIsecn1iqxJy3IC5YyRSLwtkkFuOvfPvj1hGH5NLLej9Cum4hPOUL2uQYfQ6\";s:9:\"js/all.js\";s:71:\"sha384-OF9QwbqmlzSPpIxe2GYS8lkGFyaFfrgUPD2J3qj8zGVps17Y/x8EK2U8PEl6UrpH\";s:12:\"js/brands.js\";s:71:\"sha384-5u0zCiPDAEBQPvGxnai1VRZiSs9yQmyspSLrg0Fc7ru5CeddU1cef/24itMCpcWb\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-W0jz7GGBNDbeSyOhqqJrtOVDFLX4Qlqm/5K4RqM9ZpPIZL6tmDCMkEIheypFOiSK\";s:13:\"js/duotone.js\";s:71:\"sha384-rutYU6OuFfIS5MmBE4wrpMhP633bNlRHqn/SFpcetMTKr+rsBxnoTd80mkHI7wum\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hwdDrjZFQbBwoFcHZZ/6e61XHiwY9csS0Wxi8i5jUgTurxmYITntaGLFYCssX7By\";s:11:\"js/light.js\";s:71:\"sha384-soVEahH07bOeX1Nlhdi4VQ+yvDpIGN9A/qbzm/PgfDrpvh7AaCTyMkQNk1spjHbf\";s:13:\"js/regular.js\";s:71:\"sha384-GR++czVV+1briVrgT0SHxwKuKqqXqfkRb2NxZ8O4rad/c/iKIn85PDSaZQ3cjiAZ\";s:11:\"js/solid.js\";s:71:\"sha384-JwTquvZ50ZD4wvDw99MHsjx621x02jCoiXBKy103wTwDMBbDLmhRcCV4v9mq5CV4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xczhE4W0SRyRFalFfxUKqclGdqLDVnc/F118WebJIQ/QyS3XKXIHXTieQKG1rG/+\";}}}}}}','no'),(756,'font-awesome','a:8:{s:6:\"usePro\";b:0;s:8:\"v4Compat\";b:1;s:10:\"technology\";s:7:\"webfont\";s:14:\"pseudoElements\";b:1;s:8:\"kitToken\";N;s:8:\"apiToken\";b:0;s:11:\"dataVersion\";i:3;s:7:\"version\";s:6:\"5.15.3\";}','yes'),(757,'font-awesome-conflict-detection','a:2:{s:20:\"detectConflictsUntil\";i:0;s:19:\"unregisteredClients\";a:0:{}}','yes'),(758,'recently_activated','a:0:{}','yes'),(759,'_site_transient_timeout_font-awesome-last-used-release','1653780053','no'),(760,'_site_transient_font-awesome-last-used-release','a:5:{s:7:\"version\";s:6:\"5.15.3\";s:7:\"use_pro\";b:0;s:7:\"use_svg\";b:0;s:8:\"use_shim\";b:1;s:9:\"resources\";a:2:{i:0;O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:56:\"https://use.fontawesome.com/releases/v5.15.3/css/all.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk\";}i:1;O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:61:\"https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-C2B+KlPW+WkR0Ld9loR1x3cXp7asA0iGVodhCoJ4hwrWm/d9qKS59BGisq+2Y0/D\";}}}','no'),(773,'boldgrid_customizer_first_use','2021-05-28 23:22:44','yes'),(1150,'boldgrid_inspirations_activated_version','2.6.2','no'),(8093,'_site_transient_timeout_browser_46f2e7c351c37f86223e8299964816e2','1623560003','no'),(8094,'_site_transient_browser_46f2e7c351c37f86223e8299964816e2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"91.0.4472.77\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2356,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1622338793;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(2357,'jetpack_tos_agreed','1','yes'),(2358,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"7vlXybP2pUIR2jHRtQ9ucYVfM5fIeDoq\";s:8:\"secret_2\";s:32:\"AWOM1CAqtYsQ7jrFb0f8vk3mYma9wwHk\";s:3:\"exp\";i:1623532454;}}','no'),(2361,'jetpack_last_connect_url_check','1623525254','no'),(2359,'_transient_jetpack_assumed_site_creation_date','2021-05-24 01:10:13','yes'),(1222,'crio_premium_sample_templates_installed','1','yes');
/*!40000 ALTER TABLE `wpzv_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_options` with 245 row(s)
--

--
-- Table structure for table `wpzv_postmeta`
--

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

--
-- Dumping data for table `wpzv_postmeta`
--

LOCK TABLES `wpzv_postmeta` WRITE;
/*!40000 ALTER TABLE `wpzv_postmeta` DISABLE KEYS */;
INSERT INTO `wpzv_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,4,'_wp_page_template','default'),(393,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:36:\"2021/06/Volunteers-Needed-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Volunteers-Needed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Volunteers-Needed-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Volunteers-Needed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Volunteers-Needed-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Volunteers-Needed-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Volunteers-Needed-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Volunteers-Needed.jpg\";}'),(392,256,'_wp_attached_file','2021/06/Volunteers-Needed-scaled.jpg'),(15,12,'_wp_attached_file','2021/05/IA-Logo-2.jpg'),(16,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1142;s:6:\"height\";i:361;s:4:\"file\";s:21:\"2021/05/IA-Logo-2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IA-Logo-2-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IA-Logo-2-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IA-Logo-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:21:\"IA-Logo-2-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;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:{}}}'),(699,395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2048;s:4:\"file\";s:43:\"2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-7-Copy-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-7-Copy-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-7-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-7-Copy-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-7-Copy-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-7-Copy-2048x1638.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1638;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Fruits-Vegetables-7-Copy.jpg\";}'),(698,395,'_wp_attached_file','2021/06/Fruits-Vegetables-7-Copy-scaled.jpg'),(33,23,'wpuf_form_settings','a:48:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:7:\"page_id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:12:\"Submit Query\";s:18:\"submit_button_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:39:\"Form submission hasn\'t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:3:\"100\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";s:13:\"use_theme_css\";s:10:\"wpuf-style\";s:9:\"quiz_form\";s:2:\"no\";s:22:\"shuffle_question_order\";s:2:\"no\";s:13:\"release_grade\";s:16:\"after_submission\";s:18:\"respondent_can_see\";a:3:{i:0;s:16:\"missed_questions\";i:1;s:15:\"correct_answers\";i:2;s:12:\"point_values\";}s:12:\"total_points\";i:0;s:16:\"enable_multistep\";b:0;s:26:\"multistep_progressbar_type\";s:11:\"progressive\";s:21:\"payment_paypal_images\";s:68:\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\";s:20:\"payment_paypal_label\";s:6:\"PayPal\";s:20:\"payment_stripe_label\";s:11:\"Credit Card\";s:21:\"payment_stripe_images\";a:4:{i:0;s:4:\"visa\";i:1;s:10:\"mastercard\";i:2;s:4:\"amex\";i:3;s:8:\"discover\";}s:25:\"payment_stripe_deactivate\";s:0:\"\";s:11:\"stripe_mode\";s:4:\"live\";s:14:\"stripe_page_id\";s:0:\"\";s:20:\"stripe_override_keys\";s:0:\"\";s:12:\"stripe_email\";s:0:\"\";s:10:\"stripe_key\";s:0:\"\";s:17:\"stripe_secret_key\";s:0:\"\";s:15:\"stripe_key_test\";s:0:\"\";s:22:\"stripe_secret_key_test\";s:0:\"\";s:20:\"stripe_prefill_email\";s:0:\"\";s:23:\"stripe_user_email_field\";s:0:\"\";s:25:\"payment_paypal_deactivate\";s:0:\"\";s:11:\"paypal_mode\";s:4:\"live\";s:11:\"paypal_type\";s:5:\"_cart\";s:15:\"paypal_override\";s:0:\"\";s:12:\"paypal_email\";s:0:\"\";s:14:\"paypal_page_id\";s:0:\"\";s:20:\"paypal_prefill_email\";s:0:\"\";s:23:\"paypal_user_email_field\";s:0:\"\";}'),(34,23,'notifications','a:1:{i:0;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}}'),(35,23,'integrations','a:0:{}'),(36,27,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(37,27,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 1 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(38,31,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(39,31,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 2 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(40,43,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(41,43,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 3 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(42,58,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(43,58,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:39:\"Address Form (International) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(44,66,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(45,66,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:28:\"Address Form (US) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(46,73,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(47,73,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:35:\"Email Form (Traditional) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(48,78,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:8:\"Register\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(49,78,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:50:\"Event Registration Form (Group Support) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(50,82,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:8:\"Register\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(51,82,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:34:\"Event Registration Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(52,86,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(53,86,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:35:\"Information Request Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(54,91,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(55,91,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:36:\"Shipping Information Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(56,101,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:7:\"Sign Up\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(57,101,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:27:\"New Sign Up Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(58,104,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(59,104,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:33:\"Customer Feedback Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(60,114,'_menu_item_type','post_type'),(61,114,'_menu_item_menu_item_parent','0'),(62,114,'_menu_item_object_id','113'),(63,114,'_menu_item_object','page'),(64,114,'_menu_item_target',''),(65,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,114,'_menu_item_xfn',''),(67,114,'_menu_item_url',''),(1052,113,'boldgrid_hide_page_title','0'),(69,113,'boldgrid_page_id','692'),(70,116,'_menu_item_type','post_type'),(71,116,'_menu_item_menu_item_parent','0'),(72,116,'_menu_item_object_id','115'),(73,116,'_menu_item_object','page'),(74,116,'_menu_item_target',''),(75,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(76,116,'_menu_item_xfn',''),(77,116,'_menu_item_url',''),(78,115,'boldgrid_page_id','9'),(79,118,'_menu_item_type','post_type'),(80,118,'_menu_item_menu_item_parent','0'),(81,118,'_menu_item_object_id','117'),(82,118,'_menu_item_object','page'),(83,118,'_menu_item_target',''),(84,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(85,118,'_menu_item_xfn',''),(86,118,'_menu_item_url',''),(87,117,'boldgrid_page_id','10'),(88,2,'_wp_trash_meta_status','publish'),(89,2,'_wp_trash_meta_time','1622243449'),(90,2,'_wp_desired_post_slug','sample-page'),(91,1,'_wp_trash_meta_status','publish'),(92,1,'_wp_trash_meta_time','1622243449'),(93,1,'_wp_desired_post_slug','hello-world'),(94,1,'_wp_trash_meta_comments_status','a:2:{i:1;s:1:\"1\";i:2;s:1:\"0\";}'),(95,121,'_wp_attached_file','2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg'),(96,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:489;s:4:\"file\";s:42:\"2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fashion-imhwpb-ftekb1b7vmo5hp9-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"fashion-imhwpb-ftekb1b7vmo5hp9-1024x455.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fashion-imhwpb-ftekb1b7vmo5hp9-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:42:\"fashion-imhwpb-ftekb1b7vmo5hp9-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;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:{}}}'),(97,122,'_wp_attached_file','2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg'),(98,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:66:\"2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu-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:{}}}'),(99,123,'_wp_attached_file','2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg'),(100,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:67:\"2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca-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:{}}}'),(101,124,'_wp_attached_file','2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg'),(102,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:66:\"2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb-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:{}}}'),(103,125,'_wp_attached_file','2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg'),(104,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:68:\"2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo-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:{}}}'),(105,126,'_wp_attached_file','2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg'),(106,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:70:\"2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd-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:{}}}'),(107,127,'_wp_attached_file','2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg'),(108,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:72:\"2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8-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:{}}}'),(109,128,'_wp_attached_file','2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg'),(110,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:76:\"2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz-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:{}}}'),(111,129,'_wp_attached_file','2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg'),(112,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:71:\"2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe-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:{}}}'),(113,130,'_wp_attached_file','2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg'),(114,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:365;s:4:\"file\";s:59:\"2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"flower-child-336658_1280-imhwpb-gcc27es3oy4qolw-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:59:\"flower-child-336658_1280-imhwpb-gcc27es3oy4qolw-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:{}}}'),(115,131,'_wp_attached_file','2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg'),(116,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:54:\"2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd-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:54:\"glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd-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:{}}}'),(117,132,'_wp_attached_file','2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg'),(118,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:51:\"2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc-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:51:\"girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc-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:{}}}'),(119,133,'_wp_attached_file','2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg'),(120,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:52:\"2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"woman-422706_1280-imhwpb-gbdd1v883rxw4be-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:52:\"woman-422706_1280-imhwpb-gbdd1v883rxw4be-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,134,'_wp_attached_file','2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg'),(122,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw-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:48:\"coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw-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:{}}}'),(123,135,'_wp_attached_file','2021/05/94330ed1-ec1980c3-martinan110300005.jpg'),(124,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:308;s:4:\"file\";s:47:\"2021/05/94330ed1-ec1980c3-martinan110300005.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"94330ed1-ec1980c3-martinan110300005-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"94330ed1-ec1980c3-martinan110300005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:47:\"94330ed1-ec1980c3-martinan110300005-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:{}}}'),(125,136,'_wp_attached_file','2021/05/06fa7ba9-f8aa64c-omegas110600041.jpg'),(126,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:44:\"2021/05/06fa7ba9-f8aa64c-omegas110600041.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"06fa7ba9-f8aa64c-omegas110600041-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"06fa7ba9-f8aa64c-omegas110600041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:44:\"06fa7ba9-f8aa64c-omegas110600041-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:{}}}'),(127,137,'_wp_attached_file','2021/05/fd26b145-ee6d0105-petro130600008.jpg'),(128,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:314;s:4:\"file\";s:44:\"2021/05/fd26b145-ee6d0105-petro130600008.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"fd26b145-ee6d0105-petro130600008-300x209.jpg\";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:44:\"fd26b145-ee6d0105-petro130600008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:44:\"fd26b145-ee6d0105-petro130600008-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:{}}}'),(129,138,'_wp_attached_file','2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg'),(130,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc-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:{}}}'),(131,139,'_wp_attached_file','2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg'),(132,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i-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:{}}}'),(133,140,'_wp_attached_file','2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg'),(134,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx-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,141,'_wp_attached_file','2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg'),(136,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:101:\"2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6-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:{}}}'),(149,150,'_wp_attached_file','2021/05/IA-Logo-6-e1622252276280.jpg'),(150,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:263;s:4:\"file\";s:36:\"2021/05/IA-Logo-6-e1622252276280.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IA-Logo-6-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IA-Logo-6-1024x359.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IA-Logo-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:21:\"IA-Logo-6-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;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:{}}}'),(151,113,'_edit_lock','1623464959:1'),(152,152,'_wp_attached_file','2021/05/034bf0-05d04f12-mukhina1170900009.jpg'),(153,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:599;s:4:\"file\";s:45:\"2021/05/034bf0-05d04f12-mukhina1170900009.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"034bf0-05d04f12-mukhina1170900009-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"034bf0-05d04f12-mukhina1170900009-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:45:\"034bf0-05d04f12-mukhina1170900009-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(154,154,'_wp_attached_file','2021/05/eeeeb7f3-a63fc0e5-dizanna150600652.jpg'),(155,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:46:\"2021/05/eeeeb7f3-a63fc0e5-dizanna150600652.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"eeeeb7f3-a63fc0e5-dizanna150600652-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:46:\"eeeeb7f3-a63fc0e5-dizanna150600652-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"eeeeb7f3-a63fc0e5-dizanna150600652-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(156,155,'_wp_attached_file','2021/05/b499d50a-efa36267-gustavofrazao161002284.jpg'),(157,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:811;s:6:\"height\";i:591;s:4:\"file\";s:52:\"2021/05/b499d50a-efa36267-gustavofrazao161002284.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"b499d50a-efa36267-gustavofrazao161002284-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"b499d50a-efa36267-gustavofrazao161002284-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:52:\"b499d50a-efa36267-gustavofrazao161002284-768x560.jpg\";s:5:\"width\";i:768;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:{}}}'),(158,113,'_edit_last','1'),(159,113,'_wp_page_template','default'),(160,113,'crio-premium-page-header-override','global'),(161,113,'crio-premium-page-header-select','none'),(162,113,'crio-premium-page-header-background',''),(164,113,'boldgrid_in_page_containers','1'),(165,113,'bgseo_robots_index','index'),(166,113,'bgseo_robots_follow','follow'),(169,157,'_edit_lock','1622248667:1'),(184,167,'_menu_item_object','page'),(171,158,'_customize_changeset_uuid','5c4ea9e6-0658-4eea-90ac-202e9ff996a4'),(183,167,'_menu_item_object_id','158'),(173,159,'_customize_changeset_uuid','5c4ea9e6-0658-4eea-90ac-202e9ff996a4'),(182,167,'_menu_item_menu_item_parent','0'),(175,160,'_customize_changeset_uuid','5c4ea9e6-0658-4eea-90ac-202e9ff996a4'),(181,167,'_menu_item_type','post_type'),(177,161,'_customize_changeset_uuid','5c4ea9e6-0658-4eea-90ac-202e9ff996a4'),(178,162,'_wp_attached_file','2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg'),(179,162,'_wp_attachment_context','site-icon'),(180,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:54:\"2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-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:54:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:54:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:54:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:54:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:52:\"cropped-eeeeb7f3-a63fc0e5-dizanna150600652-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,167,'_menu_item_target',''),(186,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,167,'_menu_item_xfn',''),(188,167,'_menu_item_url',''),(189,168,'_menu_item_type','post_type'),(190,168,'_menu_item_menu_item_parent','0'),(191,168,'_menu_item_object_id','159'),(192,168,'_menu_item_object','page'),(193,168,'_menu_item_target',''),(194,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(195,168,'_menu_item_xfn',''),(196,168,'_menu_item_url',''),(197,169,'_menu_item_type','post_type'),(198,169,'_menu_item_menu_item_parent','0'),(199,169,'_menu_item_object_id','160'),(200,169,'_menu_item_object','page'),(201,169,'_menu_item_target',''),(202,169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(203,169,'_menu_item_xfn',''),(204,169,'_menu_item_url',''),(205,170,'_menu_item_type','post_type'),(206,170,'_menu_item_menu_item_parent','0'),(207,170,'_menu_item_object_id','161'),(208,170,'_menu_item_object','page'),(209,170,'_menu_item_target',''),(210,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,170,'_menu_item_xfn',''),(212,170,'_menu_item_url',''),(213,118,'_wp_old_date','2021-05-28'),(214,157,'_wp_trash_meta_status','publish'),(215,157,'_wp_trash_meta_time','1622248683'),(216,158,'_edit_lock','1623447094:1'),(217,171,'_wp_attached_file','2021/05/Alma-Hayes-5.jpg'),(218,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1236;s:6:\"height\";i:1233;s:4:\"file\";s:24:\"2021/05/Alma-Hayes-5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Alma-Hayes-5-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:26:\"Alma-Hayes-5-1024x1022.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Alma-Hayes-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:24:\"Alma-Hayes-5-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;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:{}}}'),(219,158,'_edit_last','1'),(220,158,'_wp_page_template','default'),(221,158,'crio-premium-page-header-override','global'),(222,158,'crio-premium-page-header-select','none'),(223,158,'crio-premium-page-header-background',''),(899,158,'boldgrid_hide_page_title','global'),(225,158,'boldgrid_in_page_containers','1'),(226,158,'bgseo_robots_index','index'),(227,158,'bgseo_robots_follow','follow'),(229,174,'_wp_attached_file','2021/05/6-4l5fsRjJqLM-400x267-1.jpg'),(230,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:35:\"2021/05/6-4l5fsRjJqLM-400x267-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"6-4l5fsRjJqLM-400x267-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6-4l5fsRjJqLM-400x267-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:{}}}'),(233,150,'_edit_lock','1622252298:1'),(234,150,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1516;s:6:\"height\";i:531;s:4:\"file\";s:13:\"IA-Logo-6.jpg\";}}'),(235,150,'_edit_last','1'),(740,424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:29:\"2021/06/Vegetables-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Vegetables-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Vegetables-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Vegetables-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Vegetables-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Vegetables-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Vegetables-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Vegetables.jpg\";}'),(237,178,'_wp_trash_meta_status','publish'),(238,178,'_wp_trash_meta_time','1622252492'),(239,179,'_wp_trash_meta_status','publish'),(240,179,'_wp_trash_meta_time','1622252511'),(241,180,'_edit_lock','1622252955:1'),(242,180,'_wp_trash_meta_status','publish'),(243,180,'_wp_trash_meta_time','1622252958'),(245,182,'crio-premium-include-site-header','0'),(246,182,'crio-premium-merge-site-header','0'),(247,182,'crio-premium-template-has-page-title','1'),(248,183,'crio-premium-include-site-header','0'),(249,183,'crio-premium-merge-site-header','0'),(250,183,'crio-premium-template-has-page-title','1'),(251,184,'crio-premium-include-site-header','0'),(252,184,'crio-premium-merge-site-header','0'),(253,184,'crio-premium-template-has-page-title','0'),(254,185,'crio-premium-include-site-header','0'),(255,185,'crio-premium-merge-site-header','0'),(256,185,'crio-premium-template-has-page-title','0'),(257,186,'crio-premium-include-site-header','0'),(258,186,'crio-premium-merge-site-header','0'),(259,186,'crio-premium-template-has-page-title','1'),(260,187,'crio-premium-include-site-header','0'),(261,187,'crio-premium-merge-site-header','0'),(262,187,'crio-premium-template-has-page-title','0'),(263,183,'_edit_lock','1622255874:1'),(264,187,'_edit_lock','1622255463:1'),(265,186,'_edit_lock','1622255414:1'),(266,185,'_edit_lock','1622255442:1'),(267,184,'_edit_lock','1622255522:1'),(268,162,'_oembed_fc6835dffd917abda3a2065ad1da0dfc','{{unknown}}'),(269,183,'_edit_last','1'),(270,190,'_wp_attached_file','2021/05/b5114c00-345219da-ileezhun180900130.jpg'),(271,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:174;s:4:\"file\";s:47:\"2021/05/b5114c00-345219da-ileezhun180900130.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"b5114c00-345219da-ileezhun180900130-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"b5114c00-345219da-ileezhun180900130-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:{}}}'),(272,191,'_wp_attached_file','2021/05/64cc636a-3dda3779-deimosz130100226.jpg'),(273,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:692;s:4:\"file\";s:46:\"2021/05/64cc636a-3dda3779-deimosz130100226.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"64cc636a-3dda3779-deimosz130100226-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:\"64cc636a-3dda3779-deimosz130100226-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:{}}}'),(274,192,'_wp_attached_file','2021/05/e6794e92-784eac9c-urfingus171200170.jpg'),(275,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:149;s:4:\"file\";s:47:\"2021/05/e6794e92-784eac9c-urfingus171200170.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"e6794e92-784eac9c-urfingus171200170-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"e6794e92-784eac9c-urfingus171200170-150x149.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:149;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:{}}}'),(276,193,'_wp_attached_file','2021/05/319c0400-32bdb7e6-gguy140400012.jpg'),(277,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:814;s:6:\"height\";i:588;s:4:\"file\";s:43:\"2021/05/319c0400-32bdb7e6-gguy140400012.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"319c0400-32bdb7e6-gguy140400012-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"319c0400-32bdb7e6-gguy140400012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"319c0400-32bdb7e6-gguy140400012-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;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:{}}}'),(278,194,'_wp_attached_file','2021/05/993bf667-295f4388-asphoto777190700020.jpg'),(279,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:564;s:4:\"file\";s:49:\"2021/05/993bf667-295f4388-asphoto777190700020.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"993bf667-295f4388-asphoto777190700020-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:49:\"993bf667-295f4388-asphoto777190700020-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:49:\"993bf667-295f4388-asphoto777190700020-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(280,195,'_wp_attached_file','2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg'),(281,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:692;s:4:\"file\";s:46:\"2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"72dfe7ec-603fbbf4-artursz190424825-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:\"72dfe7ec-603fbbf4-artursz190424825-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:{}}}'),(739,424,'_wp_attached_file','2021/06/Vegetables-scaled.jpg'),(283,196,'_wp_attached_file','2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b.jpg'),(284,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b-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:{}}}'),(285,197,'_wp_attached_file','2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b.jpg'),(286,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b-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:{}}}'),(287,197,'_source_url','https://images.unsplash.com/photo-1486722298325-418ef4dd4156?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=600&h=300&fit=crop&s=48890f9b7b1fef8d69ce67e66b0e902b&.png'),(288,196,'_source_url','https://images.unsplash.com/photo-1504633273314-6a929fcd7090?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=2f2e9146ce0087da2a749eb03d5f702b&.png'),(291,200,'_wp_attached_file','2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg'),(292,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:720;s:4:\"file\";s:45:\"2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"cbbbd7a5-c8f4aaa7-givaga160300030-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cbbbd7a5-c8f4aaa7-givaga160300030-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:{}}}'),(293,201,'_wp_attached_file','2021/05/1-17117758340_dff88df764_o.jpg'),(294,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:38:\"2021/05/1-17117758340_dff88df764_o.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"1-17117758340_dff88df764_o-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:38:\"1-17117758340_dff88df764_o-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:{}}}'),(295,202,'_wp_attached_file','2021/05/6-dG35-kUxv34-400x300-1.jpg'),(296,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2021/05/6-dG35-kUxv34-400x300-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"6-dG35-kUxv34-400x300-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6-dG35-kUxv34-400x300-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:{}}}'),(297,203,'_wp_attached_file','2021/05/1-5148441693_b2c91ec757_o.jpg'),(298,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:37:\"2021/05/1-5148441693_b2c91ec757_o.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"1-5148441693_b2c91ec757_o-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:38:\"1-5148441693_b2c91ec757_o-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"1-5148441693_b2c91ec757_o-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:38:\"1-5148441693_b2c91ec757_o-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1287075249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.1\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(299,204,'_wp_attached_file','2021/05/1bb80ea6-07f9b778-dizanna150301510.jpg'),(300,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:46:\"2021/05/1bb80ea6-07f9b778-dizanna150301510.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"1bb80ea6-07f9b778-dizanna150301510-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:46:\"1bb80ea6-07f9b778-dizanna150301510-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"1bb80ea6-07f9b778-dizanna150301510-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(301,205,'_wp_attached_file','2021/05/Volunteers-e1622324389937.png'),(302,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:221;s:4:\"file\";s:37:\"2021/05/Volunteers-e1622324389937.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Volunteers-e1622324389937-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Volunteers-e1622324389937-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:{}}}'),(303,205,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:14:\"Volunteers.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"Volunteers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:22:\"Volunteers-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}'),(304,206,'_wp_attached_file','2021/05/Volunteers-1-e1622324624634.png'),(305,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:217;s:4:\"file\";s:39:\"2021/05/Volunteers-1-e1622324624634.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Volunteers-1-e1622324624634-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Volunteers-1-e1622324624634-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:{}}}'),(306,206,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:16:\"Volunteers-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"Volunteers-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"Volunteers-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}'),(307,207,'_wp_attached_file','2021/05/6-sjuLxUOEMY8-400x267-1.jpg'),(308,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:35:\"2021/05/6-sjuLxUOEMY8-400x267-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"6-sjuLxUOEMY8-400x267-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6-sjuLxUOEMY8-400x267-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:{}}}'),(309,208,'_wp_attached_file','2021/05/pexels-rodnae-productions-6646688.mp4'),(310,208,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:5005253;s:8:\"filesize\";i:4804735;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:8;s:16:\"length_formatted\";s:4:\"0:08\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1611995818;}'),(313,212,'_wp_attached_file','2021/05/Food-For-The-Hungry.mp4'),(314,212,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:15947771;s:8:\"filesize\";i:29907899;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:15;s:16:\"length_formatted\";s:4:\"0:15\";s:5:\"width\";i:4096;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1611550883;}'),(326,221,'_wp_attached_file','2021/05/Helping-The-Needy.mp4'),(327,221,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:5005253;s:8:\"filesize\";i:4804735;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:8;s:16:\"length_formatted\";s:4:\"0:08\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1611995818;}'),(330,223,'_wp_attached_file','2021/05/Child-Learning-scaled.jpg'),(331,223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:33:\"2021/05/Child-Learning-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Child-Learning-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Child-Learning-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Child-Learning-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:26:\"Child-Learning-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Child-Learning-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Child-Learning-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Child-Learning.jpg\";}'),(344,160,'_edit_lock','1623447303:1'),(345,115,'_edit_lock','1623447044:1'),(346,234,'_wp_attached_file','2021/05/Angel-Pajama-Niteshirt-2.jpg'),(347,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:949;s:6:\"height\";i:1270;s:4:\"file\";s:36:\"2021/05/Angel-Pajama-Niteshirt-2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Angel-Pajama-Niteshirt-2-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Angel-Pajama-Niteshirt-2-765x1024.jpg\";s:5:\"width\";i:765;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Angel-Pajama-Niteshirt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Angel-Pajama-Niteshirt-2-768x1028.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1028;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:{}}}'),(348,115,'_edit_last','1'),(349,115,'_wp_page_template','default'),(350,115,'crio-premium-page-header-override','global'),(351,115,'crio-premium-page-header-select','none'),(352,115,'crio-premium-page-header-background',''),(1026,115,'boldgrid_hide_page_title','global'),(354,115,'boldgrid_in_page_containers','1'),(355,115,'bgseo_robots_index','index'),(356,115,'bgseo_robots_follow','follow'),(358,73,'_weforms_view_count','38'),(798,3,'_edit_lock','1623030095:1'),(996,550,'_wp_trash_meta_status','publish'),(995,490,'_wp_old_date','2021-06-07'),(994,489,'_wp_old_date','2021-06-07'),(993,550,'_edit_lock','1623116164:1'),(365,241,'_wp_attached_file','2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418.jpg'),(366,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418-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:{}}}'),(367,241,'_source_url','https://images.unsplash.com/photo-1495807643876-bfc3da18c7aa?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=0e3897984e09cfcb9d0b114c65c87418&.png'),(368,242,'_wp_attached_file','2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c.jpg'),(369,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c-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:{}}}'),(370,243,'_wp_attached_file','2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747.jpg'),(371,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747-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:{}}}'),(372,242,'_source_url','https://images.unsplash.com/photo-1502767882403-636aee14f873?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=4dab0a5833db5b824c67c9d6fb25634c&.png'),(373,243,'_source_url','https://images.unsplash.com/photo-1481214953562-61c3a28e3075?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=8a7222f84133d60ab2baa4820a749747&.png'),(992,549,'_customize_restore_dismissed','1'),(380,250,'_edit_lock','1622506902:1'),(381,250,'_wp_trash_meta_status','publish'),(382,250,'_wp_trash_meta_time','1622506940'),(383,251,'_wp_attached_file','2021/06/6-xh4mG4cqHGg-200x273-1.jpg'),(384,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:273;s:4:\"file\";s:35:\"2021/06/6-xh4mG4cqHGg-200x273-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6-xh4mG4cqHGg-200x273-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:40:\"0_37_200_200_6-xh4mG4cqHGg-200x273-1.jpg\";s:5:\"width\";d:200;s:6:\"height\";d:200;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:{}}}'),(385,252,'_wp_attached_file','2021/06/6-NFoerQuvzrs-200x356-1.jpg'),(386,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:356;s:4:\"file\";s:35:\"2021/06/6-NFoerQuvzrs-200x356-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"6-NFoerQuvzrs-200x356-1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"6-NFoerQuvzrs-200x356-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:{}}}'),(387,253,'_wp_attached_file','2021/06/Food-Donation-scaled.jpg'),(388,253,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:32:\"2021/06/Food-Donation-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Food-Donation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Food-Donation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Food-Donation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Food-Donation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Food-Donation-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Food-Donation-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"Food-Donation.jpg\";}'),(389,254,'_wp_attached_file','2021/06/Love-Peace-Care-scaled.jpg'),(390,254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2021/06/Love-Peace-Care-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Love-Peace-Care-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Love-Peace-Care-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Love-Peace-Care-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:\"Love-Peace-Care-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Love-Peace-Care-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Love-Peace-Care-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:19:\"Love-Peace-Care.jpg\";}'),(397,159,'_edit_lock','1623447253:1'),(398,260,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787.jpg'),(399,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787.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:{}}}'),(400,260,'_source_url','https://images.unsplash.com/photo-1504703395950-b89145a5425b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=e87667334c2e9b0db5b9bd484e882787&.png'),(401,261,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39.jpg'),(402,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39.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:{}}}'),(403,261,'_source_url','https://images.unsplash.com/photo-1434510423563-c7e99bbc5bbd?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=f4e779d0d05a5a508cd3d694c168ae39&.png'),(404,262,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724.jpg'),(405,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724.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:{}}}'),(406,262,'_source_url','https://images.unsplash.com/photo-1486552976062-27d0bb3fedbc?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=e3e5a1da50e95b7edabb34f6ef85a724&.png'),(407,263,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac.jpg'),(408,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac.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:{}}}'),(409,263,'_source_url','https://images.unsplash.com/photo-1491257380826-cb48ad840874?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=7161f667052c2e22f43c50f4115c38ac&.png'),(410,264,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a.jpg'),(411,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a.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:{}}}'),(412,264,'_source_url','https://images.unsplash.com/photo-1485231183945-fffde7cc051e?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=fa046ac778f04dc395021aa6999cc94a&.png'),(413,265,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f.jpg'),(414,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1130;s:6:\"height\";i:470;s:4:\"file\";s:103:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f-768x319.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:319;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:{}}}'),(415,265,'_source_url','https://images.unsplash.com/photo-1485373650022-3ed53f62b8f3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1130&h=470&fit=crop&s=ac4ecbcb3c13d68001ce1adcb5ee898f&.png'),(416,266,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8.jpg'),(417,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8.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:{}}}'),(418,266,'_source_url','https://images.unsplash.com/photo-1503342296413-28a6ec3768b5?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=150&h=150&fit=crop&s=1f85d53da1455e16497fff7e389413f8&.png'),(419,267,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d.jpg'),(420,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d-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:{}}}'),(421,267,'_source_url','https://images.unsplash.com/photo-1476493279419-b785d41e38d8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=c8c777ca0e588e1048df557d3b171a8d&.png'),(422,268,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc.jpg'),(423,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc-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:{}}}'),(424,268,'_source_url','https://images.unsplash.com/photo-1501625277806-e25bd4596da3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=1e2f53a4c605ec6b469f62af63ecf8bc&.png'),(425,269,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974.jpg'),(426,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974-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:{}}}'),(427,269,'_source_url','https://images.unsplash.com/photo-1491617636265-a676d2700d7d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=360&h=360&fit=crop&s=f2fb874197ad6568826249cd80ef7974&.png'),(428,270,'_wp_attached_file','2021/06/LT-Robe-Boxer.jpg'),(429,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:1363;s:4:\"file\";s:25:\"2021/06/LT-Robe-Boxer.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"LT-Robe-Boxer-183x300.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"LT-Robe-Boxer-626x1024.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LT-Robe-Boxer-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:26:\"LT-Robe-Boxer-768x1257.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1257;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:{}}}'),(430,271,'_wp_attached_file','2021/06/BJ-Pajama-Sets.jpg'),(431,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1063;s:6:\"height\";i:1434;s:4:\"file\";s:26:\"2021/06/BJ-Pajama-Sets.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BJ-Pajama-Sets-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"BJ-Pajama-Sets-759x1024.jpg\";s:5:\"width\";i:759;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BJ-Pajama-Sets-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:\"BJ-Pajama-Sets-768x1036.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1036;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:{}}}'),(432,272,'_wp_attached_file','2021/06/Crinkle-Teddy-Wrap-3.jpg'),(433,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1999;s:6:\"height\";i:1258;s:4:\"file\";s:32:\"2021/06/Crinkle-Teddy-Wrap-3.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Crinkle-Teddy-Wrap-3-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Crinkle-Teddy-Wrap-3-1024x644.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Crinkle-Teddy-Wrap-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:32:\"Crinkle-Teddy-Wrap-3-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Crinkle-Teddy-Wrap-3-1536x967.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:967;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:{}}}'),(434,159,'_edit_last','1'),(435,159,'_wp_page_template','default'),(436,159,'crio-premium-page-header-override','global'),(437,159,'crio-premium-page-header-select','none'),(438,159,'crio-premium-page-header-background',''),(1027,159,'boldgrid_hide_page_title','global'),(440,159,'boldgrid_in_page_containers','1'),(441,159,'bgseo_robots_index','index'),(442,159,'bgseo_robots_follow','follow'),(443,274,'_wp_attached_file','2021/06/Volunteers-scaled.jpg'),(444,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/06/Volunteers-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Volunteers-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Volunteers-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Volunteers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Volunteers-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Volunteers-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Volunteers-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:14:\"Volunteers.jpg\";}'),(445,275,'_wp_attached_file','2021/06/Children-Learning-Center-scaled.jpg'),(446,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:43:\"2021/06/Children-Learning-Center-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Children-Learning-Center-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Children-Learning-Center-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Children-Learning-Center-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Children-Learning-Center-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Children-Learning-Center-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"Children-Learning-Center-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:28:\"Children-Learning-Center.jpg\";}'),(447,276,'_wp_attached_file','2021/06/Cleaning-The-Community-scaled.jpg'),(448,276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2021/06/Cleaning-The-Community-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Cleaning-The-Community-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Cleaning-The-Community-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Cleaning-The-Community-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Cleaning-The-Community-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Cleaning-The-Community-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"Cleaning-The-Community-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:26:\"Cleaning-The-Community.jpg\";}'),(450,278,'_wp_attached_file','2021/06/Girl-Studying-scaled-e1622518274881.jpg'),(451,278,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1612;s:6:\"height\";i:1843;s:4:\"file\";s:47:\"2021/06/Girl-Studying-scaled-e1622518274881.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Girl-Studying-scaled-e1622518274881-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Girl-Studying-scaled-e1622518274881-896x1024.jpg\";s:5:\"width\";i:896;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Girl-Studying-scaled-e1622518274881-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:47:\"Girl-Studying-scaled-e1622518274881-768x878.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Girl-Studying-scaled-e1622518274881-1343x1536.jpg\";s:5:\"width\";i:1343;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Girl-Studying-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:17:\"Girl-Studying.jpg\";}'),(452,278,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"Girl-Studying-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"Girl-Studying-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"Girl-Studying-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"Girl-Studying-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"Girl-Studying-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:27:\"Girl-Studying-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:27:\"Girl-Studying-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(453,279,'_wp_attached_file','2021/06/Cleaning-scaled-e1622518939816.jpg'),(454,279,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1708;s:6:\"height\";i:1792;s:4:\"file\";s:42:\"2021/06/Cleaning-scaled-e1622518939816.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Cleaning-scaled-e1622518939816-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Cleaning-scaled-e1622518939816-976x1024.jpg\";s:5:\"width\";i:976;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Cleaning-scaled-e1622518939816-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:42:\"Cleaning-scaled-e1622518939816-768x806.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Cleaning-scaled-e1622518939816-1464x1536.jpg\";s:5:\"width\";i:1464;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"Cleaning-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:12:\"Cleaning.jpg\";}'),(455,279,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:19:\"Cleaning-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Cleaning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Cleaning-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"Cleaning-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"Cleaning-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:22:\"Cleaning-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:22:\"Cleaning-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(462,117,'_edit_lock','1623463422:1'),(463,117,'_edit_last','1'),(464,117,'_wp_page_template','default'),(465,117,'crio-premium-page-header-override','global'),(466,117,'crio-premium-page-header-select','none'),(467,117,'crio-premium-page-header-background',''),(1041,117,'boldgrid_hide_page_title','global'),(469,117,'boldgrid_in_page_containers','1'),(470,117,'bgseo_robots_index','index'),(471,117,'bgseo_robots_follow','follow'),(483,307,'_wp_attached_file','2021/06/Here-To-Help-scaled.jpg'),(484,307,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:31:\"2021/06/Here-To-Help-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Here-To-Help-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Here-To-Help-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Here-To-Help-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Here-To-Help-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Here-To-Help-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"Here-To-Help-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Here-To-Help.jpg\";}'),(489,316,'_wp_attached_file','2021/06/Angel-Chemise-Robe-3.jpg'),(490,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1302;s:6:\"height\";i:1557;s:4:\"file\";s:32:\"2021/06/Angel-Chemise-Robe-3.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Angel-Chemise-Robe-3-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Angel-Chemise-Robe-3-856x1024.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Angel-Chemise-Robe-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:32:\"Angel-Chemise-Robe-3-768x918.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Angel-Chemise-Robe-3-1284x1536.jpg\";s:5:\"width\";i:1284;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:45:\"0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(491,317,'_wp_attached_file','2021/06/Angel-Tee-Boxer-Tank-2.jpg'),(492,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1073;s:6:\"height\";i:1559;s:4:\"file\";s:34:\"2021/06/Angel-Tee-Boxer-Tank-2.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Angel-Tee-Boxer-Tank-2-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Angel-Tee-Boxer-Tank-2-705x1024.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Angel-Tee-Boxer-Tank-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:35:\"Angel-Tee-Boxer-Tank-2-768x1116.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Angel-Tee-Boxer-Tank-2-1057x1536.jpg\";s:5:\"width\";i:1057;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:47:\"0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(493,318,'_wp_attached_file','2021/06/BJ-Gown-Robe-3.jpg'),(494,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1999;s:6:\"height\";i:2038;s:4:\"file\";s:26:\"2021/06/BJ-Gown-Robe-3.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BJ-Gown-Robe-3-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"BJ-Gown-Robe-3-1004x1024.jpg\";s:5:\"width\";i:1004;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BJ-Gown-Robe-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:26:\"BJ-Gown-Robe-3-768x783.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"BJ-Gown-Robe-3-1507x1536.jpg\";s:5:\"width\";i:1507;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:38:\"0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(495,319,'_wp_attached_file','2021/06/Simply-Sweet-Chemise-Wrap.jpg'),(496,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1321;s:4:\"file\";s:37:\"2021/06/Simply-Sweet-Chemise-Wrap.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Simply-Sweet-Chemise-Wrap-300x290.jpg\";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:38:\"Simply-Sweet-Chemise-Wrap-1024x991.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:991;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Simply-Sweet-Chemise-Wrap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Simply-Sweet-Chemise-Wrap-768x743.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:49:\"5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(497,320,'_wp_attached_file','2021/06/Crowdfunding-Photo.jpg'),(498,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:972;s:4:\"file\";s:30:\"2021/06/Crowdfunding-Photo.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Crowdfunding-Photo-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Crowdfunding-Photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:43:\"0_40_150_150_Crowdfunding-Photo-212x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(499,321,'_wp_attached_file','2021/06/LP-Niteshirt-2.jpg'),(500,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:775;s:6:\"height\";i:1384;s:4:\"file\";s:26:\"2021/06/LP-Niteshirt-2.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"LP-Niteshirt-2-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"LP-Niteshirt-2-573x1024.jpg\";s:5:\"width\";i:573;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LP-Niteshirt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"LP-Niteshirt-2-768x1371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:39:\"0_38_150_150_LP-Niteshirt-2-168x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d: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:{}}}'),(504,325,'_edit_lock','1622764186:1'),(505,325,'_wp_trash_meta_status','publish'),(506,325,'_wp_trash_meta_time','1622764230'),(507,326,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f.jpg'),(508,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f-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:{}}}'),(509,326,'_source_url','https://images.unsplash.com/photo-1485373650022-3ed53f62b8f3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=c20a764e9478d8fb855c942fd058397f&.png'),(510,327,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2.jpg'),(511,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2-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:{}}}'),(512,327,'_source_url','https://images.unsplash.com/photo-1488132083447-c9bc17be089c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=5d03d545921ad552c9f0ec112af0a8e2&.png'),(513,328,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4.jpg'),(514,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4-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:{}}}'),(515,328,'_source_url','https://images.unsplash.com/photo-1476641793293-7d0c017adb7a?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=c58a67f7d7fd31382c0e160135f7efd4&.png'),(516,329,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50.jpg'),(517,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50-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:{}}}'),(518,329,'_source_url','https://images.unsplash.com/photo-1483989878412-db90bf443d87?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=400&fit=crop&s=6c39501939eb306585a98e5d02488d50&.png'),(519,160,'_edit_last','1'),(520,160,'_wp_page_template','default'),(521,160,'crio-premium-page-header-override','global'),(522,160,'crio-premium-page-header-select','none'),(523,160,'crio-premium-page-header-background',''),(1023,160,'boldgrid_hide_page_title','global'),(525,160,'boldgrid_in_page_containers','1'),(526,160,'bgseo_robots_index','index'),(527,160,'bgseo_robots_follow','follow'),(528,332,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a.jpg'),(529,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a-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:{}}}'),(530,332,'_source_url','https://images.unsplash.com/photo-1505204144504-0a48bd7862ee?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=6ff8ce51b9b17a5fa90712fa0ed6165a&.png'),(534,114,'_wp_old_date','2021-05-28'),(535,116,'_wp_old_date','2021-05-28'),(536,167,'_wp_old_date','2021-05-29'),(537,168,'_wp_old_date','2021-05-29'),(538,169,'_wp_old_date','2021-05-29'),(539,170,'_wp_old_date','2021-05-29'),(540,118,'_wp_old_date','2021-05-29'),(558,342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(557,342,'_menu_item_target',''),(556,342,'_menu_item_object','page'),(555,342,'_menu_item_object_id','339'),(554,342,'_menu_item_menu_item_parent','170'),(553,342,'_menu_item_type','post_type'),(551,339,'_customize_changeset_uuid','0789e0d1-e7ac-4413-bd9f-09d72c9b3c4d'),(552,340,'_edit_lock','1622769640:1'),(559,342,'_menu_item_xfn',''),(560,342,'_menu_item_url',''),(561,340,'_wp_trash_meta_status','publish'),(562,340,'_wp_trash_meta_time','1622769655'),(563,339,'_edit_lock','1623448254:1'),(564,344,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg'),(565,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc-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:{}}}'),(566,344,'_source_url','https://images.unsplash.com/photo-1430747562296-5556d17a15a5?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=38c49b461458c378356c78475b03a2fc&.png'),(567,345,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de.jpg'),(568,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de.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:{}}}'),(569,345,'_source_url','https://images.unsplash.com/photo-1496437729664-81f9c97f63de?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=125&h=125&fit=crop&s=59447ed9b53a44d7cb0510b5324099de&.png'),(570,346,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d.jpg'),(571,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d.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:{}}}'),(572,346,'_source_url','https://images.unsplash.com/photo-1502767882403-636aee14f873?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=125&h=125&fit=crop&s=f2c1591cc01df533d517aa807bbd0c7d&.png'),(573,339,'_edit_last','1'),(574,339,'_wp_page_template','default'),(575,339,'crio-premium-page-header-override','global'),(576,339,'crio-premium-page-header-select','none'),(577,339,'crio-premium-page-header-background',''),(1031,339,'boldgrid_hide_page_title','global'),(579,339,'boldgrid_in_page_containers','1'),(580,339,'bgseo_robots_index','index'),(581,339,'bgseo_robots_follow','follow'),(583,350,'_edit_lock','1622771386:1'),(586,353,'_menu_item_type','post_type'),(585,351,'_customize_changeset_uuid','d597e29c-500e-4a70-9cf2-cc5adc76de66'),(587,353,'_menu_item_menu_item_parent','169'),(588,353,'_menu_item_object_id','351'),(589,353,'_menu_item_object','page'),(590,353,'_menu_item_target',''),(591,353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(592,353,'_menu_item_xfn',''),(593,353,'_menu_item_url',''),(609,357,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a.jpg'),(608,351,'_edit_lock','1623528046:1'),(605,355,'_wp_trash_meta_time','1622771438'),(604,355,'_wp_trash_meta_status','publish'),(602,350,'_wp_trash_meta_status','publish'),(603,350,'_wp_trash_meta_time','1622771402'),(610,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a-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:{}}}'),(611,357,'_source_url','https://images.unsplash.com/photo-1503430935654-c3847b9289eb?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=350&h=150&fit=crop&s=5324979db9b422d80c9d523c0bab5e7a&.png'),(612,358,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7.jpg'),(613,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7-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:{}}}'),(614,358,'_source_url','https://images.unsplash.com/photo-1496098291177-07c5b79abee9?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=200&fit=crop&s=9298810fc890581e3777608a31575eb7&.png'),(615,359,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721.jpg'),(616,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721-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:{}}}'),(617,360,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf.jpg'),(618,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf-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:{}}}'),(619,359,'_source_url','https://images.unsplash.com/photo-1444419988131-046ed4e5ffd6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=e7f3d50a8b26fe7147e795182e557721&.png'),(620,361,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e.jpg'),(621,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:150;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e-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:{}}}'),(622,360,'_source_url','https://images.unsplash.com/photo-1501943416256-08140ba03763?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=350&h=150&fit=crop&s=07533f6c5de736b1e2ecdcb0f5ec2ccf&.png'),(623,361,'_source_url','https://images.unsplash.com/photo-1482264851290-446b18e3ee9f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=350&h=150&fit=crop&s=6ca0df6c3840db4436bcd214e2f8c78e&.png'),(624,362,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865.jpg'),(625,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:522;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865-300x209.jpg\";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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865-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:{}}}'),(626,362,'_source_url','https://images.unsplash.com/photo-1484999691661-51b16a51d1d1?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=750&h=522&fit=crop&s=57acd1ded762950883a28d95fcdf4865&.png'),(627,363,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5.jpg'),(628,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5-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:{}}}'),(629,363,'_source_url','https://images.unsplash.com/photo-1458829549177-e9a8f3db5b14?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=200&fit=crop&s=649b8bd446f1277c884679d4f0c7e7c5&.png'),(630,364,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149.jpg'),(631,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149-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:{}}}'),(632,364,'_source_url','https://images.unsplash.com/photo-1465113959084-ffb1c2c55a1a?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=200&fit=crop&s=75feac389edad1f2ca0e49da91387149&.png'),(633,365,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416.jpg'),(634,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416-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:{}}}'),(635,365,'_source_url','https://images.unsplash.com/photo-1489098860479-fb4ca7a47e04?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=7656eb1ab7293081c61df4538a1dd416&.png'),(636,366,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5.jpg'),(637,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5-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:{}}}'),(638,366,'_source_url','https://images.unsplash.com/photo-1462813065606-f677d445bcc8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=95bb4f1a09d691b8e3d17c1ce9a2d8a5&.png'),(639,367,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb.jpg'),(640,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb-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:{}}}'),(641,367,'_source_url','https://images.unsplash.com/photo-1454988501794-2992f706932e?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=200&fit=crop&s=fda13662361950687d3251ac714d96fb&.png'),(642,368,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84.jpg'),(643,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84-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:{}}}'),(644,368,'_source_url','https://images.unsplash.com/photo-1461938337379-4b537cd2db74?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=d428342340c626c13353f2975bc83e84&.png'),(645,369,'_wp_attached_file','2021/06/Grammy-Musume.png'),(646,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:132;s:4:\"file\";s:25:\"2021/06/Grammy-Musume.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Grammy-Musume-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Grammy-Musume-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;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:{}}}'),(647,370,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f.jpg'),(648,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f-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:{}}}'),(649,371,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3.jpg'),(650,372,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316.jpg'),(651,373,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65.jpg'),(652,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3-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:{}}}'),(653,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316-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:{}}}'),(654,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65-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:{}}}'),(655,370,'_source_url','https://images.unsplash.com/photo-1502005097973-6a7082348e28?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=7764a92f8fe9fb37f606be25cbcd7e9f&.png'),(656,373,'_source_url','https://images.unsplash.com/photo-1488802484013-f23aca1e2d9b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=3f3a8c6f424421ef23a26bc3f3036d65&.png'),(657,372,'_source_url','https://images.unsplash.com/photo-1487015307662-6ce6210680f1?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=600&h=600&fit=crop&s=483360064efbcde43463549025d05316&.png'),(658,371,'_source_url','https://images.unsplash.com/photo-1488805990569-3c9e1d76d51c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=600&h=600&fit=crop&s=248e704a36d6005fb3ed70bc6c020bf3&.png'),(659,374,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2.jpg'),(660,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2-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:{}}}'),(661,374,'_source_url','https://images.unsplash.com/photo-1516919549054-e08258825f80?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=e9709a7525fd67d559fc92793508bbf2&.png'),(662,375,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1.jpg'),(663,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1-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:{}}}'),(664,375,'_source_url','https://images.unsplash.com/photo-1518458824120-982675dbc706?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=2b5d9b74bf23c88ff7d34df1f23be2b1&.png'),(665,351,'_edit_last','1'),(666,351,'_wp_page_template','default'),(667,351,'crio-premium-page-header-override','global'),(668,351,'crio-premium-page-header-select','none'),(669,351,'crio-premium-page-header-background',''),(1061,351,'boldgrid_hide_page_title','global'),(671,351,'boldgrid_in_page_containers','1'),(672,351,'bgseo_robots_index','index'),(673,351,'bgseo_robots_follow','follow'),(674,378,'_wp_attached_file','2021/06/Grammy-Musume-4.png'),(675,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:438;s:6:\"height\";i:403;s:4:\"file\";s:27:\"2021/06/Grammy-Musume-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Grammy-Musume-4-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Grammy-Musume-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:{}}}'),(676,379,'_wp_attached_file','2021/06/812-Aloe-Ave.png'),(677,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:184;s:4:\"file\";s:24:\"2021/06/812-Aloe-Ave.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"812-Aloe-Ave-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:{}}}'),(678,380,'_wp_attached_file','2021/06/Delta-State.jpg'),(679,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1331;s:4:\"file\";s:23:\"2021/06/Delta-State.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Delta-State-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Delta-State-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Delta-State-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Delta-State-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Delta-State-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494398974\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(680,381,'_wp_attached_file','2021/06/Grammy-Museum.jpg'),(681,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:25:\"2021/06/Grammy-Museum.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Grammy-Museum-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:25:\"Grammy-Museum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Grammy-Museum-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:15:\"Thierry Chardes\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Thierry Chardes\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,382,'_wp_attached_file','2021/06/Aloe-Ave-2.png'),(683,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2021/06/Aloe-Ave-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Aloe-Ave-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:{}}}'),(684,383,'_wp_attached_file','2021/06/Aloe-Ave-3.png'),(685,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:279;s:4:\"file\";s:22:\"2021/06/Aloe-Ave-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Aloe-Ave-3-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Aloe-Ave-3-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:{}}}'),(686,384,'_wp_attached_file','2021/06/Aloe-Ave-Playground.png'),(687,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:235;s:4:\"file\";s:31:\"2021/06/Aloe-Ave-Playground.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Aloe-Ave-Playground-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Aloe-Ave-Playground-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:{}}}'),(700,396,'_wp_attached_file','2021/06/Pretty-Black-Girl-scaled.jpg'),(701,396,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:36:\"2021/06/Pretty-Black-Girl-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pretty-Black-Girl-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pretty-Black-Girl-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pretty-Black-Girl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Pretty-Black-Girl-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Pretty-Black-Girl-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Pretty-Black-Girl-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Pretty-Black-Girl.jpg\";}'),(702,397,'_wp_attached_file','2021/06/Sisterhood-scaled.jpg'),(703,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1785;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/06/Sisterhood-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Sisterhood-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Sisterhood-714x1024.jpg\";s:5:\"width\";i:714;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Sisterhood-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Sisterhood-768x1102.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Sisterhood-1071x1536.jpg\";s:5:\"width\";i:1071;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Sisterhood-1428x2048.jpg\";s:5:\"width\";i:1428;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:{}}s:14:\"original_image\";s:14:\"Sisterhood.jpg\";}'),(704,398,'_wp_attached_file','2021/06/Painted-Hands-scaled.jpg'),(705,398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:32:\"2021/06/Painted-Hands-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Painted-Hands-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Painted-Hands-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Painted-Hands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Painted-Hands-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Painted-Hands-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Painted-Hands-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"Painted-Hands.jpg\";}'),(706,399,'_wp_attached_file','2021/06/Fruits-Vegetables-3-Copy-scaled.jpg'),(707,399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1921;s:4:\"file\";s:43:\"2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-3-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-3-Copy-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-3-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-3-Copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-3-Copy-1536x1153.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-3-Copy-2048x1537.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1537;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Fruits-Vegetables-3-Copy.jpg\";}'),(708,400,'_wp_attached_file','2021/06/Books-2-Copy-scaled.jpg'),(709,400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2021/06/Books-2-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Books-2-Copy-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Books-2-Copy-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Books-2-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Books-2-Copy-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Books-2-Copy-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"Books-2-Copy-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:16:\"Books-2-Copy.jpg\";}'),(711,403,'_wp_attached_file','2021/06/Fruits-Vegetables-4-Copy-scaled.jpg'),(712,403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-4-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-4-Copy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-4-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-4-Copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-4-Copy-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-4-Copy-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Fruits-Vegetables-4-Copy.jpg\";}'),(721,411,'_wp_attached_file','2021/06/School-Supplies-2-Copy-scaled.jpg'),(722,411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1442;s:4:\"file\";s:41:\"2021/06/School-Supplies-2-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"School-Supplies-2-Copy-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:35:\"School-Supplies-2-Copy-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"School-Supplies-2-Copy-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:\"School-Supplies-2-Copy-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"School-Supplies-2-Copy-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"School-Supplies-2-Copy-2048x1154.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"School-Supplies-2-Copy.jpg\";}'),(723,412,'_wp_attached_file','2021/06/Building-A-House-Copy-scaled.jpg'),(724,412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1775;s:4:\"file\";s:40:\"2021/06/Building-A-House-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Building-A-House-Copy-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Building-A-House-Copy-1024x710.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Building-A-House-Copy-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:\"Building-A-House-Copy-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"Building-A-House-Copy-1536x1065.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1065;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"Building-A-House-Copy-2048x1420.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"Building-A-House-Copy.jpg\";}'),(729,417,'_wp_attached_file','2021/06/Coffee-scaled.jpg'),(730,417,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2021/06/Coffee-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Coffee-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Coffee-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Coffee-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:\"Coffee-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Coffee-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"Coffee-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:10:\"Coffee.jpg\";}'),(731,418,'_wp_attached_file','2021/06/Coffee-4-scaled.jpg'),(732,418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1731;s:4:\"file\";s:27:\"2021/06/Coffee-4-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Coffee-4-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Coffee-4-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Coffee-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:20:\"Coffee-4-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"Coffee-4-1536x1038.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1038;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"Coffee-4-2048x1384.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"Coffee-4.jpg\";}'),(734,421,'_wp_attached_file','2021/06/Fruits-Vegetables-Copy-scaled.jpg'),(735,421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2021/06/Fruits-Vegetables-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Fruits-Vegetables-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Fruits-Vegetables-Copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Fruits-Vegetables-Copy-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:\"Fruits-Vegetables-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-Copy-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-Copy-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"Fruits-Vegetables-Copy.jpg\";}'),(741,425,'_wp_attached_file','2021/06/Gardening-scaled.jpg'),(742,425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2021/06/Gardening-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Gardening-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Gardening-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Gardening-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:\"Gardening-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"Gardening-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"Gardening-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"Gardening.jpg\";}'),(750,434,'_wp_attached_file','2021/06/Vegetables-12-scaled.jpg'),(751,434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1442;s:4:\"file\";s:32:\"2021/06/Vegetables-12-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Vegetables-12-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:26:\"Vegetables-12-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Vegetables-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Vegetables-12-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Vegetables-12-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Vegetables-12-2048x1154.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"Vegetables-12.jpg\";}'),(752,435,'_wp_attached_file','2021/06/Elderly-scaled.jpg'),(753,435,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2021/06/Elderly-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Elderly-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Elderly-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Elderly-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:\"Elderly-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Elderly-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Elderly-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Elderly.jpg\";}'),(754,436,'_wp_attached_file','2021/06/Pancakes-scaled.jpg'),(755,436,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/06/Pancakes-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Pancakes-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Pancakes-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Pancakes-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:\"Pancakes-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"Pancakes-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"Pancakes-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:12:\"Pancakes.jpg\";}'),(756,437,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops87aa0aad12b318a2ce209c2108448a8b.jpg'),(757,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops87aa0aad12b318a2ce209c2108448a8b.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:{}}}'),(758,437,'_source_url','https://images.unsplash.com/photo-1489424731084-a5d8b219a5bb?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=125&h=125&fit=crop&s=87aa0aad12b318a2ce209c2108448a8b&.png'),(759,438,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropse0fe3080c9c262005807354d4a96aafe.jpg'),(760,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropse0fe3080c9c262005807354d4a96aafe.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:{}}}'),(761,438,'_source_url','https://images.unsplash.com/photo-1502315180229-30208645fe92?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=125&h=125&fit=crop&s=e0fe3080c9c262005807354d4a96aafe&.png'),(762,439,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf76ae80190ae5d5dd15b1b8725c24535.jpg'),(763,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf76ae80190ae5d5dd15b1b8725c24535.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:{}}}'),(764,439,'_source_url','https://images.unsplash.com/photo-1488508872907-592763824245?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=125&h=125&fit=crop&s=f76ae80190ae5d5dd15b1b8725c24535&.png'),(765,440,'_wp_attached_file','2021/06/Fruits-Vegetables-10-Copy-scaled.jpg'),(766,440,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:44:\"2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-10-Copy-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-10-Copy-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-10-Copy-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:38:\"Fruits-Vegetables-10-Copy-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Fruits-Vegetables-10-Copy-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Fruits-Vegetables-10-Copy-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:29:\"Fruits-Vegetables-10-Copy.jpg\";}'),(767,441,'_wp_attached_file','2021/06/Hotdogs-scaled.jpg'),(768,441,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:26:\"2021/06/Hotdogs-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hotdogs-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Hotdogs-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hotdogs-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:\"Hotdogs-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Hotdogs-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Hotdogs-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:11:\"Hotdogs.jpg\";}'),(769,442,'_wp_attached_file','2021/06/Party-scaled.jpg'),(770,442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:24:\"2021/06/Party-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Party-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Party-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Party-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:\"Party-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"Party-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"Party-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:34:\"797_149_1039_1558_Party-scaled.jpg\";s:5:\"width\";d:1039;s:6:\"height\";d:1558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"Party.jpg\";}'),(775,448,'_wp_attached_file','2021/06/SLEEPING_ANGEL_PRINT-2.jpg'),(776,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:383;s:6:\"height\";i:341;s:4:\"file\";s:34:\"2021/06/SLEEPING_ANGEL_PRINT-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SLEEPING_ANGEL_PRINT-2-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SLEEPING_ANGEL_PRINT-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:10:\"1476111442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(777,449,'_wp_trash_meta_status','publish'),(778,449,'_wp_trash_meta_time','1623019948'),(814,487,'_menu_item_target',''),(800,476,'_customize_changeset_uuid','f72fb797-fae4-40b9-8228-29dd0369e344'),(813,487,'_menu_item_object','page'),(802,477,'_customize_changeset_uuid','f72fb797-fae4-40b9-8228-29dd0369e344'),(803,478,'_edit_lock','1623030913:1'),(812,487,'_menu_item_object_id','476'),(805,479,'_customize_changeset_uuid','f72fb797-fae4-40b9-8228-29dd0369e344'),(811,487,'_menu_item_menu_item_parent','118'),(807,480,'_customize_changeset_uuid','f72fb797-fae4-40b9-8228-29dd0369e344'),(810,487,'_menu_item_type','post_type'),(809,481,'_customize_changeset_uuid','f72fb797-fae4-40b9-8228-29dd0369e344'),(815,487,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(816,487,'_menu_item_xfn',''),(817,487,'_menu_item_url',''),(818,488,'_menu_item_type','post_type'),(819,488,'_menu_item_menu_item_parent','169'),(820,488,'_menu_item_object_id','477'),(821,488,'_menu_item_object','page'),(822,488,'_menu_item_target',''),(823,488,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(824,488,'_menu_item_xfn',''),(825,488,'_menu_item_url',''),(826,170,'_wp_old_date','2021-06-04'),(827,342,'_wp_old_date','2021-06-04'),(828,118,'_wp_old_date','2021-06-04'),(829,489,'_menu_item_type','post_type'),(830,489,'_menu_item_menu_item_parent','169'),(831,489,'_menu_item_object_id','479'),(832,489,'_menu_item_object','page'),(833,489,'_menu_item_target',''),(834,489,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(835,489,'_menu_item_xfn',''),(836,489,'_menu_item_url',''),(837,490,'_menu_item_type','post_type'),(838,490,'_menu_item_menu_item_parent','169'),(839,490,'_menu_item_object_id','480'),(840,490,'_menu_item_object','page'),(841,490,'_menu_item_target',''),(842,490,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(843,490,'_menu_item_xfn',''),(844,490,'_menu_item_url',''),(845,491,'_menu_item_type','post_type'),(846,491,'_menu_item_menu_item_parent','116'),(847,491,'_menu_item_object_id','481'),(848,491,'_menu_item_object','page'),(849,491,'_menu_item_target',''),(850,491,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(851,491,'_menu_item_xfn',''),(852,491,'_menu_item_url',''),(853,116,'_wp_old_date','2021-06-04'),(854,167,'_wp_old_date','2021-06-04'),(855,168,'_wp_old_date','2021-06-04'),(856,169,'_wp_old_date','2021-06-04'),(857,353,'_wp_old_date','2021-06-04'),(858,478,'_wp_trash_meta_status','publish'),(859,478,'_wp_trash_meta_time','1623030912'),(860,476,'_edit_lock','1623448404:1'),(861,493,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg'),(862,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df-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:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df-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:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df-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:{}}}'),(863,493,'_source_url','https://images.unsplash.com/photo-1478872198468-efc263df6a43?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=32ef730d08b2ee1ae26638a3553fd1df&.png'),(864,476,'_edit_last','1'),(865,476,'_wp_page_template','default'),(866,476,'crio-premium-page-header-override','global'),(867,476,'crio-premium-page-header-select','none'),(868,476,'crio-premium-page-header-background',''),(878,476,'boldgrid_hide_page_title','global'),(870,476,'boldgrid_in_page_containers','1'),(871,476,'bgseo_robots_index','index'),(872,476,'bgseo_robots_follow','follow'),(873,495,'_wp_trash_meta_status','publish'),(874,495,'_wp_trash_meta_time','1623033125'),(875,496,'_edit_lock','1623033274:1'),(876,496,'_wp_trash_meta_status','publish'),(877,496,'_wp_trash_meta_time','1623033276'),(893,477,'_edit_lock','1623461736:1'),(894,512,'_wp_attached_file','2021/06/Alma-Hayes-Foundation.png'),(895,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:401;s:4:\"file\";s:33:\"2021/06/Alma-Hayes-Foundation.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Alma-Hayes-Foundation-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Alma-Hayes-Foundation-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:{}}}'),(900,518,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4.jpg'),(901,519,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588.jpg'),(902,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4-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:{}}}'),(903,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588-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:{}}}'),(904,519,'_source_url','https://images.unsplash.com/photo-1507419221994-ef834eba0245?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=aab24d4320029ddc08c435bff3ae5588&.png'),(905,518,'_source_url','https://images.unsplash.com/photo-1508493716391-09cbe66f3559?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=400&fit=crop&s=cc6318c3c9a6c590df2a671a1c76e4d4&.png'),(906,520,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a.jpg'),(907,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a-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:{}}}'),(908,520,'_source_url','https://images.unsplash.com/photo-1495582630316-0b481a069ce3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=555&h=555&fit=crop&s=ec2b2ff732c4a835ee4ca4036e5dd16a&.png'),(909,521,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a.jpg'),(910,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a-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:{}}}'),(911,521,'_source_url','https://images.unsplash.com/photo-1474367658825-e5858839e99d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=4acc8463d8add00d8d35a23742a9e25a&.png'),(912,522,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8.jpg'),(913,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8-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:{}}}'),(914,522,'_source_url','https://images.unsplash.com/photo-1504608611486-8af05855b251?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=6c11da394023c31e64d378537b3fc3c8&.png'),(915,477,'_edit_last','1'),(916,477,'_wp_page_template','default'),(917,477,'crio-premium-page-header-override','global'),(918,477,'crio-premium-page-header-select','none'),(919,477,'crio-premium-page-header-background',''),(1036,477,'boldgrid_hide_page_title','global'),(921,477,'boldgrid_in_page_containers','1'),(922,477,'bgseo_robots_index','index'),(923,477,'bgseo_robots_follow','follow'),(927,480,'_edit_lock','1623532710:1'),(928,527,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b.jpg'),(929,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b-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:{}}}'),(930,527,'_source_url','https://images.unsplash.com/photo-1491955023890-55f03e6a6067?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=555&h=555&fit=crop&s=f8b1dda4372f8c6bbd5bf0f3c4c7c77b&.png'),(931,528,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252.jpg'),(932,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252-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:{}}}'),(933,528,'_source_url','https://images.unsplash.com/photo-1491349174775-aaafddd81942?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=10add11ced0cc9d799988eb6aaafc252&.png'),(934,529,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b.jpg'),(935,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b-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:{}}}'),(936,530,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a.jpg'),(937,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a-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:{}}}'),(938,529,'_source_url','https://images.unsplash.com/photo-1441995355085-824a251a5996?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=89462e4962b75bf6cf779085f823041b&.png'),(939,530,'_source_url','https://images.unsplash.com/photo-1485230847623-05b849742bef?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=7d0e33929ecad8de9bc7a3f049ba682a&.png'),(940,531,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147.jpg'),(941,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147-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:{}}}'),(942,531,'_source_url','https://images.unsplash.com/photo-1504633273314-6a929fcd7090?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=400&fit=crop&s=adc27f7187414ae4e6c5c8e6866a5147&.png'),(943,480,'_edit_last','1'),(944,480,'_wp_page_template','default'),(945,480,'crio-premium-page-header-override','global'),(946,480,'crio-premium-page-header-select','none'),(947,480,'crio-premium-page-header-background',''),(1062,480,'boldgrid_hide_page_title','global'),(949,480,'boldgrid_in_page_containers','1'),(950,480,'bgseo_robots_index','index'),(951,480,'bgseo_robots_follow','follow'),(952,479,'_edit_lock','1623475777:1'),(953,534,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983.jpg'),(954,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983-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:{}}}'),(955,534,'_source_url','https://images.unsplash.com/photo-1473458709886-3d1c67e716b6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=66c1769549350ca39610a70d8b84f983&.png'),(956,535,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f.jpg'),(957,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f-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:{}}}'),(958,535,'_source_url','https://images.unsplash.com/photo-1456553583670-f4242f36d0fc?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=d082e7e897389efc47debcc20968c12f&.png'),(959,536,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8.jpg'),(960,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:555;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8-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:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8-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:{}}}'),(961,536,'_source_url','https://images.unsplash.com/photo-1485230847623-05b849742bef?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=555&h=555&fit=crop&s=d4621e0369050212d77a77c30954e7f8&.png'),(962,537,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7.jpg'),(963,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7-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:{}}}'),(964,538,'_wp_attached_file','2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1.jpg'),(965,538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1-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:{}}}'),(966,537,'_source_url','https://images.unsplash.com/photo-1495981635137-a050753d0984?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=400&fit=crop&s=d786db57fd9f04130ff6e2db4ca57dc7&.png'),(967,538,'_source_url','https://images.unsplash.com/photo-1455637935731-89621316d929?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=300&h=300&fit=crop&s=48fe36b124440419f0bf11dc6b8a4da1&.png'),(968,479,'_edit_last','1'),(969,479,'_wp_page_template','default'),(970,479,'crio-premium-page-header-override','global'),(971,479,'crio-premium-page-header-select','none'),(972,479,'crio-premium-page-header-background',''),(1060,479,'boldgrid_hide_page_title','global'),(974,479,'boldgrid_in_page_containers','1'),(975,479,'bgseo_robots_index','index'),(976,479,'bgseo_robots_follow','follow'),(977,541,'_wp_attached_file','2021/06/Black-Mother-and-Baby-scaled.jpg'),(978,541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2021/06/Black-Mother-and-Baby-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Black-Mother-and-Baby-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Black-Mother-and-Baby-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Black-Mother-and-Baby-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:\"Black-Mother-and-Baby-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"Black-Mother-and-Baby-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"Black-Mother-and-Baby-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:25:\"Black-Mother-and-Baby.jpg\";}'),(979,542,'_wp_attached_file','2021/06/Salad-Copy-scaled.jpg'),(980,542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:29:\"2021/06/Salad-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Salad-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Salad-Copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Salad-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Salad-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Salad-Copy-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Salad-Copy-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Salad-Copy.jpg\";}'),(981,543,'_wp_attached_file','2021/06/Cleaning-Products-5-scaled.jpg'),(982,543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2021/06/Cleaning-Products-5-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Cleaning-Products-5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cleaning-Products-5-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cleaning-Products-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:32:\"Cleaning-Products-5-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Cleaning-Products-5-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"Cleaning-Products-5-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:23:\"Cleaning-Products-5.jpg\";}'),(984,545,'_wp_attached_file','2021/06/Volunteer-2-scaled.jpg'),(985,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/06/Volunteer-2-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Volunteer-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Volunteer-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Volunteer-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:24:\"Volunteer-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Volunteer-2-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"Volunteer-2-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:15:\"Volunteer-2.jpg\";}'),(997,550,'_wp_trash_meta_time','1623116219'),(998,551,'_wp_attached_file','2021/06/Learning-Center-scaled.jpg'),(999,551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:34:\"2021/06/Learning-Center-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Learning-Center-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Learning-Center-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Learning-Center-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:\"Learning-Center-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Learning-Center-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Learning-Center-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Learning-Center.jpg\";}'),(1000,552,'_wp_attached_file','2021/06/Kids-Playground-scaled.jpg'),(1001,552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2021/06/Kids-Playground-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Kids-Playground-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Kids-Playground-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Kids-Playground-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:\"Kids-Playground-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Kids-Playground-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Kids-Playground-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:19:\"Kids-Playground.jpg\";}'),(1002,553,'_wp_attached_file','2021/06/computers-scaled-e1623119153752.jpg'),(1003,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1708;s:6:\"height\";i:1472;s:4:\"file\";s:43:\"2021/06/computers-scaled-e1623119153752.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"computers-scaled-e1623119153752-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"computers-scaled-e1623119153752-1024x883.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"computers-scaled-e1623119153752-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"computers-scaled-e1623119153752-768x662.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"computers-scaled-e1623119153752-1536x1324.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"computers-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:13:\"computers.jpg\";}'),(1004,553,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:20:\"computers-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"computers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"computers-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:22:\"computers-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"computers-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:23:\"computers-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:23:\"computers-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1005,554,'_wp_attached_file','2021/06/Books-3-scaled.jpg'),(1006,554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:26:\"2021/06/Books-3-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Books-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Books-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Books-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:\"Books-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Books-3-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Books-3-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Books-3.jpg\";}'),(1007,555,'_wp_attached_file','2021/06/Art-scaled.jpg'),(1008,555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:22:\"2021/06/Art-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Art-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"Art-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Art-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"Art-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"Art-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"Art-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"Art.jpg\";}'),(1010,558,'_wp_attached_file','2021/06/Black-Girl-Gardening-scaled.jpg'),(1011,558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2021/06/Black-Girl-Gardening-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Black-Girl-Gardening-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Black-Girl-Gardening-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Black-Girl-Gardening-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:\"Black-Girl-Gardening-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Black-Girl-Gardening-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"Black-Girl-Gardening-1365x2048.jpg\";s:5:\"width\";i:1365;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:{}}s:14:\"original_image\";s:24:\"Black-Girl-Gardening.jpg\";}'),(1012,559,'_wp_attached_file','2021/06/Building-A-House-2-Copy-scaled.jpg'),(1013,559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2021/06/Building-A-House-2-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Building-A-House-2-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Building-A-House-2-Copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Building-A-House-2-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Building-A-House-2-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Building-A-House-2-Copy-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"Building-A-House-2-Copy-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"Building-A-House-2-Copy.jpg\";}'),(1014,560,'_wp_attached_file','2021/06/Aloe-Ave-3-1.png'),(1015,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:279;s:4:\"file\";s:24:\"2021/06/Aloe-Ave-3-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Aloe-Ave-3-1-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Aloe-Ave-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:29:\"0_17_326_245_Aloe-Ave-3-1.png\";s:5:\"width\";d:326;s:6:\"height\";d:245;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:{}}}'),(1016,561,'_wp_attached_file','2021/06/Volunteer-scaled.jpg'),(1017,561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2021/06/Volunteer-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Volunteer-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Volunteer-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Volunteer-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:\"Volunteer-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"Volunteer-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"Volunteer-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"Volunteer.jpg\";}'),(1044,604,'_wp_attached_file','2021/06/Fruits-Vegetables-5-Copy-scaled.jpg'),(1045,604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1922;s:4:\"file\";s:43:\"2021/06/Fruits-Vegetables-5-Copy-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-5-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fruits-Vegetables-5-Copy-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-5-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Fruits-Vegetables-5-Copy-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-5-Copy-1536x1153.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"Fruits-Vegetables-5-Copy-2048x1538.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1538;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Fruits-Vegetables-5-Copy.jpg\";}'),(1055,618,'_wp_attached_file','2021/06/Grammy-Museum-2.jpg'),(1056,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:699;s:4:\"file\";s:27:\"2021/06/Grammy-Museum-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Grammy-Museum-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Grammy-Museum-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Grammy-Museum-2-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;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:{}}}');
/*!40000 ALTER TABLE `wpzv_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_postmeta` with 781 row(s)
--

--
-- Table structure for table `wpzv_posts`
--

DROP TABLE IF EXISTS `wpzv_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=628 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_posts`
--

LOCK TABLES `wpzv_posts` WRITE;
/*!40000 ALTER TABLE `wpzv_posts` DISABLE KEYS */;
INSERT INTO `wpzv_posts` VALUES (1,1,'2021-05-24 01:10:13','2021-05-24 01:10:13','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?p=1',0,'post','',1),(2,1,'2021-05-24 01:10:13','2021-05-24 01:10:13','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://innocent-angel.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?page_id=2',0,'page','',0),(3,1,'2021-05-24 01:10:13','2021-05-24 01:10:13','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://innocent-angel.org.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2021-05-24 01:10:13','2021-05-24 01:10:13','',0,'https://innocent-angel.org/?page_id=3',0,'page','',0),(4,0,'2021-05-24 01:10:15','2021-05-24 01:10:15','<p>This site has been created with the help of many different people and companies.</p><p>In particular, a special thanks goes to the following for content running on this site:</p>\n			<style>\n				.attributed{height:250px;overflow:hidden;}\n				.attributed img{max-height:180px;}\n			</style>\n			<div class=\"row\">\n		<div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"http://unsplash.com/photos/-rWjydNhATw\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc-150x150.jpg\' /></a><br /><strong>Author</strong>: <a href=\"http://unsplash.com/@killerfvith\" target=\"_blank\" rel=\"noopener\">Alex wong</a> / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"http://unsplash.com/photos/_PdZdW7fiDc\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i-150x150.jpg\' /></a><br /><strong>Author</strong>: <a href=\"http://unsplash.com/@scottwebb\" target=\"_blank\" rel=\"noopener\">Scott Webb</a> / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"http://unsplash.com/photos/vGQ49l9I4EE\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx-150x150.jpg\' /></a><br /><strong>Author</strong>: <a href=\"http://unsplash.com/@majapetric\" target=\"_blank\" rel=\"noopener\">Maja Petric</a> / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"http://unsplash.com/photos/NvV8-qFUV4I\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6-150x150.jpg\' /></a><br /><strong>Author</strong>: <a href=\"http://unsplash.com/@samuelzeller\" target=\"_blank\" rel=\"noopener\">Samuel Zeller</a> / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"https://unsplash.com/photos/4l5fsRjJqLM\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1-150x150.jpg\' /></a><br /><strong>Author</strong>: ilya90 / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <a href=\"https://unsplash.com/photos/dG35-kUxv34\" target=\"_blank\" rel=\"noopener\"><img src=\'https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1-150x150.jpg\' /></a><br /><strong>Author</strong>: onesummerday11 / <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noopener\">Unsplash</a><br /><strong>License</strong>: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noopener\"><img src=\"https://licensebuttons.net/l/zero/1.0/80x15.png\" title=\"Public Domain Dedication\" /></a> </div></div><hr /><p style=\"clear:both\">In addition, this  site was built on a powerful, Inspirations based web builder called <a href=\"http://www.boldgrid.com\" target=\"_blank\" rel=\"noopener\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\" target=\"_blank\" rel=\"noopener\">WordPress</a>, the most popular content management software online today. Web hosting support is provided by <a href=\"https://www.inmotionhosting.com/\">InMotion Hosting</a>.</p>','Attribution','','publish','closed','closed','','attribution','','','2021-06-01 01:16:53','2021-06-01 01:16:53','',0,'https://innocent-angel.org/attribution/',0,'bg_attribution','',0),(258,1,'2021-06-01 01:34:25','2021-06-01 01:34:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #ff6600;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"194\" height=\"129\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #ff6600;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #ff6600;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 01:34:25','2021-06-01 01:34:25','',113,'https://innocent-angel.org/?p=258',0,'revision','',0),(12,1,'2021-05-24 01:32:05','2021-05-24 01:32:05','','IA Logo-2','','inherit','open','closed','','ia-logo-2','','','2021-05-24 01:32:05','2021-05-24 01:32:05','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/IA-Logo-2.jpg',0,'attachment','image/jpeg',0),(409,1,'2021-06-05 02:40:46','2021-06-05 02:40:46','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"426\" height=\"284\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:40:46','2021-06-05 02:40:46','',160,'https://innocent-angel.org/?p=409',0,'revision','',0),(407,1,'2021-06-05 02:35:02','2021-06-05 02:35:02','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"432\" height=\"288\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"439\" height=\"329\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:35:02','2021-06-05 02:35:02','',160,'https://innocent-angel.org/?p=407',0,'revision','',0),(405,1,'2021-06-05 02:33:06','2021-06-05 02:33:06','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"440\" height=\"293\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"440\" height=\"330\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:33:06','2021-06-05 02:33:06','',160,'https://innocent-angel.org/?p=405',0,'revision','',0),(403,1,'2021-06-05 02:17:36','2021-06-05 02:17:36','','Fruits & Vegetables-4 - Copy','','inherit','open','closed','','fruits-vegetables-4-copy','','','2021-06-05 02:17:36','2021-06-05 02:17:36','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy.jpg',0,'attachment','image/jpeg',0),(23,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','','Contact Form','','publish','closed','closed','','contact-form','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',0,'https://innocent-angel.org/?p=23',0,'wpuf_contact_form','',0),(24,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:20:{s:8:\"template\";s:10:\"name_field\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:4:\"Name\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:6:\"inline\";s:3:\"yes\";s:9:\"hide_subs\";b:0;}','','','publish','closed','closed','','24','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',23,'https://innocent-angel.org/?p=24',0,'wpuf_input','',0),(25,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:15:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";}','','','publish','closed','closed','','25','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',23,'https://innocent-angel.org/?p=25',1,'wpuf_input','',0),(26,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:18:{s:8:\"template\";s:14:\"textarea_field\";s:4:\"name\";s:7:\"message\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:16:\"word_restriction\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:4:\"rich\";s:2:\"no\";}','','','publish','closed','closed','','26','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',23,'https://innocent-angel.org/?p=26',2,'wpuf_input','',0),(27,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','{\"id\":27,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 1\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 1 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 1','','publish','closed','closed','','boldgrid-form-1','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=27',0,'wpuf_contact_form','',0),(28,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','28','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',27,'https://innocent-angel.org/?p=28',0,'wpuf_input','',0),(29,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','29','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',27,'https://innocent-angel.org/?p=29',1,'wpuf_input','',0),(30,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:10:\"textarea_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','30','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',27,'https://innocent-angel.org/?p=30',2,'wpuf_input','',0),(31,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','{\"id\":31,\"field_id\":14,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 2\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 2 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 2','','publish','closed','closed','','boldgrid-form-2','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=31',0,'wpuf_contact_form','',0),(32,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_1\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','32','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=32',0,'wpuf_input','',0),(33,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','33','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=33',1,'wpuf_input','',0),(34,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','34','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=34',2,'wpuf_input','',0),(35,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','35','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=35',3,'wpuf_input','',0),(36,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','36','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=36',4,'wpuf_input','',0),(37,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"City\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','37','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=37',5,'wpuf_input','',0),(38,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','38','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=38',6,'wpuf_input','',0),(39,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','39','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=39',7,'wpuf_input','',0),(40,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','40','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=40',8,'wpuf_input','',0),(41,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_12\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','41','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=41',9,'wpuf_input','',0),(42,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:11:\"textarea_13\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','42','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',31,'https://innocent-angel.org/?p=42',10,'wpuf_input','',0),(43,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','{\"id\":43,\"field_id\":17,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Alternate Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"radio\",\"label\":\"When is the best time to contact you?\",\"choices\":{\"1\":{\"label\":\"Morning\",\"value\":\"Morning\"},\"2\":{\"label\":\"Afternoon\",\"value\":\"Afternoon\"},\"3\":{\"label\":\"Evening\",\"value\":\"Evening\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"radio\",\"label\":\"What is the best way to contact you?\",\"choices\":{\"1\":{\"label\":\"Phone\",\"value\":\"Phone\"},\"2\":{\"label\":\"Email\",\"value\":\"Email\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 3\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 3 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 3','','publish','closed','closed','','boldgrid-form-3','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=43',0,'wpuf_contact_form','',0),(44,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_1\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','44','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=44',0,'wpuf_input','',0),(45,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','45','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=45',1,'wpuf_input','',0),(46,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','46','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=46',2,'wpuf_input','',0),(47,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','47','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=47',3,'wpuf_input','',0),(48,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','48','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=48',4,'wpuf_input','',0),(49,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"City\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','49','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=49',5,'wpuf_input','',0),(50,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','50','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=50',6,'wpuf_input','',0),(51,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','51','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=51',7,'wpuf_input','',0),(52,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','52','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=52',8,'wpuf_input','',0),(53,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_12\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','53','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=53',9,'wpuf_input','',0),(54,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:15:\"Alternate Phone\";s:4:\"name\";s:7:\"text_14\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','54','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=54',10,'wpuf_input','',0),(55,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:37:\"When is the best time to contact you?\";s:4:\"name\";s:8:\"radio_15\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:3:{s:7:\"Morning\";s:7:\"Morning\";s:9:\"Afternoon\";s:9:\"Afternoon\";s:7:\"Evening\";s:7:\"Evening\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','55','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=55',11,'wpuf_input','',0),(56,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:36:\"What is the best way to contact you?\";s:4:\"name\";s:8:\"radio_16\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:2:{s:5:\"Phone\";s:5:\"Phone\";s:5:\"Email\";s:5:\"Email\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','56','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=56',12,'wpuf_input','',0),(57,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:11:\"textarea_13\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','57','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',43,'https://innocent-angel.org/?p=57',13,'wpuf_input','',0),(58,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','{\"id\":58,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State / Province\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (International)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (International) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (International)','','publish','closed','closed','','address-form-international','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=58',0,'wpuf_contact_form','',0),(59,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','59','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=59',0,'wpuf_input','',0),(60,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','60','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=60',1,'wpuf_input','',0),(61,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','61','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=61',2,'wpuf_input','',0),(62,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','62','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=62',3,'wpuf_input','',0),(63,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:16:\"State / Province\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','63','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=63',4,'wpuf_input','',0),(64,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','64','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=64',5,'wpuf_input','',0),(65,1,'2021-05-28 23:10:48','2021-05-28 23:10:48','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','65','','','2021-05-28 23:10:48','2021-05-28 23:10:48','',58,'https://innocent-angel.org/?p=65',6,'wpuf_input','',0),(66,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":66,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (US)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (US) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (US)','','publish','closed','closed','','address-form-us','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=66',0,'wpuf_contact_form','',0),(67,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','67','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=67',0,'wpuf_input','',0),(68,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','68','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=68',1,'wpuf_input','',0),(69,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','69','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=69',2,'wpuf_input','',0),(70,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','70','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=70',3,'wpuf_input','',0),(71,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','71','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=71',4,'wpuf_input','',0),(72,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','72','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',66,'https://innocent-angel.org/?p=72',5,'wpuf_input','',0),(73,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":73,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Body\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Email Form (Traditional)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Email Form (Traditional) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Email Form (Traditional)','','publish','closed','closed','','email-form-traditional','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=73',0,'wpuf_contact_form','',0),(74,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','74','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',73,'https://innocent-angel.org/?p=74',0,'wpuf_input','',0),(75,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','75','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',73,'https://innocent-angel.org/?p=75',1,'wpuf_input','',0),(76,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','76','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',73,'https://innocent-angel.org/?p=76',2,'wpuf_input','',0),(77,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Body\";s:4:\"name\";s:10:\"textarea_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','77','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',73,'https://innocent-angel.org/?p=77',3,'wpuf_input','',0),(78,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":78,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"number\",\"label\":\"Group Size\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form (Group Support)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form (Group Support) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form (Group Support)','','publish','closed','closed','','event-registration-form-group-support','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=78',0,'wpuf_contact_form','',0),(79,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','79','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',78,'https://innocent-angel.org/?p=79',0,'wpuf_input','',0),(80,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','80','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',78,'https://innocent-angel.org/?p=80',1,'wpuf_input','',0),(81,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:20:\"Special Instructions\";s:4:\"name\";s:10:\"textarea_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','81','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',78,'https://innocent-angel.org/?p=81',2,'wpuf_input','',0),(82,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":82,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form','','publish','closed','closed','','event-registration-form','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=82',0,'wpuf_contact_form','',0),(83,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','83','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',82,'https://innocent-angel.org/?p=83',0,'wpuf_input','',0),(84,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','84','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',82,'https://innocent-angel.org/?p=84',1,'wpuf_input','',0),(85,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:20:\"Special Instructions\";s:4:\"name\";s:10:\"textarea_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','85','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',82,'https://innocent-angel.org/?p=85',2,'wpuf_input','',0),(86,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":86,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Information Request Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Information Request Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Information Request Form','','publish','closed','closed','','information-request-form','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=86',0,'wpuf_contact_form','',0),(87,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','87','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',86,'https://innocent-angel.org/?p=87',0,'wpuf_input','',0),(88,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:6:\"text_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','88','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',86,'https://innocent-angel.org/?p=88',1,'wpuf_input','',0),(89,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','89','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',86,'https://innocent-angel.org/?p=89',2,'wpuf_input','',0),(90,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','90','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',86,'https://innocent-angel.org/?p=90',3,'wpuf_input','',0),(91,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":91,\"field_id\":17,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Company Name\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Shipping Information Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Shipping Information Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Shipping Information Form','','publish','closed','closed','','shipping-information-form','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=91',0,'wpuf_contact_form','',0),(92,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','92','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=92',0,'wpuf_input','',0),(93,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:12:\"Company Name\";s:4:\"name\";s:7:\"text_14\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','93','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=93',1,'wpuf_input','',0),(94,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','94','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=94',2,'wpuf_input','',0),(95,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','95','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=95',3,'wpuf_input','',0),(96,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','96','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=96',4,'wpuf_input','',0),(97,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','97','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=97',5,'wpuf_input','',0),(98,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','98','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=98',6,'wpuf_input','',0),(99,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_15\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','99','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=99',7,'wpuf_input','',0),(100,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_16\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','100','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',91,'https://innocent-angel.org/?p=100',8,'wpuf_input','',0),(101,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":101,\"field_id\":3,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Sign Up Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Sign Up\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Sign Up Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Sign Up Form','','publish','closed','closed','','sign-up-form','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=101',0,'wpuf_contact_form','',0),(102,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','102','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',101,'https://innocent-angel.org/?p=102',0,'wpuf_input','',0),(103,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','103','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',101,'https://innocent-angel.org/?p=103',1,'wpuf_input','',0),(104,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','{\"id\":104,\"field_id\":9,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"On a scale of 1 to 5, how would you rate your experience with our product / service?\",\"choices\":{\"1\":{\"label\":\"1 (poor)\",\"value\":\"1\"},\"2\":{\"label\":\"2 (mediocre)\",\"value\":\"2\"},\"3\":{\"label\":\"3 (average)\",\"value\":\"3\"},\"4\":{\"label\":\"4 (fair)\",\"value\":\"4\"},\"5\":{\"label\":\"5 (excellent)\",\"value\":\"5\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"radio\",\"label\":\"How likely are you to recommend our product / service to people you know?\",\"choices\":{\"1\":{\"label\":\"Likely\",\"value\":\"Likely\"},\"2\":{\"label\":\"Somewhat Likely\",\"value\":\"Somewhat Likely\"},\"3\":{\"label\":\"Somewhat Unlikely\",\"value\":\"Somewhat Unlikely\"},\"4\":{\"label\":\"Unlikely\",\"value\":\"Unlikely\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"radio\",\"label\":\"Would you use our product / service in the future?\",\"choices\":{\"1\":{\"label\":\"Yes\",\"value\":\"Yes\"},\"2\":{\"label\":\"No\",\"value\":\"No\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"select\",\"label\":\"How long have you used our product / service?\",\"choices\":{\"1\":{\"label\":\"Select...\",\"value\":\"\"},\"6\":{\"label\":\"Less than a month\",\"value\":\"Less than a month\"},\"2\":{\"label\":\"1 Month - 11 Months\",\"value\":\"1 Month - 11 Months\"},\"3\":{\"label\":\"1 Year - 2 Years\",\"value\":\"1 Year - 2 Years\"},\"5\":{\"label\":\"3 Years - 5 Years\",\"value\":\"3 Years - 5 Years\"},\"4\":{\"label\":\"Over 5 Years\",\"value\":\"Over 5 Years\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please tell us what you liked or disliked about our product / service\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Additional Comments\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Customer Feedback Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Customer Feedback Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Customer Feedback Form','','publish','closed','closed','','customer-feedback-form','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',0,'https://innocent-angel.org/?post_type=wpuf_contact_form&#038;p=104',0,'wpuf_contact_form','',0),(105,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','105','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=105',0,'wpuf_input','',0),(106,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','106','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=106',1,'wpuf_input','',0),(107,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:84:\"On a scale of 1 to 5, how would you rate your experience with our product / service?\";s:4:\"name\";s:7:\"radio_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:5:{s:8:\"1 (poor)\";s:8:\"1 (poor)\";s:12:\"2 (mediocre)\";s:12:\"2 (mediocre)\";s:11:\"3 (average)\";s:11:\"3 (average)\";s:8:\"4 (fair)\";s:8:\"4 (fair)\";s:13:\"5 (excellent)\";s:13:\"5 (excellent)\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','107','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=107',2,'wpuf_input','',0),(108,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:73:\"How likely are you to recommend our product / service to people you know?\";s:4:\"name\";s:7:\"radio_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:4:{s:6:\"Likely\";s:6:\"Likely\";s:15:\"Somewhat Likely\";s:15:\"Somewhat Likely\";s:17:\"Somewhat Unlikely\";s:17:\"Somewhat Unlikely\";s:8:\"Unlikely\";s:8:\"Unlikely\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','108','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=108',3,'wpuf_input','',0),(109,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:50:\"Would you use our product / service in the future?\";s:4:\"name\";s:7:\"radio_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:2:{s:3:\"Yes\";s:3:\"Yes\";s:2:\"No\";s:2:\"No\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','109','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=109',4,'wpuf_input','',0),(110,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:45:\"How long have you used our product / service?\";s:4:\"name\";s:8:\"select_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:6:{s:9:\"Select...\";s:9:\"Select...\";s:17:\"Less than a month\";s:17:\"Less than a month\";s:19:\"1 Month - 11 Months\";s:19:\"1 Month - 11 Months\";s:16:\"1 Year - 2 Years\";s:16:\"1 Year - 2 Years\";s:17:\"3 Years - 5 Years\";s:17:\"3 Years - 5 Years\";s:12:\"Over 5 Years\";s:12:\"Over 5 Years\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','110','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=110',5,'wpuf_input','',0),(111,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:69:\"Please tell us what you liked or disliked about our product / service\";s:4:\"name\";s:10:\"textarea_7\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','111','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=111',6,'wpuf_input','',0),(112,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:19:\"Additional Comments\";s:4:\"name\";s:10:\"textarea_8\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','112','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',104,'https://innocent-angel.org/?p=112',7,'wpuf_input','',0),(113,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"353\" height=\"237\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','publish','closed','closed','','home','','','2021-06-12 02:29:17','2021-06-12 02:29:17','',0,'https://innocent-angel.org/home/',0,'page','',0),(209,1,'2021-05-29 22:15:55','2021-05-29 22:15:55','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"208\"]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-130\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\" width=\"365\" height=\"365\" data-imhwpb-asset-id=\"9783\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-131\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9784\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-132\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9785\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-133\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9786\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">Through Our Fashions, We Give Others Life!</h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Testimonials</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Edna</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really loved.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Patricia</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in style.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Sarah</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-29 22:15:55','2021-05-29 22:15:55','',113,'https://innocent-angel.org/?p=209',0,'revision','',0),(114,1,'2021-06-04 01:12:18','2021-05-28 23:10:49',' ','','','publish','closed','closed','','114','','','2021-06-04 01:12:18','2021-06-04 01:12:18','',0,'https://innocent-angel.org/114/',1,'nav_menu_item','',0),(115,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children, and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to the Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to building a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Our mission is to help the needy!&nbsp; So, let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness, or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections, a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/contact-us/\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','publish','closed','closed','','about-us-2','','','2021-06-11 21:17:27','2021-06-11 21:17:27','',0,'https://innocent-angel.org/about-us-2/',0,'page','',0),(116,1,'2021-06-07 02:32:05','2021-05-28 23:10:49',' ','','','publish','closed','closed','','116','','','2021-06-07 02:32:05','2021-06-07 02:32:05','',0,'https://innocent-angel.org/116/',2,'nav_menu_item','',0),(117,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"http://info@innocent-angel.org\">CONTACT US</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n<p class=\"\">[weforms id=\"73\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','publish','closed','closed','','contact-us','','','2021-06-12 02:03:38','2021-06-12 02:03:38','',0,'https://innocent-angel.org/contact-us/',0,'page','',0),(118,1,'2021-06-07 01:55:11','2021-05-28 23:10:49',' ','','','publish','closed','closed','','118','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/118/',13,'nav_menu_item','',0),(119,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://innocent-angel.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',2,'https://innocent-angel.org/?p=119',0,'revision','',0),(120,1,'2021-05-28 23:10:49','2021-05-28 23:10:49','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2021-05-28 23:10:49','2021-05-28 23:10:49','',1,'https://innocent-angel.org/?p=120',0,'revision','',0),(121,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','fashion','','inherit','open','closed','','fashion','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg',0,'attachment','image/jpeg',0),(122,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','ian-dooley-TT-ROxWj9nA-unsplash','','inherit','open','closed','','ian-dooley-tt-roxwj9na-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg',0,'attachment','image/jpeg',0),(123,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','noah-huskey-nQlS-WDll3g-unsplash','','inherit','open','closed','','noah-huskey-nqls-wdll3g-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg',0,'attachment','image/jpeg',0),(124,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','atikh-bana-_KaMTEmJnxY-unsplash','','inherit','open','closed','','atikh-bana-_kamtemjnxy-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg',0,'attachment','image/jpeg',0),(125,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','ivana-cajina-_7LbC5J-jw4-unsplash','','inherit','open','closed','','ivana-cajina-_7lbc5j-jw4-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg',0,'attachment','image/jpeg',0),(126,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','tabitha-turner-pmPKCOIqZO4-unsplash','','inherit','open','closed','','tabitha-turner-pmpkcoiqzo4-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg',0,'attachment','image/jpeg',0),(127,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','brian-wangenheim-zV_T_R4ReM0-unsplash','','inherit','open','closed','','brian-wangenheim-zv_t_r4rem0-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg',0,'attachment','image/jpeg',0),(128,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','carolina-de-la-torre-vDia2PAbwTM-unsplash','','inherit','open','closed','','carolina-de-la-torre-vdia2pabwtm-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg',0,'attachment','image/jpeg',0),(129,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','anthony-fomin-Hr6dzqNLzhw-unsplash','','inherit','open','closed','','anthony-fomin-hr6dzqnlzhw-unsplash','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg',0,'attachment','image/jpeg',0),(130,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','130','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg',0,'attachment','image/jpeg',0),(131,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','131','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg',0,'attachment','image/jpeg',0),(132,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','132','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg',0,'attachment','image/jpeg',0),(133,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','133','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg',0,'attachment','image/jpeg',0),(134,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','coiWR0gT8Cw','','inherit','open','closed','','coiwr0gt8cw','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg',0,'attachment','image/jpeg',0),(135,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','135','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/94330ed1-ec1980c3-martinan110300005.jpg',0,'attachment','image/jpeg',0),(136,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','136','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/06fa7ba9-f8aa64c-omegas110600041.jpg',0,'attachment','image/jpeg',0),(137,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','137','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/fd26b145-ee6d0105-petro130600008.jpg',0,'attachment','image/jpeg',0),(138,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','138','','','2021-06-01 03:25:27','2021-06-01 03:25:27','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg',0,'attachment','image/jpeg',0),(139,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','139','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg',0,'attachment','image/jpeg',0),(140,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','140','','','2021-05-28 23:10:54','2021-05-28 23:10:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg',0,'attachment','image/jpeg',0),(141,1,'2021-05-28 23:10:54','2021-05-28 23:10:54','','','','inherit','open','closed','','141','','','2021-06-01 04:49:29','2021-06-01 04:49:29','',117,'https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg',0,'attachment','image/jpeg',0),(156,1,'2021-05-29 00:22:29','2021-05-29 00:22:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"alignnone wp-image-155\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/b499d50a-efa36267-gustavofrazao161002284.jpg\" width=\"811\" height=\"591\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-130\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\" width=\"365\" height=\"365\" data-imhwpb-asset-id=\"9783\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-131\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9784\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-132\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9785\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-133\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\" width=\"400\" height=\"400\" data-imhwpb-asset-id=\"9786\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">Through Our Fashions, We Give Others Life!</h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Testimonials</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Edna</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really loved.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Patricia</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in style.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Sarah</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-29 00:22:29','2021-05-29 00:22:29','',113,'https://innocent-angel.org/?p=156',0,'revision','',0),(142,1,'2021-05-28 23:10:55','2021-05-28 23:10:55','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"aligncenter size-full wp-image-121\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/fashion-imhwpb-ftekb1b7vmo5hp9.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178737\" width=\"1100\" height=\"489\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-122\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ian-dooley-TT-ROxWj9nA-unsplash-imhwpb-sglco5bhe3qxbwu.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178738\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-123\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/noah-huskey-nQlS-WDll3g-unsplash-imhwpb-pjn2yukvabux9ca.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178739\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-124\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/atikh-bana-_KaMTEmJnxY-unsplash-imhwpb-9blf3m5cmiyjnkb.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178740\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-125\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ivana-cajina-_7LbC5J-jw4-unsplash-imhwpb-p546yzov6iwmmgo.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178741\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-126\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/tabitha-turner-pmPKCOIqZO4-unsplash-imhwpb-ryjdvb7lhfkhodd.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178742\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-127\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/brian-wangenheim-zV_T_R4ReM0-unsplash-imhwpb-qu35ywq5b82h9e8.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178743\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-128\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/carolina-de-la-torre-vDia2PAbwTM-unsplash-imhwpb-m1ho4f1pfh37iyz.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178744\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"><img class=\"bg-img alignnone size-full wp-image-129\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/anthony-fomin-Hr6dzqNLzhw-unsplash-1-imhwpb-42a7ducmb423hqe.jpg\" alt=\"\" data-imhwpb-asset-id=\"1178745\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-130\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/flower-child-336658_1280-imhwpb-gcc27es3oy4qolw.jpg\" data-imhwpb-asset-id=\"9783\" width=\"365\" height=\"365\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-131\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/glasses-516374_1280-imhwpb-tpnxemw5zf3l1bd.jpg\" data-imhwpb-asset-id=\"9784\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-132\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/girl-247302_1280-imhwpb-vmeb8f8ubjj9yuc.jpg\" data-imhwpb-asset-id=\"9785\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-133\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/woman-422706_1280-imhwpb-gbdd1v883rxw4be.jpg\" data-imhwpb-asset-id=\"9786\" width=\"400\" height=\"400\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">About Us</h2>\r\n<p class=\"\">Come on in and see what we&rsquo;ve got for you! Our fashions range from the traditional to the ultra-modern, so there&rsquo;s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Testimonials</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Edna</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;I was looking for something to wear to a dinner party, and just couldn&rsquo;t find the right look. Your fashion consultant helped me choose something I really loved.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Patricia</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;No matter what I&rsquo;m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in style.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Sarah</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">&ldquo;I enjoy fashion-forward choices sometimes. It&rsquo;s great to have a store where I can get both at one time, so I don&rsquo;t have to travel around town.&rdquo;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\n\n','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-28 23:10:55','2021-05-28 23:10:55','',113,'https://innocent-angel.org/?p=142',0,'revision','',0),(143,1,'2021-05-28 23:10:55','2021-05-28 23:10:55','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1>Four Pillars of Fitness</h1>\r\n<h4>A Well-rounded Program for Well-rounded Results</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developing these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-134\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\" height=\"600\" width=\"600\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/94330ed1-ec1980c3-martinan110300005-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-135\"></p>\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/06fa7ba9-f8aa64c-omegas110600041-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-136\"></p>\r\n<p class=\"mod-img\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/fd26b145-ee6d0105-petro130600008-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-137\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-138\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" data-imhwpb-asset-id=\"780386\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-139\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" data-imhwpb-asset-id=\"780387\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-140\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" data-imhwpb-asset-id=\"780388\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\n\n','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-05-28 23:10:55','2021-05-28 23:10:55','',115,'https://innocent-angel.org/?p=143',0,'revision','',0),(144,1,'2021-05-28 23:10:55','2021-05-28 23:10:55','\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-141\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n\n\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>877-356-1056</p>\n\n\n\n\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[weforms id=\"73\"]\n\n</div>\n</div>\n</div>\n</div>\n\n','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-05-28 23:10:55','2021-05-28 23:10:55','',117,'https://innocent-angel.org/?p=144',0,'revision','',0),(256,1,'2021-06-01 01:28:57','2021-06-01 01:28:57','','Volunteers Needed','','inherit','open','closed','','volunteers-needed','','','2021-06-01 01:28:57','2021-06-01 01:28:57','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed.jpg',0,'attachment','image/jpeg',0),(456,1,'2021-06-07 00:43:04','2021-06-07 00:43:04','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to build a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-07 00:43:04','2021-06-07 00:43:04','',115,'https://innocent-angel.org/?p=456',0,'revision','',0),(455,1,'2021-06-07 00:33:36','2021-06-07 00:33:36','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to build a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-07 00:33:36','2021-06-07 00:33:36','',115,'https://innocent-angel.org/?p=455',0,'revision','',0),(150,1,'2021-05-28 23:42:17','2021-05-28 23:42:17','','IA Logo-6','','inherit','open','closed','','ia-logo-6','','','2021-05-29 01:38:18','2021-05-29 01:38:18','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/IA-Logo-6.jpg',0,'attachment','image/jpeg',0),(151,1,'2021-05-28 23:47:25','0000-00-00 00:00:00','','Block Preview Page','','draft','closed','closed','','','','','2021-05-28 23:47:25','0000-00-00 00:00:00','',0,'https://innocent-angel.org/?page_id=151',0,'page','',0),(152,1,'2021-05-28 23:57:12','2021-05-28 23:57:12','','','','inherit','open','closed','','152','','','2021-06-05 03:49:41','2021-06-05 03:49:41','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg',0,'attachment','image/jpeg',0),(193,1,'2021-05-29 03:15:07','2021-05-29 03:15:07','','','','inherit','open','closed','','193','','','2021-06-02 02:06:45','2021-06-02 02:06:45','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/319c0400-32bdb7e6-gguy140400012.jpg',0,'attachment','image/jpeg',0),(194,1,'2021-05-29 03:24:40','2021-05-29 03:24:40','','','','inherit','open','closed','','194','','','2021-06-06 05:44:40','2021-06-06 05:44:40','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg',0,'attachment','image/jpeg',0),(195,1,'2021-05-29 03:27:11','2021-05-29 03:27:11','','','','inherit','open','closed','','195','','','2021-06-01 00:29:02','2021-06-01 00:29:02','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg',0,'attachment','image/jpeg',0),(196,1,'2021-05-29 19:32:17','2021-05-29 19:32:17','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b','','','2021-05-29 19:32:17','2021-05-29 19:32:17','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops2f2e9146ce0087da2a749eb03d5f702b.jpg',0,'attachment','image/jpeg',0),(197,1,'2021-05-29 19:32:17','2021-05-29 19:32:17','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b','','','2021-05-29 19:32:17','2021-05-29 19:32:17','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h300fitcrops48890f9b7b1fef8d69ce67e66b0e902b.jpg',0,'attachment','image/jpeg',0),(200,1,'2021-05-29 20:47:22','2021-05-29 20:47:22','','','','inherit','open','closed','','200','','','2021-06-05 03:40:11','2021-06-05 03:40:11','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg',0,'attachment','image/jpeg',0),(199,1,'2021-05-29 20:17:21','2021-05-29 20:17:21','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>&nbsp; &nbsp; Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<h2 style=\"color: #ffffff;\">&nbsp;</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\"></div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 20:17:21','2021-05-29 20:17:21','',158,'https://innocent-angel.org/?p=199',0,'revision','',0),(154,1,'2021-05-29 00:07:42','2021-05-29 00:07:42','','','','inherit','open','closed','','154','','','2021-05-29 00:07:42','2021-05-29 00:07:42','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/eeeeb7f3-a63fc0e5-dizanna150600652.jpg',0,'attachment','image/jpeg',0),(155,1,'2021-05-29 00:21:53','2021-05-29 00:21:53','','','','inherit','open','closed','','155','','','2021-05-29 00:21:53','2021-05-29 00:21:53','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/b499d50a-efa36267-gustavofrazao161002284.jpg',0,'attachment','image/jpeg',0),(190,1,'2021-05-29 02:56:04','2021-05-29 02:56:04','','','','inherit','open','closed','','190','','','2021-05-29 02:56:04','2021-05-29 02:56:04','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/b5114c00-345219da-ileezhun180900130.jpg',0,'attachment','image/jpeg',0),(191,1,'2021-05-29 02:58:03','2021-05-29 02:58:03','','','','inherit','open','closed','','191','','','2021-05-29 02:58:03','2021-05-29 02:58:03','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/64cc636a-3dda3779-deimosz130100226.jpg',0,'attachment','image/jpeg',0),(192,1,'2021-05-29 02:58:31','2021-05-29 02:58:31','','','','inherit','open','closed','','192','','','2021-05-29 02:58:31','2021-05-29 02:58:31','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/e6794e92-784eac9c-urfingus171200170.jpg',0,'attachment','image/jpeg',0),(157,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','{\n    \"crio::nav_menu_locations[sticky-main]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:26:02\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            158,\n            159,\n            160,\n            161\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:28:04\"\n    },\n    \"nav_menu_item[-2750741287485899000]\": {\n        \"value\": {\n            \"object_id\": 158,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Alma Hayes Foundation\",\n            \"url\": \"https://innocent-angel.org/?page_id=158\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Alma Hayes Foundation\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:38:03\"\n    },\n    \"nav_menu_item[-7789026653018847000]\": {\n        \"value\": {\n            \"object_id\": 159,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Innocent Angel Fashions\",\n            \"url\": \"https://innocent-angel.org/?page_id=159\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Innocent Angel Fashions\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:38:03\"\n    },\n    \"nav_menu_item[-4066243471437101000]\": {\n        \"value\": {\n            \"object_id\": 160,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"Community Outreach\",\n            \"url\": \"https://innocent-angel.org/?page_id=160\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Community Outreach\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:38:03\"\n    },\n    \"nav_menu_item[-1864637147259494400]\": {\n        \"value\": {\n            \"object_id\": 161,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"More...\",\n            \"url\": \"https://innocent-angel.org/?page_id=161\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"More...\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:38:03\"\n    },\n    \"crio::nav_menu_locations[social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:30:06\"\n    },\n    \"crio::nav_menu_locations[footer-social]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:29:05\"\n    },\n    \"crio::nav_menu_locations[sticky-social]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:29:05\"\n    },\n    \"crio::custom_logo\": {\n        \"value\": 150,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:31:10\"\n    },\n    \"blogname\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:32:10\"\n    },\n    \"crio::bgtfw_site_title_typography\": {\n        \"value\": {\n            \"font-family\": \"Six Caps\",\n            \"font-size\": \"70px\",\n            \"text-transform\": \"uppercase\",\n            \"line-height\": \"1.1\",\n            \"variant\": \"regular\",\n            \"font-backup\": \"\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"normal\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:32:10\"\n    },\n    \"site_icon\": {\n        \"value\": 162,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:34:22\"\n    },\n    \"nav_menu_item[118]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 117,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/contact-us/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 00:38:03\"\n    }\n}','','','trash','closed','closed','','5c4ea9e6-0658-4eea-90ac-202e9ff996a4','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',0,'https://innocent-angel.org/?p=157',0,'customize_changeset','',0),(158,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-512 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png\" alt=\"\" width=\"537\" height=\"401\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','publish','closed','closed','','alma-hayes-foundation','','','2021-06-07 22:10:24','2021-06-07 22:10:24','',0,'https://innocent-angel.org/?page_id=158',0,'page','',0),(159,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs manufacture, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical-based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 40px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','publish','closed','closed','','innocent-angel-fashions','','','2021-06-11 21:34:12','2021-06-11 21:34:12','',0,'https://innocent-angel.org/?page_id=159',0,'page','',0),(160,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"font-weight: 600; font-size: 22px;\" data-font-weight=\"600\"><span style=\"color: #17a398;\"><strong>Believe In Love...</strong></span></p>\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It also starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class, and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach to the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','publish','closed','closed','','community-outreach','','','2021-06-11 21:08:14','2021-06-11 21:08:14','',0,'https://innocent-angel.org/?page_id=160',0,'page','',0),(161,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','','More...','','publish','closed','closed','','more','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',0,'https://innocent-angel.org/?page_id=161',0,'page','',0),(162,1,'2021-05-29 00:33:26','2021-05-29 00:33:26','https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg','cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg','','inherit','open','closed','','cropped-eeeeb7f3-a63fc0e5-dizanna150600652-jpg','','','2021-06-01 00:43:07','2021-06-01 00:43:07','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg',0,'attachment','image/jpeg',0),(163,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',158,'https://innocent-angel.org/?p=163',0,'revision','',0),(164,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',159,'https://innocent-angel.org/?p=164',0,'revision','',0),(165,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',160,'https://innocent-angel.org/?p=165',0,'revision','',0),(166,1,'2021-05-29 00:38:03','2021-05-29 00:38:03','','More...','','inherit','closed','closed','','161-revision-v1','','','2021-05-29 00:38:03','2021-05-29 00:38:03','',161,'https://innocent-angel.org/?p=166',0,'revision','',0),(167,1,'2021-06-07 02:32:05','2021-05-29 00:38:03',' ','','','publish','closed','closed','','167','','','2021-06-07 02:32:05','2021-06-07 02:32:05','',0,'https://innocent-angel.org/167/',4,'nav_menu_item','',0),(168,1,'2021-06-07 01:55:11','2021-05-29 00:38:03',' ','','','publish','closed','closed','','168','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/168/',5,'nav_menu_item','',0),(169,1,'2021-06-07 01:55:11','2021-05-29 00:38:03',' ','','','publish','closed','closed','','169','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/169/',6,'nav_menu_item','',0),(170,1,'2021-06-07 01:55:11','2021-05-29 00:38:03','','More…','','publish','closed','closed','','170','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/170/',11,'nav_menu_item','',0),(171,1,'2021-05-29 00:46:28','2021-05-29 00:46:28','','Alma Hayes-5','','inherit','open','closed','','alma-hayes-5','','','2021-05-29 00:50:03','2021-05-29 00:50:03','',158,'https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5.jpg',0,'attachment','image/jpeg',0),(172,1,'2021-05-29 00:59:10','2021-05-29 00:59:10','Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.\r\n\r\n​\r\n\r\nThe Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that\'s safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!\r\n\r\n​\r\n\r\nSo, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 00:59:10','2021-05-29 00:59:10','',158,'https://innocent-angel.org/?p=172',0,'revision','',0),(173,1,'2021-05-29 01:00:22','2021-05-29 01:00:22','&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-171 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nOur Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.\r\n\r\n​\r\n\r\nThe Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that\'s safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!\r\n\r\n​\r\n\r\nSo, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 01:00:22','2021-05-29 01:00:22','',158,'https://innocent-angel.org/?p=173',0,'revision','',0),(174,1,'2021-05-29 01:03:57','2021-05-29 01:03:57','','','','inherit','open','closed','','174','','','2021-05-29 01:03:57','2021-05-29 01:03:57','',158,'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg',0,'attachment','image/jpeg',0),(175,1,'2021-05-29 01:16:57','2021-05-29 01:16:57','<iframe title=\"City at Night\" width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1ad0fe5f0d83c4490e038e6c19bd9e3f','','','2021-05-29 01:16:57','2021-05-29 01:16:57','',0,'https://innocent-angel.org/1ad0fe5f0d83c4490e038e6c19bd9e3f/',0,'oembed_cache','',0),(176,1,'2021-05-29 01:19:53','2021-05-29 01:19:53','<div class=\"boldgrid-section\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\" style=\"background-image: url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\" wp-image-171 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"257\" height=\"257\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n<p class=\"\" style=\"padding: 2em; margin-right: 100px;\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that\'s safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n\r\n<pre class=\"\" style=\"text-align: center;\"><strong>​</strong>\r\n\r\n<strong>So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</strong></pre>\r\n<p class=\"\">​</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 01:19:53','2021-05-29 01:19:53','',158,'https://innocent-angel.org/?p=176',0,'revision','',0),(427,1,'2021-06-06 05:51:25','2021-06-06 05:51:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"390\" height=\"390\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-06 05:51:25','2021-06-06 05:51:25','',113,'https://innocent-angel.org/?p=427',0,'revision','',0),(435,1,'2021-06-06 06:42:48','2021-06-06 06:42:48','','Elderly','','inherit','open','closed','','elderly','','','2021-06-06 06:42:48','2021-06-06 06:42:48','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Elderly.jpg',0,'attachment','image/jpeg',0),(436,1,'2021-06-06 06:46:27','2021-06-06 06:46:27','','Pancakes','','inherit','open','closed','','pancakes','','','2021-06-06 06:46:27','2021-06-06 06:46:27','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes.jpg',0,'attachment','image/jpeg',0),(437,1,'2021-06-06 06:58:48','2021-06-06 06:58:48','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops87aa0aad12b318a2ce209c2108448a8b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw125h125fitcrops87aa0aad12b318a2ce209c2108448a8b','','','2021-06-06 06:58:48','2021-06-06 06:58:48','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops87aa0aad12b318a2ce209c2108448a8b.jpg',0,'attachment','image/jpeg',0),(438,1,'2021-06-06 06:58:49','2021-06-06 06:58:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropse0fe3080c9c262005807354d4a96aafe','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw125h125fitcropse0fe3080c9c262005807354d4a96aafe','','','2021-06-06 06:58:49','2021-06-06 06:58:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropse0fe3080c9c262005807354d4a96aafe.jpg',0,'attachment','image/jpeg',0),(439,1,'2021-06-06 06:58:49','2021-06-06 06:58:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf76ae80190ae5d5dd15b1b8725c24535','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw125h125fitcropsf76ae80190ae5d5dd15b1b8725c24535','','','2021-06-06 06:58:49','2021-06-06 06:58:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf76ae80190ae5d5dd15b1b8725c24535.jpg',0,'attachment','image/jpeg',0),(440,1,'2021-06-06 07:07:09','2021-06-06 07:07:09','','Fruits & Vegetables-10 - Copy','','inherit','open','closed','','fruits-vegetables-10-copy','','','2021-06-06 07:07:09','2021-06-06 07:07:09','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy.jpg',0,'attachment','image/jpeg',0),(441,1,'2021-06-06 07:23:12','2021-06-06 07:23:12','','Hotdogs','','inherit','open','closed','','hotdogs','','','2021-06-06 07:23:12','2021-06-06 07:23:12','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs.jpg',0,'attachment','image/jpeg',0),(442,1,'2021-06-06 07:53:09','2021-06-06 07:53:09','','Party','','inherit','open','closed','','party','','','2021-06-06 07:53:09','2021-06-06 07:53:09','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Party.jpg',0,'attachment','image/jpeg',0),(443,1,'2021-06-06 07:59:10','2021-06-06 07:59:10','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">11:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Feeding The Hungry</p>\r\n<p class=\"\">Free food will be given to the hungry once a week when it is available.&nbsp; The times and dates will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square alignnone wp-image-434 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Bags of Food</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">9:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Checking On The Elderly</p>\r\n<p class=\"\">Volunteers will visit the elderly in the neighborhood making sure they are okay and to see if they need anything.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Helping The Elderly</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">10:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Pancake Breakfast</p>\r\n<p class=\"\">We will have pancake breakfasts to help bring the neighborhood together. The dates and times will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-436 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Delicious Pancakes</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Watermelon Wednesday</span></p>\r\n<p class=\"\">On those hot Wednesday, we will serve the neighborhood cold sweet watermelon when it is available</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-440 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Sweet Watermelon</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Hotdogs Day</span></p>\r\n<p class=\"\">We will provide hotdogs for the neighborhood when it\'s available.&nbsp; The date and time will be post here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-441 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Hotdogs For all</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">5:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Block Party</span></p>\r\n<p class=\"\">Let\'s block off the streets and listen to some Marvin Gaye and Stevie Wonder and have a cold ice tea.&nbsp; There will be absolutely no alcohol.&nbsp; It a time to catch up with your neighbors and enjoy each other.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-442 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/797_149_1039_1558_Party-scaled.jpg\" alt=\"\" width=\"1039\" height=\"1558\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Just Having Fun</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-06 07:59:10','2021-06-06 07:59:10','',339,'https://innocent-angel.org/?p=443',0,'revision','',0),(430,1,'2021-06-06 05:57:17','2021-06-06 05:57:17','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"426\" height=\"284\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">RL</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 05:57:17','2021-06-06 05:57:17','',160,'https://innocent-angel.org/?p=430',0,'revision','',0),(431,1,'2021-06-06 05:58:34','2021-06-06 05:58:34','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"426\" height=\"284\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 05:58:34','2021-06-06 05:58:34','',160,'https://innocent-angel.org/?p=431',0,'revision','',0),(433,1,'2021-06-06 05:59:58','2021-06-06 05:59:58','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 05:59:58','2021-06-06 05:59:58','',160,'https://innocent-angel.org/?p=433',0,'revision','',0),(434,1,'2021-06-06 06:12:53','2021-06-06 06:12:53','','Vegetables-12','','inherit','open','closed','','vegetables-12','','','2021-06-06 06:12:53','2021-06-06 06:12:53','',339,'https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12.jpg',0,'attachment','image/jpeg',0),(447,1,'2021-06-06 08:18:39','2021-06-06 08:18:39','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">11:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Feeding The Hungry</p>\r\n<p class=\"\">Free food will be given to the hungry once a week when it is available.&nbsp; The times and dates will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square alignnone wp-image-434 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Free Bags of Food</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">9:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Checking On The Elderly</p>\r\n<p class=\"\">Volunteers will visit the elderly in the neighborhood making sure they are okay and to see if they need anything.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Helping The Elderly</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">10:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Pancake Breakfast</p>\r\n<p class=\"\">We will have pancake breakfasts to help bring the neighborhood together. The dates and times will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-436 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Delicious Pancakes</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Watermelon Wednesday</span></p>\r\n<p class=\"\">On those hot Wednesday, we will serve the neighborhood cold sweet watermelon when it is available</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-440 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Sweet Watermelon</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Hotdogs Day</span></p>\r\n<p class=\"\">We will provide hotdogs for the neighborhood when it\'s available.&nbsp; The date and time will be post here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-441 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Hotdogs For all</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">5:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Block Party</span></p>\r\n<p class=\"\">Let\'s block off the streets and listen to some Marvin Gaye and Stevie Wonder and have a cold ice tea.&nbsp; There will be absolutely no alcohol.&nbsp; It a time to catch up with your neighbors and enjoy each other.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-442 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/797_149_1039_1558_Party-scaled.jpg\" alt=\"\" width=\"1039\" height=\"1558\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Just Having Fun</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-06 08:18:39','2021-06-06 08:18:39','',339,'https://innocent-angel.org/?p=447',0,'revision','',0),(500,1,'2021-06-07 04:24:58','2021-06-07 04:24:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-07 04:24:58','2021-06-07 04:24:58','',113,'https://innocent-angel.org/?p=500',0,'revision','',0),(446,1,'2021-06-06 08:12:17','2021-06-06 08:12:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-06 08:12:17','2021-06-06 08:12:17','',113,'https://innocent-angel.org/?p=446',0,'revision','',0),(448,1,'2021-06-06 22:52:01','2021-06-06 22:52:01','','SLEEPING_ANGEL_PRINT (2)','','inherit','open','closed','','sleeping_angel_print-2','','','2021-06-06 22:52:01','2021-06-06 22:52:01','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/SLEEPING_ANGEL_PRINT-2.jpg',0,'attachment','image/jpeg',0),(449,1,'2021-06-06 22:52:28','2021-06-06 22:52:28','{\n    \"site_icon\": {\n        \"value\": 448,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-06 22:52:28\"\n    }\n}','','','trash','closed','closed','','6f2931e7-414e-496c-9b7c-457d6d663aa9','','','2021-06-06 22:52:28','2021-06-06 22:52:28','',0,'https://innocent-angel.org/6f2931e7-414e-496c-9b7c-457d6d663aa9/',0,'customize_changeset','',0),(450,1,'2021-06-06 22:57:27','2021-06-06 22:57:27','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">11:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Feeding The Hungry</p>\r\n<p class=\"\">Free food will be given to the hungry once a week when it is available.&nbsp; The times and dates will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square alignnone wp-image-434 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Free Bags of Food</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">9:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Checking On The Elderly</p>\r\n<p class=\"\">Volunteers will visit the elderly in the neighborhood making sure they are okay and to see if they need anything.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Helping The Elderly</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">10:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Pancake Breakfast</p>\r\n<p class=\"\">We will have pancake breakfasts to help bring the neighborhood together. The dates and times will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-436 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Delicious Pancakes</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Watermelon Wednesday</span></p>\r\n<p class=\"\">On those hot Wednesday, we will serve the neighborhood cold sweet watermelon when it is available</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-440 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Sweet Watermelon</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Hotdogs Day</span></p>\r\n<p class=\"\">We will provide hotdogs for the neighborhood when it\'s available.&nbsp; The date and time will be post here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-441 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Hotdogs For all</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">5:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Block Party</span></p>\r\n<p class=\"\">Let\'s block off the streets and listen to some Marvin Gaye and Stevie Wonder and have a cold ice tea.&nbsp; There will be absolutely no alcohol.&nbsp; It is a time to catch up with your neighbors and enjoy each other.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-442 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/797_149_1039_1558_Party-scaled.jpg\" alt=\"\" width=\"1039\" height=\"1558\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Just Having Fun</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-06 22:57:27','2021-06-06 22:57:27','',339,'https://innocent-angel.org/?p=450',0,'revision','',0),(462,1,'2021-06-07 00:58:24','2021-06-07 00:58:24','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp; &nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 00:58:24','2021-06-07 00:58:24','',158,'https://innocent-angel.org/?p=462',0,'revision','',0),(464,1,'2021-06-07 00:59:41','2021-06-07 00:59:41','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp; &nbsp; Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 00:59:41','2021-06-07 00:59:41','',158,'https://innocent-angel.org/?p=464',0,'revision','',0),(452,1,'2021-06-06 23:24:29','2021-06-06 23:24:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-06 23:24:29','2021-06-06 23:24:29','',113,'https://innocent-angel.org/?p=452',0,'revision','',0),(453,1,'2021-06-06 23:30:17','2021-06-06 23:30:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-06 23:30:17','2021-06-06 23:30:17','',113,'https://innocent-angel.org/?p=453',0,'revision','',0),(499,1,'2021-06-07 04:23:00','2021-06-07 04:23:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Bu</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-07 04:23:00','2021-06-07 04:23:00','',113,'https://innocent-angel.org/?p=499',0,'revision','',0),(454,1,'2021-06-07 00:13:53','2021-06-07 00:13:53','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-07 00:13:53','2021-06-07 00:13:53','',113,'https://innocent-angel.org/?p=454',0,'revision','',0),(178,1,'2021-05-29 01:41:31','2021-05-29 01:41:31','{\n    \"crio::boldgrid_compiled_css\": {\n        \"value\": \"/* Create single css classes to apply palettes on universal elements. */.color1-background.color-1-link-color a {  color: #17a398; }.color1-background.color-1-link-color a:hover, .color1-background.color-1-link-color a:focus, .color1-background.color-1-link-color a:active, .color1-background.color-1-link-color a.highlighted {  color: #0a4a45; }.color1-background.color-2-link-color a {  color: #33312e; }.color1-background.color-2-link-color a:hover, .color1-background.color-2-link-color a:focus, .color1-background.color-2-link-color a:active, .color1-background.color-2-link-color a.highlighted {  color: black; }.color1-background.color-3-link-color a {  color: #e1ebed; }.color1-background.color-3-link-color a:hover, .color1-background.color-3-link-color a:focus, .color1-background.color-3-link-color a:active, .color1-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color1-background.color-4-link-color a {  color: white; }.color1-background.color-4-link-color a:hover, .color1-background.color-4-link-color a:focus, .color1-background.color-4-link-color a:active, .color1-background.color-4-link-color a.highlighted {  color: #d1edea; }.color1-background.color-5-link-color a {  color: #33312e; }.color1-background.color-5-link-color a:hover, .color1-background.color-5-link-color a:focus, .color1-background.color-5-link-color a:active, .color1-background.color-5-link-color a.highlighted {  color: black; }.color1-background.color-neutral-link-color a {  color: white; }.color1-background.color-neutral-link-color a:hover, .color1-background.color-neutral-link-color a:focus, .color1-background.color-neutral-link-color a:active, .color1-background.color-neutral-link-color a.highlighted {  color: #d1edea; }.color1-background-hover:focus, .color1-background-hover:hover {  background: #17a398 !important; }.color2-background.color-1-link-color a {  color: #17a398; }.color2-background.color-1-link-color a:hover, .color2-background.color-1-link-color a:focus, .color2-background.color-1-link-color a:active, .color2-background.color-1-link-color a.highlighted {  color: #3ce4d6; }.color2-background.color-2-link-color a {  color: #33312e; }.color2-background.color-2-link-color a:hover, .color2-background.color-2-link-color a:focus, .color2-background.color-2-link-color a:active, .color2-background.color-2-link-color a.highlighted {  color: black; }.color2-background.color-3-link-color a {  color: #e1ebed; }.color2-background.color-3-link-color a:hover, .color2-background.color-3-link-color a:focus, .color2-background.color-3-link-color a:active, .color2-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color2-background.color-4-link-color a {  color: white; }.color2-background.color-4-link-color a:hover, .color2-background.color-4-link-color a:focus, .color2-background.color-4-link-color a:active, .color2-background.color-4-link-color a.highlighted {  color: #d6d6d5; }.color2-background.color-5-link-color a {  color: #33312e; }.color2-background.color-5-link-color a:hover, .color2-background.color-5-link-color a:focus, .color2-background.color-5-link-color a:active, .color2-background.color-5-link-color a.highlighted {  color: black; }.color2-background.color-neutral-link-color a {  color: white; }.color2-background.color-neutral-link-color a:hover, .color2-background.color-neutral-link-color a:focus, .color2-background.color-neutral-link-color a:active, .color2-background.color-neutral-link-color a.highlighted {  color: #d6d6d5; }.color2-background-hover:focus, .color2-background-hover:hover {  background: #33312e !important; }.color3-background.color-1-link-color a {  color: #17a398; }.color3-background.color-1-link-color a:hover, .color3-background.color-1-link-color a:focus, .color3-background.color-1-link-color a:active, .color3-background.color-1-link-color a.highlighted {  color: #0a4a45; }.color3-background.color-2-link-color a {  color: #33312e; }.color3-background.color-2-link-color a:hover, .color3-background.color-2-link-color a:focus, .color3-background.color-2-link-color a:active, .color3-background.color-2-link-color a.highlighted {  color: black; }.color3-background.color-3-link-color a {  color: #e1ebed; }.color3-background.color-3-link-color a:hover, .color3-background.color-3-link-color a:focus, .color3-background.color-3-link-color a:active, .color3-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color3-background.color-4-link-color a {  color: white; }.color3-background.color-4-link-color a:hover, .color3-background.color-4-link-color a:focus, .color3-background.color-4-link-color a:active, .color3-background.color-4-link-color a.highlighted {  color: #b1cbd0; }.color3-background.color-5-link-color a {  color: #33312e; }.color3-background.color-5-link-color a:hover, .color3-background.color-5-link-color a:focus, .color3-background.color-5-link-color a:active, .color3-background.color-5-link-color a.highlighted {  color: black; }.color3-background.color-neutral-link-color a {  color: white; }.color3-background.color-neutral-link-color a:hover, .color3-background.color-neutral-link-color a:focus, .color3-background.color-neutral-link-color a:active, .color3-background.color-neutral-link-color a.highlighted {  color: #b1cbd0; }.color3-background-hover:focus, .color3-background-hover:hover {  background: #e1ebed !important; }.color4-background.color-1-link-color a {  color: #17a398; }.color4-background.color-1-link-color a:hover, .color4-background.color-1-link-color a:focus, .color4-background.color-1-link-color a:active, .color4-background.color-1-link-color a.highlighted {  color: #0a4a45; }.color4-background.color-2-link-color a {  color: #33312e; }.color4-background.color-2-link-color a:hover, .color4-background.color-2-link-color a:focus, .color4-background.color-2-link-color a:active, .color4-background.color-2-link-color a.highlighted {  color: black; }.color4-background.color-3-link-color a {  color: #e1ebed; }.color4-background.color-3-link-color a:hover, .color4-background.color-3-link-color a:focus, .color4-background.color-3-link-color a:active, .color4-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color4-background.color-4-link-color a {  color: white; }.color4-background.color-4-link-color a:hover, .color4-background.color-4-link-color a:focus, .color4-background.color-4-link-color a:active, .color4-background.color-4-link-color a.highlighted {  color: #d9d9d9; }.color4-background.color-5-link-color a {  color: #33312e; }.color4-background.color-5-link-color a:hover, .color4-background.color-5-link-color a:focus, .color4-background.color-5-link-color a:active, .color4-background.color-5-link-color a.highlighted {  color: black; }.color4-background.color-neutral-link-color a {  color: white; }.color4-background.color-neutral-link-color a:hover, .color4-background.color-neutral-link-color a:focus, .color4-background.color-neutral-link-color a:active, .color4-background.color-neutral-link-color a.highlighted {  color: #d9d9d9; }.color4-background-hover:focus, .color4-background-hover:hover {  background: white !important; }.color5-background.color-1-link-color a {  color: #17a398; }.color5-background.color-1-link-color a:hover, .color5-background.color-1-link-color a:focus, .color5-background.color-1-link-color a:active, .color5-background.color-1-link-color a.highlighted {  color: #3ce4d6; }.color5-background.color-2-link-color a {  color: #33312e; }.color5-background.color-2-link-color a:hover, .color5-background.color-2-link-color a:focus, .color5-background.color-2-link-color a:active, .color5-background.color-2-link-color a.highlighted {  color: black; }.color5-background.color-3-link-color a {  color: #e1ebed; }.color5-background.color-3-link-color a:hover, .color5-background.color-3-link-color a:focus, .color5-background.color-3-link-color a:active, .color5-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color5-background.color-4-link-color a {  color: white; }.color5-background.color-4-link-color a:hover, .color5-background.color-4-link-color a:focus, .color5-background.color-4-link-color a:active, .color5-background.color-4-link-color a.highlighted {  color: #d6d6d5; }.color5-background.color-5-link-color a {  color: #33312e; }.color5-background.color-5-link-color a:hover, .color5-background.color-5-link-color a:focus, .color5-background.color-5-link-color a:active, .color5-background.color-5-link-color a.highlighted {  color: black; }.color5-background.color-neutral-link-color a {  color: white; }.color5-background.color-neutral-link-color a:hover, .color5-background.color-neutral-link-color a:focus, .color5-background.color-neutral-link-color a:active, .color5-background.color-neutral-link-color a.highlighted {  color: #d6d6d5; }.color5-background-hover:focus, .color5-background-hover:hover {  background: #33312e !important; }.color-neutral-background.color-1-link-color a {  color: #17a398; }.color-neutral-background.color-1-link-color a:hover, .color-neutral-background.color-1-link-color a:focus, .color-neutral-background.color-1-link-color a:active, .color-neutral-background.color-1-link-color a.highlighted {  color: #0a4a45; }.color-neutral-background.color-2-link-color a {  color: #33312e; }.color-neutral-background.color-2-link-color a:hover, .color-neutral-background.color-2-link-color a:focus, .color-neutral-background.color-2-link-color a:active, .color-neutral-background.color-2-link-color a.highlighted {  color: black; }.color-neutral-background.color-3-link-color a {  color: #e1ebed; }.color-neutral-background.color-3-link-color a:hover, .color-neutral-background.color-3-link-color a:focus, .color-neutral-background.color-3-link-color a:active, .color-neutral-background.color-3-link-color a.highlighted {  color: #a1c1c7; }.color-neutral-background.color-4-link-color a {  color: white; }.color-neutral-background.color-4-link-color a:hover, .color-neutral-background.color-4-link-color a:focus, .color-neutral-background.color-4-link-color a:active, .color-neutral-background.color-4-link-color a.highlighted {  color: #d9d9d9; }.color-neutral-background.color-5-link-color a {  color: #33312e; }.color-neutral-background.color-5-link-color a:hover, .color-neutral-background.color-5-link-color a:focus, .color-neutral-background.color-5-link-color a:active, .color-neutral-background.color-5-link-color a.highlighted {  color: black; }.color-neutral-background.color-neutral-link-color a {  color: white; }.color-neutral-background.color-neutral-link-color a:hover, .color-neutral-background.color-neutral-link-color a:focus, .color-neutral-background.color-neutral-link-color a:active, .color-neutral-background.color-neutral-link-color a.highlighted {  color: #d9d9d9; }.color1-background-color.color-1-link-color a {  color: #17a398; }.color1-background-color.color-1-link-color a:hover, .color1-background-color.color-1-link-color a:focus, .color1-background-color.color-1-link-color a:active, .color1-background-color.color-1-link-color a.highlighted {  color: #0a4a45; }.color1-background-color.color-2-link-color a {  color: #33312e; }.color1-background-color.color-2-link-color a:hover, .color1-background-color.color-2-link-color a:focus, .color1-background-color.color-2-link-color a:active, .color1-background-color.color-2-link-color a.highlighted {  color: black; }.color1-background-color.color-3-link-color a {  color: #e1ebed; }.color1-background-color.color-3-link-color a:hover, .color1-background-color.color-3-link-color a:focus, .color1-background-color.color-3-link-color a:active, .color1-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color1-background-color.color-4-link-color a {  color: white; }.color1-background-color.color-4-link-color a:hover, .color1-background-color.color-4-link-color a:focus, .color1-background-color.color-4-link-color a:active, .color1-background-color.color-4-link-color a.highlighted {  color: #d1edea; }.color1-background-color.color-5-link-color a {  color: #33312e; }.color1-background-color.color-5-link-color a:hover, .color1-background-color.color-5-link-color a:focus, .color1-background-color.color-5-link-color a:active, .color1-background-color.color-5-link-color a.highlighted {  color: black; }.color1-background-color.color-neutral-link-color a {  color: white; }.color1-background-color.color-neutral-link-color a:hover, .color1-background-color.color-neutral-link-color a:focus, .color1-background-color.color-neutral-link-color a:active, .color1-background-color.color-neutral-link-color a.highlighted {  color: #d1edea; }.color1-background-color-hover:focus, .color1-background-color-hover:hover {  background-color: #17a398 !important; }.color2-background-color.color-1-link-color a {  color: #17a398; }.color2-background-color.color-1-link-color a:hover, .color2-background-color.color-1-link-color a:focus, .color2-background-color.color-1-link-color a:active, .color2-background-color.color-1-link-color a.highlighted {  color: #3ce4d6; }.color2-background-color.color-2-link-color a {  color: #33312e; }.color2-background-color.color-2-link-color a:hover, .color2-background-color.color-2-link-color a:focus, .color2-background-color.color-2-link-color a:active, .color2-background-color.color-2-link-color a.highlighted {  color: black; }.color2-background-color.color-3-link-color a {  color: #e1ebed; }.color2-background-color.color-3-link-color a:hover, .color2-background-color.color-3-link-color a:focus, .color2-background-color.color-3-link-color a:active, .color2-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color2-background-color.color-4-link-color a {  color: white; }.color2-background-color.color-4-link-color a:hover, .color2-background-color.color-4-link-color a:focus, .color2-background-color.color-4-link-color a:active, .color2-background-color.color-4-link-color a.highlighted {  color: #d6d6d5; }.color2-background-color.color-5-link-color a {  color: #33312e; }.color2-background-color.color-5-link-color a:hover, .color2-background-color.color-5-link-color a:focus, .color2-background-color.color-5-link-color a:active, .color2-background-color.color-5-link-color a.highlighted {  color: black; }.color2-background-color.color-neutral-link-color a {  color: white; }.color2-background-color.color-neutral-link-color a:hover, .color2-background-color.color-neutral-link-color a:focus, .color2-background-color.color-neutral-link-color a:active, .color2-background-color.color-neutral-link-color a.highlighted {  color: #d6d6d5; }.color2-background-color-hover:focus, .color2-background-color-hover:hover {  background-color: #33312e !important; }.color3-background-color.color-1-link-color a {  color: #17a398; }.color3-background-color.color-1-link-color a:hover, .color3-background-color.color-1-link-color a:focus, .color3-background-color.color-1-link-color a:active, .color3-background-color.color-1-link-color a.highlighted {  color: #0a4a45; }.color3-background-color.color-2-link-color a {  color: #33312e; }.color3-background-color.color-2-link-color a:hover, .color3-background-color.color-2-link-color a:focus, .color3-background-color.color-2-link-color a:active, .color3-background-color.color-2-link-color a.highlighted {  color: black; }.color3-background-color.color-3-link-color a {  color: #e1ebed; }.color3-background-color.color-3-link-color a:hover, .color3-background-color.color-3-link-color a:focus, .color3-background-color.color-3-link-color a:active, .color3-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color3-background-color.color-4-link-color a {  color: white; }.color3-background-color.color-4-link-color a:hover, .color3-background-color.color-4-link-color a:focus, .color3-background-color.color-4-link-color a:active, .color3-background-color.color-4-link-color a.highlighted {  color: #b1cbd0; }.color3-background-color.color-5-link-color a {  color: #33312e; }.color3-background-color.color-5-link-color a:hover, .color3-background-color.color-5-link-color a:focus, .color3-background-color.color-5-link-color a:active, .color3-background-color.color-5-link-color a.highlighted {  color: black; }.color3-background-color.color-neutral-link-color a {  color: white; }.color3-background-color.color-neutral-link-color a:hover, .color3-background-color.color-neutral-link-color a:focus, .color3-background-color.color-neutral-link-color a:active, .color3-background-color.color-neutral-link-color a.highlighted {  color: #b1cbd0; }.color3-background-color-hover:focus, .color3-background-color-hover:hover {  background-color: #e1ebed !important; }.color4-background-color.color-1-link-color a {  color: #17a398; }.color4-background-color.color-1-link-color a:hover, .color4-background-color.color-1-link-color a:focus, .color4-background-color.color-1-link-color a:active, .color4-background-color.color-1-link-color a.highlighted {  color: #0a4a45; }.color4-background-color.color-2-link-color a {  color: #33312e; }.color4-background-color.color-2-link-color a:hover, .color4-background-color.color-2-link-color a:focus, .color4-background-color.color-2-link-color a:active, .color4-background-color.color-2-link-color a.highlighted {  color: black; }.color4-background-color.color-3-link-color a {  color: #e1ebed; }.color4-background-color.color-3-link-color a:hover, .color4-background-color.color-3-link-color a:focus, .color4-background-color.color-3-link-color a:active, .color4-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color4-background-color.color-4-link-color a {  color: white; }.color4-background-color.color-4-link-color a:hover, .color4-background-color.color-4-link-color a:focus, .color4-background-color.color-4-link-color a:active, .color4-background-color.color-4-link-color a.highlighted {  color: #d9d9d9; }.color4-background-color.color-5-link-color a {  color: #33312e; }.color4-background-color.color-5-link-color a:hover, .color4-background-color.color-5-link-color a:focus, .color4-background-color.color-5-link-color a:active, .color4-background-color.color-5-link-color a.highlighted {  color: black; }.color4-background-color.color-neutral-link-color a {  color: white; }.color4-background-color.color-neutral-link-color a:hover, .color4-background-color.color-neutral-link-color a:focus, .color4-background-color.color-neutral-link-color a:active, .color4-background-color.color-neutral-link-color a.highlighted {  color: #d9d9d9; }.color4-background-color-hover:focus, .color4-background-color-hover:hover {  background-color: white !important; }.color5-background-color.color-1-link-color a {  color: #17a398; }.color5-background-color.color-1-link-color a:hover, .color5-background-color.color-1-link-color a:focus, .color5-background-color.color-1-link-color a:active, .color5-background-color.color-1-link-color a.highlighted {  color: #3ce4d6; }.color5-background-color.color-2-link-color a {  color: #33312e; }.color5-background-color.color-2-link-color a:hover, .color5-background-color.color-2-link-color a:focus, .color5-background-color.color-2-link-color a:active, .color5-background-color.color-2-link-color a.highlighted {  color: black; }.color5-background-color.color-3-link-color a {  color: #e1ebed; }.color5-background-color.color-3-link-color a:hover, .color5-background-color.color-3-link-color a:focus, .color5-background-color.color-3-link-color a:active, .color5-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color5-background-color.color-4-link-color a {  color: white; }.color5-background-color.color-4-link-color a:hover, .color5-background-color.color-4-link-color a:focus, .color5-background-color.color-4-link-color a:active, .color5-background-color.color-4-link-color a.highlighted {  color: #d6d6d5; }.color5-background-color.color-5-link-color a {  color: #33312e; }.color5-background-color.color-5-link-color a:hover, .color5-background-color.color-5-link-color a:focus, .color5-background-color.color-5-link-color a:active, .color5-background-color.color-5-link-color a.highlighted {  color: black; }.color5-background-color.color-neutral-link-color a {  color: white; }.color5-background-color.color-neutral-link-color a:hover, .color5-background-color.color-neutral-link-color a:focus, .color5-background-color.color-neutral-link-color a:active, .color5-background-color.color-neutral-link-color a.highlighted {  color: #d6d6d5; }.color5-background-color-hover:focus, .color5-background-color-hover:hover {  background-color: #33312e !important; }.color-neutral-background-color.color-1-link-color a {  color: #17a398; }.color-neutral-background-color.color-1-link-color a:hover, .color-neutral-background-color.color-1-link-color a:focus, .color-neutral-background-color.color-1-link-color a:active, .color-neutral-background-color.color-1-link-color a.highlighted {  color: #0a4a45; }.color-neutral-background-color.color-2-link-color a {  color: #33312e; }.color-neutral-background-color.color-2-link-color a:hover, .color-neutral-background-color.color-2-link-color a:focus, .color-neutral-background-color.color-2-link-color a:active, .color-neutral-background-color.color-2-link-color a.highlighted {  color: black; }.color-neutral-background-color.color-3-link-color a {  color: #e1ebed; }.color-neutral-background-color.color-3-link-color a:hover, .color-neutral-background-color.color-3-link-color a:focus, .color-neutral-background-color.color-3-link-color a:active, .color-neutral-background-color.color-3-link-color a.highlighted {  color: #a1c1c7; }.color-neutral-background-color.color-4-link-color a {  color: white; }.color-neutral-background-color.color-4-link-color a:hover, .color-neutral-background-color.color-4-link-color a:focus, .color-neutral-background-color.color-4-link-color a:active, .color-neutral-background-color.color-4-link-color a.highlighted {  color: #d9d9d9; }.color-neutral-background-color.color-5-link-color a {  color: #33312e; }.color-neutral-background-color.color-5-link-color a:hover, .color-neutral-background-color.color-5-link-color a:focus, .color-neutral-background-color.color-5-link-color a:active, .color-neutral-background-color.color-5-link-color a.highlighted {  color: black; }.color-neutral-background-color.color-neutral-link-color a {  color: white; }.color-neutral-background-color.color-neutral-link-color a:hover, .color-neutral-background-color.color-neutral-link-color a:focus, .color-neutral-background-color.color-neutral-link-color a:active, .color-neutral-background-color.color-neutral-link-color a.highlighted {  color: #d9d9d9; }/** Base Colors** Create colors for buttons* (.button-primary, .button-secondary, etc.)*/.btn-color-1, .palette-primary .button-primary, .palette-primary .woocommerce .button,.btn-color-1-flat {  background-color: #17a398;  border-color: #17a398;  color: var(--color-1-text-contrast) !important; }  .btn-color-1:visited, .palette-primary .button-primary:visited, .palette-primary .woocommerce .button:visited,.btn-color-1-flat:visited {    color: var(--color-1-text-contrast); }  .btn-color-1:hover, .palette-primary .button-primary:hover, .palette-primary .woocommerce .button:hover, .btn-color-1:focus, .palette-primary .button-primary:focus, .palette-primary .woocommerce .button:focus,.btn-color-1-flat:hover,.btn-color-1-flat:focus {    background-color: #1dd0c2;    border-color: #1dd0c2;    color: var(--color-1-text-contrast) !important; }  .btn-color-1:active, .palette-primary .button-primary:active, .palette-primary .woocommerce .button:active, .btn-color-1.active, .palette-primary .active.button-primary, .palette-primary .woocommerce .active.button, .btn-color-1.is-active, .palette-primary .is-active.button-primary, .palette-primary .woocommerce .is-active.button,.btn-color-1-flat:active,.btn-color-1-flat.active,.btn-color-1-flat.is-active {    background-color: #209a90;    border-color: #209a90;    color: #11766e !important; }.btn-color-2, .palette-primary .button-secondary, .palette-primary .woocommerce .alt.button,.btn-color-2-flat {  background-color: #33312e;  border-color: #33312e;  color: var(--color-2-text-contrast) !important; }  .btn-color-2:visited, .palette-primary .button-secondary:visited, .palette-primary .woocommerce .alt.button:visited,.btn-color-2-flat:visited {    color: var(--color-2-text-contrast); }  .btn-color-2:hover, .palette-primary .button-secondary:hover, .palette-primary .woocommerce .alt.button:hover, .btn-color-2:focus, .palette-primary .button-secondary:focus, .palette-primary .woocommerce .alt.button:focus,.btn-color-2-flat:hover,.btn-color-2-flat:focus {    background-color: #4e4b46;    border-color: #4e4b46;    color: var(--color-2-text-contrast) !important; }  .btn-color-2:active, .palette-primary .button-secondary:active, .palette-primary .woocommerce .alt.button:active, .btn-color-2.active, .palette-primary .active.button-secondary, .palette-primary .woocommerce .active.alt.button, .btn-color-2.is-active, .palette-primary .is-active.button-secondary, .palette-primary .woocommerce .is-active.alt.button,.btn-color-2-flat:active,.btn-color-2-flat.active,.btn-color-2-flat.is-active {    background-color: #313131;    border-color: #313131;    color: #181716 !important; }.btn-color-3,.btn-color-3-flat {  background-color: #e1ebed;  border-color: #e1ebed;  color: var(--color-3-text-contrast) !important; }  .btn-color-3:visited,.btn-color-3-flat:visited {    color: var(--color-3-text-contrast); }  .btn-color-3:hover, .btn-color-3:focus,.btn-color-3-flat:hover,.btn-color-3-flat:focus {    background-color: white;    border-color: white;    color: var(--color-3-text-contrast) !important; }  .btn-color-3:active, .btn-color-3.active, .btn-color-3.is-active,.btn-color-3-flat:active,.btn-color-3-flat.active,.btn-color-3-flat.is-active {    background-color: #e3e9eb;    border-color: #e3e9eb;    color: #c1d6da !important; }.btn-color-4,.btn-color-4-flat {  background-color: white;  border-color: white;  color: var(--color-4-text-contrast) !important; }  .btn-color-4:visited,.btn-color-4-flat:visited {    color: var(--color-4-text-contrast); }  .btn-color-4:hover, .btn-color-4:focus,.btn-color-4-flat:hover,.btn-color-4-flat:focus {    background-color: white;    border-color: white;    color: var(--color-4-text-contrast) !important; }  .btn-color-4:active, .btn-color-4.active, .btn-color-4.is-active,.btn-color-4-flat:active,.btn-color-4-flat.active,.btn-color-4-flat.is-active {    background-color: white;    border-color: white;    color: #e6e6e6 !important; }.btn-color-5,.btn-color-5-flat {  background-color: #33312e;  border-color: #33312e;  color: var(--color-5-text-contrast) !important; }  .btn-color-5:visited,.btn-color-5-flat:visited {    color: var(--color-5-text-contrast); }  .btn-color-5:hover, .btn-color-5:focus,.btn-color-5-flat:hover,.btn-color-5-flat:focus {    background-color: #4e4b46;    border-color: #4e4b46;    color: var(--color-5-text-contrast) !important; }  .btn-color-5:active, .btn-color-5.active, .btn-color-5.is-active,.btn-color-5-flat:active,.btn-color-5-flat.active,.btn-color-5-flat.is-active {    background-color: #313131;    border-color: #313131;    color: #181716 !important; }.btn-neutral-color,.btn-neutral-color-flat {  background-color: white;  border-color: white;  color: var(--color-neutral-text-contrast) !important; }  .btn-neutral-color:visited,.btn-neutral-color-flat:visited {    color: var(--color-neutral-text-contrast); }  .btn-neutral-color:hover, .btn-neutral-color:focus,.btn-neutral-color-flat:hover,.btn-neutral-color-flat:focus {    background-color: white;    border-color: white;    color: var(--color-neutral-text-contrast) !important; }  .btn-neutral-color:active, .btn-neutral-color.active, .btn-neutral-color.is-active,.btn-neutral-color-flat:active,.btn-neutral-color-flat.active,.btn-neutral-color-flat.is-active {    background-color: white;    border-color: white;    color: #e6e6e6 !important; }/*------------------------------------------------------------------------# Palettes------------------------------------------------------------------------*/.palette-primary .color1-background-alpha {  background-color: rgba(23, 163, 152, 0.7); }.palette-primary .color2-background-alpha {  background-color: rgba(51, 49, 46, 0.7); }.palette-primary .color3-background-alpha {  background-color: rgba(225, 235, 237, 0.7); }.palette-primary .color4-background-alpha {  background-color: rgba(255, 255, 255, 0.7); }.palette-primary .color5-background-alpha {  background-color: rgba(51, 49, 46, 0.7); }.palette-primary .boldgrid-shortcode .bgc-single-article {  background-color: #e1ebed; }.palette-primary .bgc-single-image .date {  background-color: rgba(23, 163, 152, 0.7); }.palette-primary .bgc-single-image .image-opacity {  background-color: rgba(51, 49, 46, 0.3); }\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::boldgrid_color_palette\": {\n        \"value\": \"{\\\"state\\\":{\\\"active-palette\\\":\\\"palette-primary\\\",\\\"active-palette-id\\\":\\\"e170481c516589a00ab52198ab4b6914\\\",\\\"palettes\\\":{\\\"palette-primary\\\":{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(23, 163, 152)\\\",\\\"rgb(51, 49, 46)\\\",\\\"rgb(225, 235, 237)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(51, 49, 46)\\\"],\\\"neutral-color\\\":\\\"rgb(255,255,255)\\\"}},\\\"saved_palettes\\\":[{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(112, 112, 112)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(255, 255, 255)\\\"],\\\"neutral-color\\\":\\\"rgb(231, 231, 231)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(128, 128, 128)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(0, 0, 0)\\\",\\\"rgb(35, 48, 65)\\\"],\\\"neutral-color\\\":\\\"rgb(35, 48, 65)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(8, 8, 8)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(247, 122, 30)\\\",\\\"rgb(51, 51, 51)\\\",\\\"rgb(204, 204, 204)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(112, 112, 112)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"}]}}\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-1][headings_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-1][links_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-2][headings_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-2][links_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-3][headings_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-3][links_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-4][headings_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[header-4][links_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-1][background_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-1][headings_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-1][links_color]\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-2][background_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-2][headings_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-2][links_color]\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-3][background_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-3][headings_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-3][links_color]\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-4][background_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-4][headings_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[footer-4][links_color]\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[primary-sidebar][headings_color]\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::sidebar_meta[primary-sidebar][links_color]\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_background_overlay_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_header_border_color\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_footer_border_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_posts_tags_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_posts_cats_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_posts_navigation_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_headings_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_tagline_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_site_title_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_global_title_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_body_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_header_overlay_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_footer_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_main_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_main\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_main\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_main\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_border_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_header_title_color\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_header_date_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_header_byline_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_tags_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_cats_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_comments_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_blog_post_readmore_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_footer-social\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_sticky-social\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_social\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_social\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_footer-social\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_posts_date_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_posts_byline_link_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_secondary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_tertiary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_quaternary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_social_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_footer-social_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_sticky-main_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_sticky-secondary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_sticky-tertiary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_sticky-quaternary_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_hamburger_sticky-social_color\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_footer-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_sticky-main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_sticky-secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_sticky-tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_sticky-quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_border_color_sticky-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_footer-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_sticky-main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_sticky-secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_sticky-tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_sticky-quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_border_color_sticky-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_secondary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_tertiary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_quaternary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_footer-social\": {\n        \"value\": \"color-4:rgb(255, 255, 255)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_sticky-main\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_sticky-secondary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_sticky-tertiary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_sticky-quaternary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_color_sticky-social\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_footer-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_sticky-main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_sticky-secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_sticky-tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_sticky-quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_hover_background_sticky-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_secondary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_tertiary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_quaternary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_sticky-main\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_sticky-secondary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_sticky-tertiary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_link_color_sticky-quaternary\": {\n        \"value\": \"color-2:rgb(51, 49, 46)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_secondary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_tertiary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_quaternary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_sticky-main\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_sticky-secondary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_sticky-tertiary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_sticky-quaternary\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_color_sticky-social\": {\n        \"value\": \"color-1:rgb(23, 163, 152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_footer-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_sticky-main\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_sticky-secondary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_sticky-tertiary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_sticky-quaternary\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    },\n    \"crio::bgtfw_menu_items_active_link_border_color_sticky-social\": {\n        \"value\": \"color-3:rgb(225, 235, 237)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:31\"\n    }\n}','','','trash','closed','closed','','196ac836-94b5-437c-9750-5599f7497078','','','2021-05-29 01:41:31','2021-05-29 01:41:31','',0,'https://innocent-angel.org/196ac836-94b5-437c-9750-5599f7497078/',0,'customize_changeset','',0),(179,1,'2021-05-29 01:41:51','2021-05-29 01:41:51','{\n    \"site_icon\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:41:51\"\n    }\n}','','','trash','closed','closed','','fb2fa683-4753-45d1-b5bc-b959d0d9adf1','','','2021-05-29 01:41:51','2021-05-29 01:41:51','',0,'https://innocent-angel.org/fb2fa683-4753-45d1-b5bc-b959d0d9adf1/',0,'customize_changeset','',0),(180,1,'2021-05-29 01:49:18','2021-05-29 01:49:18','{\n    \"crio::bgtfw_header_preset\": {\n        \"value\": \"custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:47:15\"\n    },\n    \"crio::bgtfw_header_layout\": {\n        \"value\": [\n            {\n                \"container\": \"container\",\n                \"items\": [\n                    {\n                        \"type\": \"boldgrid_site_identity\",\n                        \"key\": \"branding\",\n                        \"align\": \"nw\",\n                        \"display\": [\n                            {\n                                \"selector\": \".custom-logo-link\",\n                                \"display\": \"show\",\n                                \"title\": \"Logo\"\n                            },\n                            {\n                                \"selector\": \".site-title\",\n                                \"display\": \"show\",\n                                \"title\": \"Title\"\n                            },\n                            {\n                                \"selector\": \".site-description\",\n                                \"display\": \"show\",\n                                \"title\": \"Tagline\"\n                            }\n                        ],\n                        \"uid\": \"h48\"\n                    },\n                    {\n                        \"key\": \"menu\",\n                        \"type\": \"boldgrid_menu_social\",\n                        \"align\": \"se\",\n                        \"uid\": \"h2675\"\n                    }\n                ]\n            },\n            {\n                \"container\": \"container\",\n                \"items\": [\n                    {\n                        \"key\": \"menu\",\n                        \"type\": \"boldgrid_menu_main\",\n                        \"align\": \"e\",\n                        \"uid\": \"h2683\"\n                    }\n                ]\n            }\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:47:15\"\n    },\n    \"crio::bgtfw_header_preset_branding\": {\n        \"value\": [\n            \"logo\",\n            \"title\",\n            \"description\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:46:15\"\n    },\n    \"crio::bgtfw_fixed_header\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-29 01:49:15\"\n    }\n}','','','trash','closed','closed','','6ba1d561-b20a-4fe5-86a3-917d35ffbf0f','','','2021-05-29 01:49:18','2021-05-29 01:49:18','',0,'https://innocent-angel.org/?p=180',0,'customize_changeset','',0),(424,1,'2021-06-06 05:40:30','2021-06-06 05:40:30','','Vegetables','','inherit','open','closed','','vegetables','','','2021-06-06 05:40:30','2021-06-06 05:40:30','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables.jpg',0,'attachment','image/jpeg',0),(425,1,'2021-06-06 05:45:28','2021-06-06 05:45:28','','Gardening','','inherit','open','closed','','gardening','','','2021-06-06 05:45:28','2021-06-06 05:45:28','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Gardening.jpg',0,'attachment','image/jpeg',0),(182,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section\"\nstyle=\"background-image: url(\'https://source.unsplash.com/RCAhiGJsUUE/1920x1080\'); background-size: cover; background-position: 50% 50%;\"\ndata-image-url=\"https://source.unsplash.com/RCAhiGJsUUE/1920x1080\">\n	<div class=\"container\">\n		<div class=\"row\" style=\"padding-bottom: 30px;\">\n			<div class=\"col-md-3 col-sm-3 col-xs-12\">\n				<div class=\"boldgrid-component-logo boldgrid-shortcode\" data-imhwpb-draggable=\"true\"\n					style=\"margin: 15px 0px;\">\n\n					[boldgrid_component type=\"wp_boldgrid_component_logo\" opts=\"%7B%22widget-boldgrid_component_logo%5B%5D%5Bbgc_logo_alignment%5D%22%3A%22left%22%7D\"]\n\n				</div>\n			</div>\n			<div class=\"col-md-9 col-xs-12 col-sm-9\">\n				<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\"\n					data-imhwpb-draggable=\"true\" style=\"margin-top: 5px;\">\n\n					[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%201%20Social%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-1-social-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A0%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22right%22%7D\"]\n\n				</div>\n				<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\"\n					data-imhwpb-draggable=\"true\">\n\n					[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%201%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-1-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22right%22%7D\"]\n\n				</div>\n			</div>\n		</div>\n		<div class=\"row\" style=\"padding-bottom: 120px; padding-top: 60px;\">\n			<div class=\"col-md-12 col-sm-12 col-xs-12\">\n				<div class=\"boldgrid-shortcode bgc-heading bgc-page-title\" data-imhwpb-draggable=\"true\"\n					style=\"font-size: 42px; margin: 15px 0px 0px; color: #ffffff;\">\n\n					[boldgrid_component type=\"wp_boldgrid_component_page_title\" opts=\"%7B%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22center%22%2C%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h1%22%7D\"]\n\n				</div>\n				<p class=\"\" style=\"text-align: center; font-size: 20px; margin-top: 15px; color: #ffffff;\"><em>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</em></p>\n				<p class=\"\" style=\"text-align: center; margin-top: 40px;\"><a class=\"button-primary\" href=\"#\">Learn More</a>\n				</p>\n			</div>\n		</div>\n	</div>\n</div>','Sample Layout 1','','publish','closed','closed','','sample-layout-1','','','2021-05-29 02:24:21','2021-05-29 02:24:21','',0,'https://innocent-angel.org/crio_page_header/sample-layout-1/',0,'crio_page_header','',0),(183,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section color5-background-color color5-text-default bg-background-color\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-site-title\" data-imhwpb-draggable=\"true\" style=\"margin: 0px 0px -10px;\">\n<p>[boldgrid_component type=\"wp_boldgrid_component_site_title\" opts=\"%7B%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22center%22%2C%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h3%22%7D\"]</p>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 25px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\">\n<p>[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%202%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-2-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22center%22%7D\"]</p>\n</div>\n</div>\n</div>\n<div class=\"row color5-background-color color5-text-default bg-background-color\" style=\"padding: 0.6em;\">\n<div class=\"col-md-12 col-sm-12 col-xs-12 align-column-center\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-page-title\" data-imhwpb-draggable=\"true\" style=\"font-size: 42px; color: #ffffff;\">\n<p>[boldgrid_component type=\"wp_boldgrid_component_page_title\" opts=\"%7B%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22center%22%2C%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h1%22%7D\"]</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n\n<!-- wp:image {\"id\":162,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" class=\"wp-image-162\"/></figure>\n<!-- /wp:image -->','Sample Layout 2','','publish','closed','closed','','sample-layout-2','','','2021-05-29 02:36:20','2021-05-29 02:36:20','',0,'https://innocent-angel.org/crio_page_header/sample-layout-2/',0,'crio_page_header','',0),(184,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section color5-background-color color5-text-default bg-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 15px;\">\n<div class=\"col-md-9 col-sm-6 col-xs-12\">\n<div class=\"boldgrid-component-logo boldgrid-shortcode\" data-imhwpb-draggable=\"true\" style=\"margin: 15px 0px;\">\n\n[boldgrid_component type=\"wp_boldgrid_component_logo\" opts=\"%7B%22widget-boldgrid_component_logo%5B%5D%5Bbgc_logo_alignment%5D%22%3A%22left%22%7D\"]\n\n</div>\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-6 align-column-center\">\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-primary\" href=\"#\">Buy Now </a></p>\n\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12 align-column-center\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\">\n\n[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%203%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-3-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22right%22%7D\"]\n\n</div>\n</div>\n</div>\n</div>\n</div>','Sample Layout 3','','publish','closed','closed','','sample-layout-3','','','2021-05-29 02:24:21','2021-05-29 02:24:21','',0,'https://innocent-angel.org/crio_page_header/sample-layout-3/',0,'crio_page_header','',0),(185,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section color5-background-color color5-text-default bg-background-color\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-7 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-site-title\" data-imhwpb-draggable=\"true\">\n\n[boldgrid_component type=\"wp_boldgrid_component_site_title\" opts=\"%7B%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22left%22%2C%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h3%22%7D\"]\n\n</div>\n</div>\n<div class=\"col-md-5 col-sm-12 col-xs-12 align-column-center\">\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-primary\" href=\"#\">Sign In</a> <a class=\"button-secondary\" href=\"#\">Buy Now</a></p>\n\n</div>\n</div>\n<div class=\"row color5-background-color color5-text-default bg-background-color\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\">\n\n[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%204%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-4-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22center%22%7D\"]\n\n</div>\n</div>\n</div>\n</div>\n</div>','Sample Layout 4','','publish','closed','closed','','sample-layout-4','','','2021-05-29 02:24:21','2021-05-29 02:24:21','',0,'https://innocent-angel.org/crio_page_header/sample-layout-4/',0,'crio_page_header','',0),(186,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section\" style=\"background-image: url(\'https://source.unsplash.com/RCAhiGJsUUE/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"https://source.unsplash.com/RCAhiGJsUUE/1920x1080\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-9 col-sm-3 col-xs-12\">\n<div class=\"boldgrid-component-logo boldgrid-shortcode\" data-imhwpb-draggable=\"true\" style=\"margin: 15px 0px;\">\n\n[boldgrid_component type=\"wp_boldgrid_component_logo\" opts=\"%7B%22widget-boldgrid_component_logo%5B%5D%5Bbgc_logo_alignment%5D%22%3A%22left%22%7D\"]\n\n</div>\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-9 align-column-center\">\n<p class=\"\"><a style=\"font-size: 18px; font-weight: 600;\" href=\"tel:123-456-7890\" data-font-weight=\"600\"><i class=\"fa fa-phone bg-inserted-icon\" style=\"font-size: 18px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i> 123.456.7890</a></p>\n\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-9 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\" style=\"margin-top: -5px;\">\n\n[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%205%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-5-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22left%22%7D\"]\n\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px; padding-top: 60px;\">\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-page-title\" data-imhwpb-draggable=\"true\" style=\"font-size: 42px; margin: 15px 0px 0px; color: #ffffff;\">\n\n[boldgrid_component type=\"wp_boldgrid_component_page_title\" opts=\"%7B%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22left%22%2C%22widget-boldgrid_component_page_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h1%22%7D\"]\n\n</div>\n</div>\n</div>\n</div>\n</div>','Sample Layout 5','','publish','closed','closed','','sample-layout-5','','','2021-05-29 02:24:21','2021-05-29 02:24:21','',0,'https://innocent-angel.org/crio_page_header/sample-layout-5/',0,'crio_page_header','',0),(187,1,'2021-05-29 02:24:21','2021-05-29 02:24:21','<div class=\"boldgrid-section color5-background-color color5-text-default bg-background-color\">\n<div class=\"container\">\n<div class=\"row color5-background-color color5-text-default bg-background-color\" style=\"padding: 10px 0 5px;\">\n<div class=\"col-md-6 col-sm-6 col-xs-12 align-column-center\">\n<p class=\"\" style=\"text-align: left;\"><a href=\"#\">view deals <i class=\"fa bg-inserted-icon fa-dollar\" style=\"font-size: 14px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span>&nbsp; </i></a></p>\n\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\n<p class=\"\" style=\"text-align: right;\">follow us &nbsp;<a href=\"https://www.facebook.com\"><i class=\"fa bg-inserted-icon fa-facebook\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span></i></a> <a href=\"https://www.instagram.com\"><i class=\"fa bg-inserted-icon fa-instagram\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></a> <a href=\"https://www.pinterest.com\"><i class=\"fa bg-inserted-icon fa-pinterest\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span>&nbsp; </i></a></p>\n\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-site-title\" data-imhwpb-draggable=\"true\">\n\n[boldgrid_component type=\"wp_boldgrid_component_site_title\" opts=\"%7B%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22left%22%2C%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h3%22%7D\"]\n\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12 align-column-center\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\">\n\n[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%206%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-6-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22right%22%7D\"]\n\n</div>\n</div>\n</div>\n</div>\n</div>','Sample Layout 6','','publish','closed','closed','','sample-layout-6','','','2021-05-29 02:24:21','2021-05-29 02:24:21','',0,'https://innocent-angel.org/crio_page_header/sample-layout-6/',0,'crio_page_header','',0),(188,1,'2021-05-29 02:30:06','2021-05-29 02:30:06','<div class=\"boldgrid-section color5-background-color color5-text-default bg-background-color\">\n<div class=\"container\">\n<div class=\"row color5-background-color color5-text-default bg-background-color\" style=\"padding: 10px 0 5px;\">\n<div class=\"col-md-6 col-sm-6 col-xs-12 align-column-center\">\n<p class=\"\" style=\"text-align: left;\"><a href=\"http://Donate\" data-wplink-url-error=\"true\">view deals <i class=\"fa bg-inserted-icon fa-dollar\" style=\"font-size: 14px;\" aria-hidden=\"true\"> <span style=\"display: none;\"> </span>  </i></a></p>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\n<p class=\"\" style=\"text-align: right;\">follow us  <a href=\"https://www.facebook.com\"><i class=\"fa bg-inserted-icon fa-facebook\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\"> </span></i></a> <a href=\"https://www.instagram.com\"><i class=\"fa bg-inserted-icon fa-instagram\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\"> </span> </i></a> <a href=\"https://www.pinterest.com\"><i class=\"fa bg-inserted-icon fa-pinterest\" style=\"font-size: 16px; margin-right: 15px;\" aria-hidden=\"true\"> <span style=\"display: none;\"> </span>  </i></a></p>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-shortcode bgc-heading bgc-site-title\" data-imhwpb-draggable=\"true\">\n<p>[boldgrid_component type=\"wp_boldgrid_component_site_title\" opts=\"%7B%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_title_alignment%5D%22%3A%22left%22%2C%22widget-boldgrid_component_site_title%5B%5D%5Bbgc_heading_type%5D%22%3A%22h3%22%7D\"]</p>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12 align-column-center\">\n<div class=\"boldgrid-component-menu boldgrid-shortcode standard-menu-enabled header-top\" data-imhwpb-draggable=\"true\">\n<p>[boldgrid_component type=\"wp_boldgrid_component_menu\" opts=\"%7B%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location%5D%22%3A%22Sample%20Layout%206%20Main%20Menu%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_location_id%5D%22%3A%22sample-layout-6-main-menu_001%22%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu%5D%22%3A2%2C%22widget-boldgrid_component_menu%5B%5D%5Bbgc_menu_align%5D%22%3A%22right%22%7D\"]</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Sample Layout 6','','inherit','closed','closed','','187-autosave-v1','','','2021-05-29 02:30:06','2021-05-29 02:30:06','',187,'https://innocent-angel.org/?p=188',0,'revision','',0),(201,1,'2021-05-29 21:00:39','2021-05-29 21:00:39','','','','inherit','open','closed','','201','','','2021-05-29 21:00:39','2021-05-29 21:00:39','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/1-17117758340_dff88df764_o.jpg',0,'attachment','image/jpeg',0),(202,1,'2021-05-29 21:03:46','2021-05-29 21:03:46','','','','inherit','open','closed','','202','','','2021-05-29 21:03:46','2021-05-29 21:03:46','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg',0,'attachment','image/jpeg',0),(203,1,'2021-05-29 21:13:59','2021-05-29 21:13:59','','','','inherit','open','closed','','203','','','2021-05-29 21:13:59','2021-05-29 21:13:59','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/1-5148441693_b2c91ec757_o.jpg',0,'attachment','image/jpeg',0),(204,1,'2021-05-29 21:33:58','2021-05-29 21:33:58','','','','inherit','open','closed','','204','','','2021-05-29 21:33:58','2021-05-29 21:33:58','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/1bb80ea6-07f9b778-dizanna150301510.jpg',0,'attachment','image/jpeg',0),(205,1,'2021-05-29 21:34:50','2021-05-29 21:34:50','','Volunteers','','inherit','open','closed','','volunteers','','','2021-05-29 21:34:50','2021-05-29 21:34:50','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers.png',0,'attachment','image/png',0),(206,1,'2021-05-29 21:42:18','2021-05-29 21:42:18','','Volunteers','','inherit','open','closed','','volunteers-2','','','2021-05-29 21:42:18','2021-05-29 21:42:18','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1.png',0,'attachment','image/png',0),(207,1,'2021-05-29 21:50:58','2021-05-29 21:50:58','','','','inherit','open','closed','','207','','','2021-05-29 21:50:58','2021-05-29 21:50:58','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg',0,'attachment','image/jpeg',0),(208,1,'2021-05-29 22:08:46','2021-05-29 22:08:46','','pexels-rodnae-productions-6646688','','inherit','open','closed','','pexels-rodnae-productions-6646688','','','2021-05-29 22:08:46','2021-05-29 22:08:46','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/pexels-rodnae-productions-6646688.mp4',0,'attachment','video/mp4',0),(225,1,'2021-05-30 00:39:07','2021-05-30 00:39:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"212\"]\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" />changing perspective changing life!!!</h2>\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-206\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" /></h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" />“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:39:07','2021-05-30 00:39:07','',113,'https://innocent-angel.org/?p=225',0,'revision','',0),(221,1,'2021-05-30 00:23:48','2021-05-30 00:23:48','','Helping The Needy','','inherit','open','closed','','helping-the-needy','','','2021-05-30 00:23:48','2021-05-30 00:23:48','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/Helping-The-Needy.mp4',0,'attachment','video/mp4',0),(222,1,'2021-05-30 00:25:10','2021-05-30 00:25:10','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"221\"]\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-162 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"512\" height=\"512\" data-imhwpb-asset-id=\"9784\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\">\r\n<h2 class=\"\"><img class=\"alignnone wp-image-207 \" style=\"background-color: var(--color-neutral); color: var(--color-neutral-text-contrast); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"123\" height=\"83\" data-imhwpb-asset-id=\"9785\" /><img class=\"alignnone wp-image-195 size-full\" style=\"background-color: var(--color-neutral); color: var(--color-neutral-text-contrast); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" data-imhwpb-asset-id=\"9786\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">changing perspective changing life!!!</h2>\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-206\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" /></h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:25:10','2021-05-30 00:25:10','',113,'https://innocent-angel.org/?p=222',0,'revision','',0),(224,1,'2021-05-30 00:37:33','2021-05-30 00:37:33','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"212\"]\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\">\r\n<h2 class=\"\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">changing perspective changing life!!!</h2>\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-206\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" /></h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" />“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:37:33','2021-05-30 00:37:33','',113,'https://innocent-angel.org/?p=224',0,'revision','',0),(211,1,'2021-05-29 22:32:06','2021-05-29 22:32:06','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"208\"]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-205 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-e1622324389937.png\" alt=\"\" width=\"223\" height=\"152\" data-imhwpb-asset-id=\"9783\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-162 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"512\" height=\"512\" data-imhwpb-asset-id=\"9784\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-207 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\" data-imhwpb-asset-id=\"9785\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-195 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" data-imhwpb-asset-id=\"9786\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">changing perspective changing life!!!</h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter  wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter  wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-29 22:32:06','2021-05-29 22:32:06','',113,'https://innocent-angel.org/?p=211',0,'revision','',0),(212,1,'2021-05-29 22:59:14','2021-05-29 22:59:14','','Food For The Hungry','','inherit','open','closed','','food-for-the-hungry','','','2021-05-29 22:59:14','2021-05-29 22:59:14','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4',0,'attachment','video/mp4',0),(213,1,'2021-05-29 23:05:39','2021-05-29 23:05:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" tracklist=\"false\" images=\"false\" ids=\"212\"]\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-205 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-e1622324389937.png\" alt=\"\" width=\"223\" height=\"152\" data-imhwpb-asset-id=\"9783\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-162 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"512\" height=\"512\" data-imhwpb-asset-id=\"9784\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-207 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\" data-imhwpb-asset-id=\"9785\" /></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-195 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" data-imhwpb-asset-id=\"9786\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-2 col-sm-2 col-md-2\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\">changing perspective changing life!!!</h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-29 23:05:39','2021-05-29 23:05:39','',113,'https://innocent-angel.org/?p=213',0,'revision','',0),(215,1,'2021-05-29 23:16:09','2021-05-29 23:16:09','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>    Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\">\r\n<h2 style=\"color: #ffffff;\"><img class=\"aligncenter  wp-image-202\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"196\" height=\"147\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<img class=\"aligncenter  wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\" />\r\n\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 23:16:09','2021-05-29 23:16:09','',158,'https://innocent-angel.org/?p=215',0,'revision','',0),(214,1,'2021-05-29 23:14:11','2021-05-29 23:14:11','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>    Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\" /></h2>\r\n<h2 style=\"color: #ffffff;\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\"></div>\r\n<div class=\"col-md-2 col-sm-3 col-xs-1\"><img class=\"aligncenter size-full wp-image-202\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"400\" height=\"300\" /></div>\r\n</div>\r\n<div><img class=\"aligncenter  wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"5\" height=\"5\" /></div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 23:14:11','2021-05-29 23:14:11','',158,'https://innocent-angel.org/?p=214',0,'revision','',0),(217,1,'2021-05-29 23:20:17','2021-05-29 23:20:17','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>    Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\">\r\n<h2 style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\" /><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 23:20:17','2021-05-29 23:20:17','',158,'https://innocent-angel.org/?p=217',0,'revision','',0),(216,1,'2021-05-29 23:17:43','2021-05-29 23:17:43','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>    Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\">\r\n<h2 style=\"color: #ffffff;\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"251\" height=\"188\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\" />\r\n\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 23:17:43','2021-05-29 23:17:43','',158,'https://innocent-angel.org/?p=216',0,'revision','',0),(220,1,'2021-05-29 23:32:55','2021-05-29 23:32:55','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.  She could take anything and turn it into something beautiful.  She made the most beautiful quilts.  Her quilt designs were incredible.  She loved setting on her front steps with a cup of coffee talking to her neighbors.  Her neighborhood may not have been the best neighborhood, but she loved it.  This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.  We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.  It is about bring everyone together to fight hunger, abuse, and more.  In her passing, we want to make sure we help feed as many people as possible.  No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>                              Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10\">\r\n<h2 style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\" /><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\" /></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-05-29 23:32:55','2021-05-29 23:32:55','',158,'https://innocent-angel.org/?p=220',0,'revision','',0),(223,1,'2021-05-30 00:36:58','2021-05-30 00:36:58','','Child Learning','','inherit','open','closed','','child-learning','','','2021-05-30 00:36:58','2021-05-30 00:36:58','',113,'https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning.jpg',0,'attachment','image/jpeg',0),(232,1,'2021-05-30 01:35:50','2021-05-30 01:35:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: right;\"><img class=\"size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" /><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n\r\n<img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" />\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\"> Our fashions range from the traditional to</p>\r\n<p class=\"\"> the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" /></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 01:35:50','2021-05-30 01:35:50','',113,'https://innocent-angel.org/?p=232',0,'revision','',0),(227,1,'2021-05-30 00:40:32','2021-05-30 00:40:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n\r\n[playlist type=\"video\" ids=\"212\"]\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"size-full wp-image-195 alignnone\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" />changing perspective changing life!!!</h2>\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"size-full wp-image-206 alignnone\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" /></h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" /></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:40:32','2021-05-30 00:40:32','',113,'https://innocent-angel.org/?p=227',0,'revision','',0),(228,1,'2021-05-30 00:42:00','2021-05-30 00:42:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"size-full wp-image-195 alignnone\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" />changing perspective changing life!!!</h2>\r\n<h2 class=\"\" style=\"text-align: center;\"><img class=\"size-full wp-image-206 alignnone\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" /></h2>\r\n<p class=\"\">Come on in and see what we’ve got for you! Our fashions range from the traditional to the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" /></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:42:00','2021-05-30 00:42:00','',113,'https://innocent-angel.org/?p=228',0,'revision','',0),(229,1,'2021-05-30 00:46:00','2021-05-30 00:46:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: right;\"><img class=\"size-full wp-image-195 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" /><span style=\"color: #339966;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n\r\n<img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" />\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\"> Our fashions range from the traditional to</p>\r\n<p class=\"\"> the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" /></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:46:00','2021-05-30 00:46:00','',113,'https://innocent-angel.org/?p=229',0,'revision','',0),(230,1,'2021-05-30 00:47:55','2021-05-30 00:47:55','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\"></p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\"></h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: right;\"><img class=\"size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\" /><span style=\"color: #339966;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n\r\n<img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\" />\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\"> Our fashions range from the traditional to</p>\r\n<p class=\"\"> the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Making A Difference...</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\" />“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\" /></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" /></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 00:47:55','2021-05-30 00:47:55','',113,'https://innocent-angel.org/?p=230',0,'revision','',0),(471,1,'2021-06-07 01:15:34','2021-06-07 01:15:34','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">BUY NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-07 01:15:34','2021-06-07 01:15:34','',159,'https://innocent-angel.org/?p=471',0,'revision','',0),(237,1,'2021-05-30 02:28:17','2021-05-30 02:28:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\">&nbsp;</h2>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-8 col-sm-12 align-column-center\">\r\n<h2 class=\"\" style=\"text-align: right;\"><img class=\"size-full wp-image-195 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\"><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-30 02:28:17','2021-05-30 02:28:17','',113,'https://innocent-angel.org/?p=237',0,'revision','',0),(234,1,'2021-05-30 01:55:50','2021-05-30 01:55:50','','Angel Pajama & Niteshirt-2','','inherit','open','closed','','angel-pajama-niteshirt-2','','','2021-05-30 01:55:50','2021-05-30 01:55:50','',115,'https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg',0,'attachment','image/jpeg',0),(235,1,'2021-05-30 02:23:18','2021-05-30 02:23:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses. By working together, we can help put a stop to the suffering. We are here to help stop the pain by helping children in need. &nbsp;Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-138\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-139\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-140\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Community Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-05-30 02:23:18','2021-05-30 02:23:18','',115,'https://innocent-angel.org/?p=235',0,'revision','',0),(260,1,'2021-06-01 01:47:44','2021-06-01 01:47:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787','','','2021-06-01 01:47:44','2021-06-01 01:47:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787.jpg',0,'attachment','image/jpeg',0),(261,1,'2021-06-01 01:47:44','2021-06-01 01:47:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39','','','2021-06-01 01:47:44','2021-06-01 01:47:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39.jpg',0,'attachment','image/jpeg',0),(262,1,'2021-06-01 01:47:44','2021-06-01 01:47:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724','','','2021-06-01 01:47:44','2021-06-01 01:47:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724.jpg',0,'attachment','image/jpeg',0),(263,1,'2021-06-01 01:47:45','2021-06-01 01:47:45','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac','','','2021-06-01 01:47:45','2021-06-01 01:47:45','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac.jpg',0,'attachment','image/jpeg',0),(264,1,'2021-06-01 01:47:45','2021-06-01 01:47:45','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a','','','2021-06-01 01:47:45','2021-06-01 01:47:45','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a.jpg',0,'attachment','image/jpeg',0),(265,1,'2021-06-01 01:47:45','2021-06-01 01:47:45','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f','','','2021-06-01 01:47:45','2021-06-01 01:47:45','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1130h470fitcropsac4ecbcb3c13d68001ce1adcb5ee898f.jpg',0,'attachment','image/jpeg',0),(266,1,'2021-06-01 01:47:46','2021-06-01 01:47:46','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8','','','2021-06-01 01:47:46','2021-06-01 01:47:46','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8.jpg',0,'attachment','image/jpeg',0),(267,1,'2021-06-01 01:49:23','2021-06-01 01:49:23','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d','','','2021-06-01 01:49:23','2021-06-01 01:49:23','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsc8c777ca0e588e1048df557d3b171a8d.jpg',0,'attachment','image/jpeg',0),(268,1,'2021-06-01 01:49:23','2021-06-01 01:49:23','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc','','','2021-06-01 01:49:23','2021-06-01 01:49:23','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops1e2f53a4c605ec6b469f62af63ecf8bc.jpg',0,'attachment','image/jpeg',0),(269,1,'2021-06-01 01:49:25','2021-06-01 01:49:25','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974','','','2021-06-01 01:49:25','2021-06-01 01:49:25','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf2fb874197ad6568826249cd80ef7974.jpg',0,'attachment','image/jpeg',0),(270,1,'2021-06-01 01:52:09','2021-06-01 01:52:09','','LT Robe & Boxer','','inherit','open','closed','','lt-robe-boxer','','','2021-06-01 01:52:09','2021-06-01 01:52:09','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg',0,'attachment','image/jpeg',0),(271,1,'2021-06-01 01:53:04','2021-06-01 01:53:04','','BJ Pajama Sets','','inherit','open','closed','','bj-pajama-sets','','','2021-06-01 01:53:04','2021-06-01 01:53:04','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg',0,'attachment','image/jpeg',0),(272,1,'2021-06-01 01:54:31','2021-06-01 01:54:31','','Crinkle Teddy-Wrap-3','','inherit','open','closed','','crinkle-teddy-wrap-3','','','2021-06-01 01:54:31','2021-06-01 01:54:31','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg',0,'attachment','image/jpeg',0),(550,1,'2021-06-08 01:36:59','2021-06-08 01:36:59','{\n    \"crio::bgtfw_pages_title_display\": {\n        \"value\": \"show\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:34:12\"\n    },\n    \"nav_menu_item[489]\": {\n        \"value\": {\n            \"menu_item_parent\": 169,\n            \"object_id\": 479,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/beautifying-the-community/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Beautifying The Community\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:36:59\"\n    },\n    \"nav_menu_item[490]\": {\n        \"value\": {\n            \"menu_item_parent\": 169,\n            \"object_id\": 480,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/community-center/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Community Center\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:36:59\"\n    }\n}','','','trash','closed','closed','','7d93b9d0-0686-4da0-8673-dd594b29b9ba','','','2021-06-08 01:36:59','2021-06-08 01:36:59','',0,'https://innocent-angel.org/?p=550',0,'customize_changeset','',0),(241,1,'2021-05-30 23:54:44','2021-05-30 23:54:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418','','','2021-05-30 23:54:44','2021-05-30 23:54:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418.jpg',0,'attachment','image/jpeg',0),(242,1,'2021-05-30 23:54:44','2021-05-30 23:54:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c','','','2021-05-30 23:54:44','2021-05-30 23:54:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c.jpg',0,'attachment','image/jpeg',0),(243,1,'2021-05-30 23:54:44','2021-05-30 23:54:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747','','','2021-05-30 23:54:44','2021-05-30 23:54:44','',0,'https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops8a7222f84133d60ab2baa4820a749747.jpg',0,'attachment','image/jpeg',0),(248,1,'2021-05-31 00:26:36','2021-05-31 00:26:36','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #800000;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"margin-bottom: 2em;\">Generate vertical integration while remembering to increase viewability. Grow social with the aim to increase viewability. Lead vertical integration in turn innovate.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n&nbsp;\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-31 00:26:36','2021-05-31 00:26:36','',113,'https://innocent-angel.org/?p=248',0,'revision','',0),(246,1,'2021-05-31 00:19:24','2021-05-31 00:19:24','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 69px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #800000;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"margin-bottom: 2em;\">Generate vertical integration while remembering to increase viewability. Grow social with the aim to increase viewability. Lead vertical integration in turn innovate.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"bg-text-fx bg-text-fx-inset-text\"><a class=\"btn btn-3d btn-pill btn-color-1\" style=\"text-shadow: #cecece 0px 0px 0px;\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-8 col-sm-3 align-column-center\">\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-md-6 col-sm-9 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About UsD</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-31 00:19:24','2021-05-31 00:19:24','',113,'https://innocent-angel.org/?p=246',0,'revision','',0),(245,1,'2021-05-31 00:13:52','2021-05-31 00:13:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE D</span>IN THE <span style=\"color: #800000;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"margin-bottom: 2em;\">Generate vertical integration while remembering to increase viewability. Grow social with the aim to increase viewability. Lead vertical integration in turn innovate.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">Button</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\"></p>\r\n\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 wp-image-241\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops0e3897984e09cfcb9d0b114c65c87418.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Nathaniel Palmer</h4>\r\n<p class=\"\">Developer</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 wp-image-242\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops4dab0a5833db5b824c67c9d6fb25634c.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Emma Willis</h4>\r\n<p class=\"\">Engineer</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\"></div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-8 col-sm-12 align-column-center\">\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About UsD</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-31 00:13:52','2021-05-31 00:13:52','',113,'https://innocent-angel.org/?p=245',0,'revision','',0),(247,1,'2021-05-31 00:23:04','2021-05-31 00:23:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE D</span>IN THE <span style=\"color: #800000;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"margin-bottom: 2em;\">Generate vertical integration while remembering to increase viewability. Grow social with the aim to increase viewability. Lead vertical integration in turn innovate.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">Button</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-195\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/72dfe7ec-603fbbf4-artursz190424825.jpg\" alt=\"\" width=\"692\" height=\"692\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n&nbsp;\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #3366ff;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #3366ff;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-05-31 00:23:04','2021-05-31 00:23:04','',113,'https://innocent-angel.org/?p=247',0,'revision','',0),(250,1,'2021-06-01 00:22:20','2021-06-01 00:22:20','{\n    \"crio::hide_partner_attribution\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-31 23:59:11\"\n    },\n    \"crio::hide_special_thanks_attribution\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-31 23:59:11\"\n    },\n    \"crio::hide_boldgrid_attribution\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-31 23:59:11\"\n    },\n    \"crio::hide_wordpress_attribution\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-05-31 23:59:11\"\n    },\n    \"crio::hide_host_attribution\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-01 00:09:36\"\n    },\n    \"crio::bgtfw_footer_layout\": {\n        \"value\": [\n            {\n                \"container\": \"full-width\",\n                \"items\": [\n                    {\n                        \"type\": \"boldgrid_display_attribution_links\",\n                        \"key\": \"attribution\",\n                        \"align\": \"c\",\n                        \"uid\": \"f43\"\n                    },\n                    {\n                        \"key\": \"menu\",\n                        \"type\": \"boldgrid_menu_secondary\",\n                        \"align\": \"nw\",\n                        \"uid\": \"f117\"\n                    }\n                ]\n            }\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-01 00:18:42\"\n    },\n    \"crio::bgtfw_footer_color\": {\n        \"value\": \"color-1:rgb(23,163,152)\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-01 00:02:48\"\n    },\n    \"crio::bgtfw_global_title_content_container\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-01 00:20:42\"\n    }\n}','','','trash','closed','closed','','441c52c9-204e-40d2-a039-cc1761614781','','','2021-06-01 00:22:20','2021-06-01 00:22:20','',0,'https://innocent-angel.org/?p=250',0,'customize_changeset','',0),(251,1,'2021-06-01 00:30:15','2021-06-01 00:30:15','','','','inherit','open','closed','','251','','','2021-06-01 00:30:15','2021-06-01 00:30:15','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/6-xh4mG4cqHGg-200x273-1.jpg',0,'attachment','image/jpeg',0),(252,1,'2021-06-01 00:32:11','2021-06-01 00:32:11','','','','inherit','open','closed','','252','','','2021-06-01 00:32:11','2021-06-01 00:32:11','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/6-NFoerQuvzrs-200x356-1.jpg',0,'attachment','image/jpeg',0),(253,1,'2021-06-01 00:41:16','2021-06-01 00:41:16','','Food Donation','','inherit','open','closed','','food-donation','','','2021-06-01 00:41:16','2021-06-01 00:41:16','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation.jpg',0,'attachment','image/jpeg',0),(254,1,'2021-06-01 00:56:53','2021-06-01 00:56:53','','Love-Peace-Care','','inherit','open','closed','','love-peace-care','','','2021-06-01 00:56:53','2021-06-01 00:56:53','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Love-Peace-Care.jpg',0,'attachment','image/jpeg',0),(257,1,'2021-06-01 01:30:43','2021-06-01 01:30:43','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #ff6600;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"194\" height=\"129\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n&nbsp;\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #ff6600;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #ff6600;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 01:30:43','2021-06-01 01:30:43','',113,'https://innocent-angel.org/?p=257',0,'revision','',0),(255,1,'2021-06-01 00:59:00','2021-06-01 00:59:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #ff6600;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"margin-bottom: 2em;\">Generate vertical integration while remembering to increase viewability. Grow social with the aim to increase viewability. Lead vertical integration in turn innovate.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter  wp-image-254\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Love-Peace-Care-scaled.jpg\" alt=\"\" width=\"305\" height=\"458\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n&nbsp;\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #ff6600;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #ff6600;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 00:59:00','2021-06-01 00:59:00','',113,'https://innocent-angel.org/?p=255',0,'revision','',0),(296,1,'2021-06-02 01:17:49','2021-06-02 01:17:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 130px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:17:49','2021-06-02 01:17:49','',113,'https://innocent-angel.org/?p=296',0,'revision','',0),(259,1,'2021-06-01 01:37:11','2021-06-01 01:37:11','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #ff6600;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"194\" height=\"129\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #ff6600;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #ff6600;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 01:37:11','2021-06-01 01:37:11','',113,'https://innocent-angel.org/?p=259',0,'revision','',0),(323,1,'2021-06-03 23:17:08','2021-06-03 23:17:08','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">ORDER NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-03 23:17:08','2021-06-03 23:17:08','',159,'https://innocent-angel.org/?p=323',0,'revision','',0),(273,1,'2021-06-01 02:26:25','2021-06-01 02:26:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">DONATE NOW!&nbsp;\r\n</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: bold; text-transform: uppercase;\">cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-right: auto; margin-left: auto;\" width=\"75%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-260\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-264\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-263\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-261\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-262\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-266\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-01 02:26:25','2021-06-01 02:26:25','',159,'https://innocent-angel.org/?p=273',0,'revision','',0),(274,1,'2021-06-01 03:11:17','2021-06-01 03:11:17','','Volunteers','','inherit','open','closed','','volunteers-3','','','2021-06-01 03:11:17','2021-06-01 03:11:17','',115,'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers.jpg',0,'attachment','image/jpeg',0),(275,1,'2021-06-01 03:13:33','2021-06-01 03:13:33','','Children Learning Center','Children Learning Center','inherit','open','closed','','children-learning-center','','','2021-06-01 03:14:05','2021-06-01 03:14:05','',115,'https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center.jpg',0,'attachment','image/jpeg',0),(276,1,'2021-06-01 03:15:41','2021-06-01 03:15:41','','Cleaning The Community','','inherit','open','closed','','cleaning-the-community','','','2021-06-01 03:15:41','2021-06-01 03:15:41','',115,'https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community.jpg',0,'attachment','image/jpeg',0),(280,1,'2021-06-01 03:42:53','2021-06-01 03:42:53','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 4</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 4</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 5</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 5</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 6</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 6</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 7</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 7</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 8</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 8</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 9</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 9</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-01 03:42:53','2021-06-01 03:42:53','',115,'https://innocent-angel.org/?p=280',0,'revision','',0),(277,1,'2021-06-01 03:23:51','2021-06-01 03:23:51','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 4</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 4</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 5</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 5</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 6</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 6</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 7</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 7</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 8</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 8</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 9</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 9</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-138\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-139\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-140\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Community Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-01 03:23:51','2021-06-01 03:23:51','',115,'https://innocent-angel.org/?p=277',0,'revision','',0),(278,1,'2021-06-01 03:27:54','2021-06-01 03:27:54','','Girl Studying','','inherit','open','closed','','girl-studying','','','2021-06-01 03:27:54','2021-06-01 03:27:54','',115,'https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying.jpg',0,'attachment','image/jpeg',0),(279,1,'2021-06-01 03:40:52','2021-06-01 03:40:52','','Cleaning','','inherit','open','closed','','cleaning','','','2021-06-01 03:40:52','2021-06-01 03:40:52','',115,'https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning.jpg',0,'attachment','image/jpeg',0),(312,1,'2021-06-02 02:19:23','2021-06-02 02:19:23','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-02 02:19:23','2021-06-02 02:19:23','',115,'https://innocent-angel.org/?p=312',0,'revision','',0),(310,1,'2021-06-02 02:13:03','2021-06-02 02:13:03','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 4</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 4</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 5</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 5</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 6</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 6</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<img style=\"width: 100%;\" src=\"https://via.placeholder.com/800x200?text=Image\">\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h3>Sub Heading 7</h3>\r\nGenerate custom solutions with the possibility to create synergy. Amplify outside the box thinking yet be on brand.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 7</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 8</h3>\r\nDemonstrating sprints in order to innovate. Build innovation to innovate. Drive outside the box thinking and try to think outside the box.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 8</a>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<h3>Sub Heading 9</h3>\r\nLeverage cloud computing but funnel users. Repurposing stakeholder management yet think outside the box. Grow core competencies with a goal to re-target key demographics.\r\n\r\n<a tabindex=\"-1\" href=\"#\">Link 9</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-02 02:13:03','2021-06-02 02:13:03','',115,'https://innocent-angel.org/?p=310',0,'revision','',0),(282,1,'2021-06-01 03:54:38','2021-06-01 03:54:38','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div>\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-01 03:54:38','2021-06-01 03:54:38','',158,'https://innocent-angel.org/?p=282',0,'revision','',0),(283,1,'2021-06-01 03:55:56','2021-06-01 03:55:56','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div>\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 color-neutral-background-color color-neutral-text-contrast bg-background-color\" style=\"padding: 3em;\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-01 03:55:56','2021-06-01 03:55:56','',158,'https://innocent-angel.org/?p=283',0,'revision','',0),(284,1,'2021-06-01 04:38:22','2021-06-01 04:38:22','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #ff6600;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #ff6600;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #ff6600;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 04:38:22','2021-06-01 04:38:22','',113,'https://innocent-angel.org/?p=284',0,'revision','',0),(286,1,'2021-06-01 04:42:01','2021-06-01 04:42:01','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 102px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-01 04:42:01','2021-06-01 04:42:01','',113,'https://innocent-angel.org/?p=286',0,'revision','',0),(292,1,'2021-06-02 01:10:40','2021-06-02 01:10:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 114px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:10:40','2021-06-02 01:10:40','',113,'https://innocent-angel.org/?p=292',0,'revision','',0),(288,1,'2021-06-01 04:52:41','2021-06-01 04:52:41','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-193 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/319c0400-32bdb7e6-gguy140400012.jpg\" alt=\"\" width=\"814\" height=\"588\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.</p>\r\n\r\n<h3 class=\"\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</span></h3>\r\n877-356-1056\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\r\n\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-01 04:52:41','2021-06-01 04:52:41','',117,'https://innocent-angel.org/?p=288',0,'revision','',0),(308,1,'2021-06-02 02:07:35','2021-06-02 02:07:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">Our Offices <span style=\"color: var(--color-neutral-text-contrast);\">are located in Cleveland, MS </span><span style=\"color: var(--color-neutral-text-contrast);\">and California</span></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Alma Hayes Foundation</strong></span></li>\r\n 	<li><strong>812 Aloe Ave.</strong></li>\r\n 	<li><strong>Cleveland, MS 38732</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-02 02:07:35','2021-06-02 02:07:35','',117,'https://innocent-angel.org/?p=308',0,'revision','',0),(289,1,'2021-06-01 05:01:39','2021-06-01 05:01:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-193 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/319c0400-32bdb7e6-gguy140400012.jpg\" alt=\"\" width=\"814\" height=\"588\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">Our Offices <span style=\"color: var(--color-neutral-text-contrast);\">are located in Cleveland, MS </span><span style=\"color: var(--color-neutral-text-contrast);\">and California</span></p>\r\n<p class=\"\"><strong><span style=\"color: #008080;\">Alma Hayes Foundation&nbsp;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #008080;\">&nbsp; Innocent Angel Foundation&nbsp; &nbsp;</span> &nbsp; 812 Aloe Ave&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; P. O. Box 6238&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cleveland, MS 38732&nbsp; &nbsp; &nbsp;</strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>Pine Mountain Club, CA 93222&nbsp;</strong> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>\r\n\r\n<h3 class=\"\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</span></h3>\r\n<p class=\"\" style=\"font-size: 24px;\"><strong>877-356-1056</strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\r\n\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-01 05:01:39','2021-06-01 05:01:39','',117,'https://innocent-angel.org/?p=289',0,'revision','',0),(307,1,'2021-06-02 02:07:00','2021-06-02 02:07:00','','Here To Help','','inherit','open','closed','','here-to-help','','','2021-06-02 02:07:00','2021-06-02 02:07:00','',117,'https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help.jpg',0,'attachment','image/jpeg',0),(570,1,'2021-06-11 21:02:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-06-11 21:02:10','0000-00-00 00:00:00','',0,'https://innocent-angel.org/?p=570',0,'post','',0),(293,1,'2021-06-02 01:13:42','2021-06-02 01:13:42','<iframe title=\"City at Night\" width=\"780\" height=\"439\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1f72b9b20df6dad278506c9cdf9fe828','','','2021-06-02 01:13:42','2021-06-02 01:13:42','',0,'https://innocent-angel.org/1f72b9b20df6dad278506c9cdf9fe828/',0,'oembed_cache','',0),(294,1,'2021-06-02 01:13:42','2021-06-02 01:13:42','<iframe title=\"City at Night\" width=\"391\" height=\"220\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','0c9cbe354d9dd68224aff14834faa928','','','2021-06-02 01:13:42','2021-06-02 01:13:42','',0,'https://innocent-angel.org/0c9cbe354d9dd68224aff14834faa928/',0,'oembed_cache','',0),(295,1,'2021-06-02 01:16:34','2021-06-02 01:16:34','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 130px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\"size-full wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"325\" height=\"217\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:16:34','2021-06-02 01:16:34','',113,'https://innocent-angel.org/?p=295',0,'revision','',0),(297,1,'2021-06-02 01:23:04','2021-06-02 01:23:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:23:04','2021-06-02 01:23:04','',113,'https://innocent-angel.org/?p=297',0,'revision','',0),(298,1,'2021-06-02 01:26:25','2021-06-02 01:26:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:26:25','2021-06-02 01:26:25','',113,'https://innocent-angel.org/?p=298',0,'revision','',0),(299,1,'2021-06-02 01:29:48','2021-06-02 01:29:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:29:48','2021-06-02 01:29:48','',113,'https://innocent-angel.org/?p=299',0,'revision','',0),(300,1,'2021-06-02 01:32:55','2021-06-02 01:32:55','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:32:55','2021-06-02 01:32:55','',113,'https://innocent-angel.org/?p=300',0,'revision','',0),(301,1,'2021-06-02 01:35:36','2021-06-02 01:35:36','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-02 01:35:36','2021-06-02 01:35:36','',113,'https://innocent-angel.org/?p=301',0,'revision','',0),(390,1,'2021-06-04 05:42:27','2021-06-04 05:42:27','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Butto</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-04 05:42:27','2021-06-04 05:42:27','',113,'https://innocent-angel.org/?p=390',0,'revision','',0),(303,1,'2021-06-02 01:41:14','2021-06-02 01:41:14','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div>\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-02 01:41:14','2021-06-02 01:41:14','',158,'https://innocent-angel.org/?p=303',0,'revision','',0),(305,1,'2021-06-02 01:43:02','2021-06-02 01:43:02','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div>\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp; &nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cbbbd7a5-c8f4aaa7-givaga160300030.jpg\" alt=\"\" width=\"200\" height=\"217\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-02 01:43:02','2021-06-02 01:43:02','',158,'https://innocent-angel.org/?p=305',0,'revision','',0),(417,1,'2021-06-05 03:41:02','2021-06-05 03:41:02','','Coffee','','inherit','open','closed','','coffee','','','2021-06-05 03:41:02','2021-06-05 03:41:02','',158,'https://innocent-angel.org/wp-content/uploads/2021/06/Coffee.jpg',0,'attachment','image/jpeg',0),(418,1,'2021-06-05 03:42:34','2021-06-05 03:42:34','','Coffee-4','','inherit','open','closed','','coffee-4','','','2021-06-05 03:42:34','2021-06-05 03:42:34','',158,'https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4.jpg',0,'attachment','image/jpeg',0),(419,1,'2021-06-05 03:46:00','2021-06-05 03:46:00','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp; &nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-05 03:46:00','2021-06-05 03:46:00','',158,'https://innocent-angel.org/?p=419',0,'revision','',0),(332,1,'2021-06-04 00:50:40','2021-06-04 00:50:40','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a','','','2021-06-04 00:50:40','2021-06-04 00:50:40','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a.jpg',0,'attachment','image/jpeg',0),(392,1,'2021-06-04 05:50:26','2021-06-04 05:50:26','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-04 05:50:26','2021-06-04 05:50:26','',115,'https://innocent-angel.org/?p=392',0,'revision','',0),(322,1,'2021-06-03 23:09:23','2021-06-03 23:09:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-right: auto; margin-left: auto;\" width=\"75%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-03 23:09:23','2021-06-03 23:09:23','',159,'https://innocent-angel.org/?p=322',0,'revision','',0),(314,1,'2021-06-02 02:24:52','2021-06-02 02:24:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">DONATE NOW!&nbsp;\r\n</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: bold; text-transform: uppercase;\">cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-right: auto; margin-left: auto;\" width=\"75%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-260\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse87667334c2e9b0db5b9bd484e882787.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-264\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsfa046ac778f04dc395021aa6999cc94a.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-263\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops7161f667052c2e22f43c50f4115c38ac.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-261\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropsf4e779d0d05a5a508cd3d694c168ae39.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-262\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcropse3e5a1da50e95b7edabb34f6ef85a724.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged wp-image-266\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw150h150fitcrops1f85d53da1455e16497fff7e389413f8.jpg\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-02 02:24:52','2021-06-02 02:24:52','',159,'https://innocent-angel.org/?p=314',0,'revision','',0),(316,1,'2021-06-03 22:50:50','2021-06-03 22:50:50','','Angel Chemise & Robe-3','','inherit','open','closed','','angel-chemise-robe-3','','','2021-06-03 22:50:50','2021-06-03 22:50:50','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/Angel-Chemise-Robe-3.jpg',0,'attachment','image/jpeg',0),(317,1,'2021-06-03 22:53:07','2021-06-03 22:53:07','','Angel Tee, Boxer & Tank-2','','inherit','open','closed','','angel-tee-boxer-tank-2','','','2021-06-03 22:53:07','2021-06-03 22:53:07','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/Angel-Tee-Boxer-Tank-2.jpg',0,'attachment','image/jpeg',0),(318,1,'2021-06-03 22:55:08','2021-06-03 22:55:08','','BJ Gown & Robe-3','','inherit','open','closed','','bj-gown-robe-3','','','2021-06-03 22:55:08','2021-06-03 22:55:08','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Gown-Robe-3.jpg',0,'attachment','image/jpeg',0),(319,1,'2021-06-03 22:57:40','2021-06-03 22:57:40','','Simply Sweet Chemise & Wrap','','inherit','open','closed','','simply-sweet-chemise-wrap','','','2021-06-03 22:57:40','2021-06-03 22:57:40','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/Simply-Sweet-Chemise-Wrap.jpg',0,'attachment','image/jpeg',0),(320,1,'2021-06-03 23:02:49','2021-06-03 23:02:49','','Crowdfunding Photo','','inherit','open','closed','','crowdfunding-photo','','','2021-06-03 23:02:49','2021-06-03 23:02:49','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/Crowdfunding-Photo.jpg',0,'attachment','image/jpeg',0),(321,1,'2021-06-03 23:04:39','2021-06-03 23:04:39','','LP Niteshirt-2','','inherit','open','closed','','lp-niteshirt-2','','','2021-06-03 23:04:39','2021-06-03 23:04:39','',159,'https://innocent-angel.org/wp-content/uploads/2021/06/LP-Niteshirt-2.jpg',0,'attachment','image/jpeg',0),(324,1,'2021-06-03 23:28:20','2021-06-03 23:28:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">BUY NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">Button</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-03 23:28:20','2021-06-03 23:28:20','',159,'https://innocent-angel.org/?p=324',0,'revision','',0),(325,1,'2021-06-03 23:50:30','2021-06-03 23:50:30','{\n    \"crio::bgtfw_footer_layout\": {\n        \"value\": [\n            {\n                \"container\": \"full-width\",\n                \"items\": [\n                    {\n                        \"key\": \"menu\",\n                        \"type\": \"boldgrid_menu_footer-social\",\n                        \"align\": \"e\",\n                        \"uid\": \"f117\"\n                    }\n                ]\n            },\n            {\n                \"container\": \"full-width\",\n                \"items\": []\n            }\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-03 23:50:30\"\n    },\n    \"crio::bgtfw_menu_hamburger_social_toggle\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-03 23:41:32\"\n    },\n    \"crio::bgtfw_menu_hamburger_social\": {\n        \"value\": \"hamburger--3dxy-r\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-03 23:42:16\"\n    }\n}','','','trash','closed','closed','','0b0405b5-52d4-42b8-a7d5-442f1972a82b','','','2021-06-03 23:50:30','2021-06-03 23:50:30','',0,'https://innocent-angel.org/?p=325',0,'customize_changeset','',0),(326,1,'2021-06-04 00:36:58','2021-06-04 00:36:58','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f','','','2021-06-04 00:36:58','2021-06-04 00:36:58','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f.jpg',0,'attachment','image/jpeg',0),(327,1,'2021-06-04 00:36:59','2021-06-04 00:36:59','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2','','','2021-06-04 00:36:59','2021-06-04 00:36:59','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2.jpg',0,'attachment','image/jpeg',0),(328,1,'2021-06-04 00:37:00','2021-06-04 00:37:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4','','','2021-06-04 00:37:00','2021-06-04 00:37:00','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4.jpg',0,'attachment','image/jpeg',0),(329,1,'2021-06-04 00:38:58','2021-06-04 00:38:58','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50','','','2021-06-04 00:38:58','2021-06-04 00:38:58','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50.jpg',0,'attachment','image/jpeg',0),(404,1,'2021-06-05 02:31:06','2021-06-05 02:31:06','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"407\" height=\"272\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"405\" height=\"304\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:31:06','2021-06-05 02:31:06','',160,'https://innocent-angel.org/?p=404',0,'revision','',0);
INSERT INTO `wpzv_posts` VALUES (330,1,'2021-06-04 00:39:31','2021-06-04 00:39:31','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Mayme Ingram</p>\r\n<p class=\"h4\">President</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img wp-image-329\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcrops6c39501939eb306585a98e5d02488d50.jpg\" width=\"300\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2.jpg\');\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops5d03d545921ad552c9f0ec112af0a8e2.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img wp-image-326\" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc20a764e9478d8fb855c942fd058397f.jpg\" width=\"400\" height=\"250\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img wp-image-328\" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc58a67f7d7fd31382c0e160135f7efd4.jpg\" width=\"400\" height=\"250\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5>Our Passion Shows.</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2>Our Services</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-04 00:39:31','2021-06-04 00:39:31','',160,'https://innocent-angel.org/?p=330',0,'revision','',0),(395,1,'2021-06-05 01:36:42','2021-06-05 01:36:42','','Fruits & Vegetables-7 - Copy','','inherit','open','closed','','fruits-vegetables-7-copy','','','2021-06-05 01:36:42','2021-06-05 01:36:42','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy.jpg',0,'attachment','image/jpeg',0),(396,1,'2021-06-05 01:40:14','2021-06-05 01:40:14','','Pretty Black Girl','','inherit','open','closed','','pretty-black-girl','','','2021-06-05 01:40:14','2021-06-05 01:40:14','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Pretty-Black-Girl.jpg',0,'attachment','image/jpeg',0),(397,1,'2021-06-05 01:56:37','2021-06-05 01:56:37','','Sisterhood','','inherit','open','closed','','sisterhood','','','2021-06-05 01:56:37','2021-06-05 01:56:37','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood.jpg',0,'attachment','image/jpeg',0),(398,1,'2021-06-05 02:02:25','2021-06-05 02:02:25','','Painted Hands','','inherit','open','closed','','painted-hands','','','2021-06-05 02:02:25','2021-06-05 02:02:25','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands.jpg',0,'attachment','image/jpeg',0),(399,1,'2021-06-05 02:04:19','2021-06-05 02:04:19','','Fruits & Vegetables-3 - Copy','','inherit','open','closed','','fruits-vegetables-3-copy','','','2021-06-05 02:04:19','2021-06-05 02:04:19','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy.jpg',0,'attachment','image/jpeg',0),(400,1,'2021-06-05 02:10:43','2021-06-05 02:10:43','','Books-2 - Copy','','inherit','open','closed','','books-2-copy','','','2021-06-05 02:10:43','2021-06-05 02:10:43','',160,'https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy.jpg',0,'attachment','image/jpeg',0),(401,1,'2021-06-05 02:13:06','2021-06-05 02:13:06','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 size-full\" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"419\" height=\"314\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:13:06','2021-06-05 02:13:06','',160,'https://innocent-angel.org/?p=401',0,'revision','',0),(336,1,'2021-06-04 01:07:17','2021-06-04 01:07:17','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-04 01:07:17','2021-06-04 01:07:17','',117,'https://innocent-angel.org/?p=336',0,'revision','',0),(334,1,'2021-06-04 01:03:10','2021-06-04 01:03:10','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-04 01:03:10','2021-06-04 01:03:10','',117,'https://innocent-angel.org/?p=334',0,'revision','',0),(333,1,'2021-06-04 00:59:23','2021-06-04 00:59:23','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 style=\"margin-top: 0;\">Sign up for the newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Alma Hayes Foundation</strong></span></li>\r\n 	<li><strong>812 Aloe Ave.</strong></li>\r\n 	<li><strong>Cleveland, MS 38732</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops6ff8ce51b9b17a5fa90712fa0ed6165a.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-04 00:59:23','2021-06-04 00:59:23','',117,'https://innocent-angel.org/?p=333',0,'revision','',0),(339,1,'2021-06-04 01:20:55','2021-06-04 01:20:55','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">11:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Feeding The Hungry</p>\r\n<p class=\"\">Free food will be given to the hungry once a week when it is available.&nbsp; The times and dates will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square alignnone wp-image-434 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Free Bags of Food</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">9:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Checking On The Elderly</p>\r\n<p class=\"\">Volunteers will visit the elderly in the neighborhood making sure they are okay and to see if they need anything.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Helping The Elderly</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">10:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Pancake Breakfast</p>\r\n<p class=\"\">We will have pancake breakfasts to help bring the neighborhood together. The dates and times will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-436 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Delicious Pancakes</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Watermelon Wednesday</span></p>\r\n<p class=\"\">On those hot Wednesday, we will serve the neighborhood cold sweet watermelon when it is available</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-440 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Sweet Watermelon</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Hotdogs Day</span></p>\r\n<p class=\"\">We will provide hotdogs for the neighborhood when it\'s available.&nbsp; The date and time will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-441 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Hotdogs For all</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">5:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Block Party</span></p>\r\n<p class=\"\">Let\'s block off the streets and listen to some Marvin Gaye and Stevie Wonder and have a cold ice tea.&nbsp; There will be absolutely no alcohol.&nbsp; It is a time to catch up with your neighbors and enjoy each other.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-442 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/797_149_1039_1558_Party-scaled.jpg\" alt=\"\" width=\"1039\" height=\"1558\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Just Having Fun</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','publish','closed','closed','','upcoming-events','','','2021-06-11 21:50:53','2021-06-11 21:50:53','',0,'https://innocent-angel.org/?page_id=339',0,'page','',0),(340,1,'2021-06-04 01:20:55','2021-06-04 01:20:55','{\n    \"nav_menu_item[338]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:17:15\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            339\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:17:15\"\n    },\n    \"nav_menu_item[-854295547886598100]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:20:40\"\n    },\n    \"nav_menu_item[118]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 117,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/contact-us/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:20:40\"\n    },\n    \"nav_menu_item[-989176216852369400]\": {\n        \"value\": {\n            \"object_id\": 339,\n            \"object\": \"page\",\n            \"menu_item_parent\": 170,\n            \"position\": 7,\n            \"type\": \"post_type\",\n            \"title\": \"Upcoming Events\",\n            \"url\": \"https://innocent-angel.org/?page_id=339\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Upcoming Events\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:19:41\"\n    }\n}','','','trash','closed','closed','','0789e0d1-e7ac-4413-bd9f-09d72c9b3c4d','','','2021-06-04 01:20:55','2021-06-04 01:20:55','',0,'https://innocent-angel.org/?p=340',0,'customize_changeset','',0),(342,1,'2021-06-07 01:55:11','2021-06-04 01:20:55',' ','','','publish','closed','closed','','342','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/342/',12,'nav_menu_item','',0),(341,1,'2021-06-04 01:20:55','2021-06-04 01:20:55','','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-04 01:20:55','2021-06-04 01:20:55','',339,'https://innocent-angel.org/?p=341',0,'revision','',0),(356,1,'2021-06-04 01:58:03','2021-06-04 01:58:03','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n[weforms id=\"73\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-04 01:58:03','2021-06-04 01:58:03','',117,'https://innocent-angel.org/?p=356',0,'revision','',0),(344,1,'2021-06-04 01:29:34','2021-06-04 01:29:34','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc','','','2021-06-04 01:29:34','2021-06-04 01:29:34','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg',0,'attachment','image/jpeg',0),(345,1,'2021-06-04 01:35:07','2021-06-04 01:35:07','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de','','','2021-06-04 01:35:07','2021-06-04 01:35:07','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de.jpg',0,'attachment','image/jpeg',0),(346,1,'2021-06-04 01:35:08','2021-06-04 01:35:08','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d','','','2021-06-04 01:35:08','2021-06-04 01:35:08','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d.jpg',0,'attachment','image/jpeg',0),(348,1,'2021-06-04 01:40:48','2021-06-04 01:40:48','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square\" src=\"https://images.unsplash.com/photo-1492899607222-5d9ac07b82f7?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=125&amp;h=125&amp;fit=crop&amp;s=60b02b1dbce14f1b1c6c639ff0b3d6d9\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Anne McDaniel</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square wp-image-346\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d.jpg\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Victoria Schneider</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square wp-image-345\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de.jpg\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Phoebe Pearson</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-04 01:40:48','2021-06-04 01:40:48','',339,'https://innocent-angel.org/?p=348',0,'revision','',0),(347,1,'2021-06-04 01:38:23','2021-06-04 01:38:23','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square\" src=\"https://images.unsplash.com/photo-1492899607222-5d9ac07b82f7?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=125&amp;h=125&amp;fit=crop&amp;s=60b02b1dbce14f1b1c6c639ff0b3d6d9\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Anne McDaniel</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square wp-image-346\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsf2c1591cc01df533d517aa807bbd0c7d.jpg\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Victoria Schneider</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">8:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Title of Presentation</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<p class=\"\"><img class=\"bg-img bg-img-square wp-image-345\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops59447ed9b53a44d7cb0510b5324099de.jpg\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Phoebe Pearson</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-04 01:38:23','2021-06-04 01:38:23','',339,'https://innocent-angel.org/?p=347',0,'revision','',0),(357,1,'2021-06-04 04:28:13','2021-06-04 04:28:13','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a','','','2021-06-04 04:28:13','2021-06-04 04:28:13','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops5324979db9b422d80c9d523c0bab5e7a.jpg',0,'attachment','image/jpeg',0),(358,1,'2021-06-04 04:28:14','2021-06-04 04:28:14','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7','','','2021-06-04 04:28:14','2021-06-04 04:28:14','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops9298810fc890581e3777608a31575eb7.jpg',0,'attachment','image/jpeg',0),(359,1,'2021-06-04 04:28:14','2021-06-04 04:28:14','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721','','','2021-06-04 04:28:14','2021-06-04 04:28:14','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse7f3d50a8b26fe7147e795182e557721.jpg',0,'attachment','image/jpeg',0),(360,1,'2021-06-04 04:28:14','2021-06-04 04:28:14','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf','','','2021-06-04 04:28:14','2021-06-04 04:28:14','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops07533f6c5de736b1e2ecdcb0f5ec2ccf.jpg',0,'attachment','image/jpeg',0),(361,1,'2021-06-04 04:28:14','2021-06-04 04:28:14','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e','','','2021-06-04 04:28:14','2021-06-04 04:28:14','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw350h150fitcrops6ca0df6c3840db4436bcd214e2f8c78e.jpg',0,'attachment','image/jpeg',0),(362,1,'2021-06-04 04:28:15','2021-06-04 04:28:15','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865','','','2021-06-04 04:28:15','2021-06-04 04:28:15','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops57acd1ded762950883a28d95fcdf4865.jpg',0,'attachment','image/jpeg',0),(363,1,'2021-06-04 04:28:19','2021-06-04 04:28:19','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5','','','2021-06-04 04:28:19','2021-06-04 04:28:19','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops649b8bd446f1277c884679d4f0c7e7c5.jpg',0,'attachment','image/jpeg',0),(364,1,'2021-06-04 04:28:19','2021-06-04 04:28:19','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149','','','2021-06-04 04:28:19','2021-06-04 04:28:19','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcrops75feac389edad1f2ca0e49da91387149.jpg',0,'attachment','image/jpeg',0),(365,1,'2021-06-04 04:28:20','2021-06-04 04:28:20','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416','','','2021-06-04 04:28:20','2021-06-04 04:28:20','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7656eb1ab7293081c61df4538a1dd416.jpg',0,'attachment','image/jpeg',0),(366,1,'2021-06-04 04:28:20','2021-06-04 04:28:20','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5','','','2021-06-04 04:28:20','2021-06-04 04:28:20','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops95bb4f1a09d691b8e3d17c1ce9a2d8a5.jpg',0,'attachment','image/jpeg',0),(367,1,'2021-06-04 04:28:21','2021-06-04 04:28:21','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb','','','2021-06-04 04:28:21','2021-06-04 04:28:21','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h200fitcropsfda13662361950687d3251ac714d96fb.jpg',0,'attachment','image/jpeg',0),(368,1,'2021-06-04 04:28:21','2021-06-04 04:28:21','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84','','','2021-06-04 04:28:21','2021-06-04 04:28:21','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd428342340c626c13353f2975bc83e84.jpg',0,'attachment','image/jpeg',0),(369,1,'2021-06-04 04:33:23','2021-06-04 04:33:23','','Grammy Musume','','inherit','open','closed','','grammy-musume','','','2021-06-04 04:33:23','2021-06-04 04:33:23','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume.png',0,'attachment','image/png',0),(370,1,'2021-06-04 04:43:26','2021-06-04 04:43:26','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f','','','2021-06-04 04:43:26','2021-06-04 04:43:26','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7764a92f8fe9fb37f606be25cbcd7e9f.jpg',0,'attachment','image/jpeg',0),(371,1,'2021-06-04 04:43:26','2021-06-04 04:43:26','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3','','','2021-06-04 04:43:26','2021-06-04 04:43:26','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops248e704a36d6005fb3ed70bc6c020bf3.jpg',0,'attachment','image/jpeg',0),(372,1,'2021-06-04 04:43:26','2021-06-04 04:43:26','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316','','','2021-06-04 04:43:26','2021-06-04 04:43:26','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw600h600fitcrops483360064efbcde43463549025d05316.jpg',0,'attachment','image/jpeg',0),(373,1,'2021-06-04 04:43:26','2021-06-04 04:43:26','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65','','','2021-06-04 04:43:26','2021-06-04 04:43:26','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops3f3a8c6f424421ef23a26bc3f3036d65.jpg',0,'attachment','image/jpeg',0),(374,1,'2021-06-04 04:43:27','2021-06-04 04:43:27','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2','','','2021-06-04 04:43:27','2021-06-04 04:43:27','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropse9709a7525fd67d559fc92793508bbf2.jpg',0,'attachment','image/jpeg',0),(375,1,'2021-06-04 04:43:27','2021-06-04 04:43:27','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1','','','2021-06-04 04:43:27','2021-06-04 04:43:27','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops2b5d9b74bf23c88ff7d34df1f23be2b1.jpg',0,'attachment','image/jpeg',0),(350,1,'2021-06-04 01:50:01','2021-06-04 01:50:01','{\n    \"crio::nav_menu_locations[social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:47:08\"\n    },\n    \"nav_menu_item[170]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 161,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/more/\",\n            \"title\": \"More\\u2026\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"More\\u2026\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menu_item[342]\": {\n        \"value\": {\n            \"menu_item_parent\": 170,\n            \"object_id\": 339,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/upcoming-events/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Upcoming Events\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menu_item[118]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 117,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/contact-us/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            351\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menu_item[-8629283197328089000]\": {\n        \"value\": {\n            \"object_id\": 351,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Cleveland, MS\",\n            \"url\": \"https://innocent-angel.org/?page_id=351\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Cleveland, MS\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menu_item[-2108585507409995800]\": {\n        \"value\": {\n            \"object_id\": 351,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 10,\n            \"type\": \"post_type\",\n            \"title\": \"Cleveland, MS\",\n            \"url\": \"https://innocent-angel.org/?page_id=351\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Cleveland, MS\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:48:08\"\n    },\n    \"nav_menu_item[169]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 160,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/community-outreach/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Community Outreach\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:49:10\"\n    }\n}','','','trash','closed','closed','','d597e29c-500e-4a70-9cf2-cc5adc76de66','','','2021-06-04 01:50:01','2021-06-04 01:50:01','',0,'https://innocent-angel.org/?p=350',0,'customize_changeset','',0),(351,1,'2021-06-04 01:50:01','2021-06-04 01:50:01','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With having such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">We need more police presents in the community.&nbsp; Gun violence need to stop! Speedy down streets need to stop!&nbsp; If a child runs into the street and there are gun shots and cars speedy down the street, they could be killed instantly.&nbsp; The polices need to protect all communities and keep them safe.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-outreach/\">LEARN MORE...</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"475\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle alignnone wp-image-618 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum-2-300x214.jpg\" alt=\"\" width=\"483\" height=\"344\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','publish','closed','closed','','cleveland-ms','','','2021-06-12 19:19:41','2021-06-12 19:19:41','',0,'https://innocent-angel.org/?page_id=351',0,'page','',0),(352,1,'2021-06-04 01:50:01','2021-06-04 01:50:01','','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 01:50:01','2021-06-04 01:50:01','',351,'https://innocent-angel.org/?p=352',0,'revision','',0),(353,1,'2021-06-07 01:55:11','2021-06-04 01:50:01',' ','','','publish','closed','closed','','353','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/353/',7,'nav_menu_item','',0),(355,1,'2021-06-04 01:50:38','2021-06-04 01:50:38','{\n    \"nav_menu_item[353]\": {\n        \"value\": {\n            \"object_id\": 351,\n            \"object\": \"page\",\n            \"menu_item_parent\": 169,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Cleveland, MS\",\n            \"url\": \"https://innocent-angel.org/?page_id=351\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Cleveland, MS\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:50:38\"\n    },\n    \"nav_menu_item[354]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-04 01:50:38\"\n    }\n}','','','trash','closed','closed','','cb0fc5f5-dfdd-4661-8f19-f9844e410241','','','2021-06-04 01:50:38','2021-06-04 01:50:38','',0,'https://innocent-angel.org/cb0fc5f5-dfdd-4661-8f19-f9844e410241/',0,'customize_changeset','',0),(385,1,'2021-06-04 05:25:16','2021-06-04 05:25:16','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle  aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img   aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 05:25:16','2021-06-04 05:25:16','',351,'https://innocent-angel.org/?p=385',0,'revision','',0),(376,1,'2021-06-04 04:55:02','2021-06-04 04:55:02','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-369 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume.png\" alt=\"\" width=\"575\" height=\"208\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1488805990569-3c9e1d76d51c?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=600&amp;h=600&amp;fit=crop&amp;s=248e704a36d6005fb3ed70bc6c020bf3\" width=\"600\" height=\"600\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1516919549054-e08258825f80?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=300&amp;h=300&amp;fit=crop&amp;s=e9709a7525fd67d559fc92793508bbf2\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1518458824120-982675dbc706?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=300&amp;h=300&amp;fit=crop&amp;s=2b5d9b74bf23c88ff7d34df1f23be2b1\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1488802484013-f23aca1e2d9b?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=300&amp;h=300&amp;fit=crop&amp;s=3f3a8c6f424421ef23a26bc3f3036d65\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1502005097973-6a7082348e28?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=300&amp;h=300&amp;fit=crop&amp;s=7764a92f8fe9fb37f606be25cbcd7e9f\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img\" src=\"https://images.unsplash.com/photo-1487015307662-6ce6210680f1?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=600&amp;h=600&amp;fit=crop&amp;s=483360064efbcde43463549025d05316\" width=\"600\" height=\"600\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 04:55:02','2021-06-04 04:55:02','',351,'https://innocent-angel.org/?p=376',0,'revision','',0),(378,1,'2021-06-04 05:10:24','2021-06-04 05:10:24','','Grammy Musume-4','','inherit','open','closed','','grammy-musume-4','','','2021-06-04 05:10:24','2021-06-04 05:10:24','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png',0,'attachment','image/png',0),(379,1,'2021-06-04 05:11:15','2021-06-04 05:11:15','','812 Aloe Ave','','inherit','open','closed','','812-aloe-ave','','','2021-06-04 05:11:15','2021-06-04 05:11:15','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png',0,'attachment','image/png',0),(380,1,'2021-06-04 05:14:42','2021-06-04 05:14:42','','Delta State','','inherit','open','closed','','delta-state','','','2021-06-04 05:14:42','2021-06-04 05:14:42','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg',0,'attachment','image/jpeg',0),(381,1,'2021-06-04 05:19:03','2021-06-04 05:19:03','','Grammy Museum','','inherit','open','closed','','grammy-museum','','','2021-06-04 05:19:03','2021-06-04 05:19:03','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg',0,'attachment','image/jpeg',0),(382,1,'2021-06-04 05:21:22','2021-06-04 05:21:22','','Aloe Ave -2','','inherit','open','closed','','aloe-ave-2','','','2021-06-04 05:21:22','2021-06-04 05:21:22','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png',0,'attachment','image/png',0),(383,1,'2021-06-04 05:22:52','2021-06-04 05:22:52','','Aloe Ave -3','','inherit','open','closed','','aloe-ave-3','','','2021-06-04 05:22:52','2021-06-04 05:22:52','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png',0,'attachment','image/png',0),(384,1,'2021-06-04 05:23:49','2021-06-04 05:23:49','','Aloe Ave Playground','','inherit','open','closed','','aloe-ave-playground','','','2021-06-04 05:23:49','2021-06-04 05:23:49','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png',0,'attachment','image/png',0),(386,1,'2021-06-04 05:27:49','2021-06-04 05:27:49','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Button</a></p>\r\n\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Description</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 05:27:49','2021-06-04 05:27:49','',351,'https://innocent-angel.org/?p=386',0,'revision','',0),(387,1,'2021-06-04 05:36:19','2021-06-04 05:36:19','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Delta State University</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Giving Home A Facelift...</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Making The Playground Safe!</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Cleaning Up The Community...</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 05:36:19','2021-06-04 05:36:19','',351,'https://innocent-angel.org/?p=387',0,'revision','',0),(389,1,'2021-06-04 05:38:13','2021-06-04 05:38:13','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<p class=\"\">Delta State University</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Giving Homes A Facelift...</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Making The Playground Safe!</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\">Cleaning Up The Community...</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 05:38:13','2021-06-04 05:38:13','',351,'https://innocent-angel.org/?p=389',0,'revision','',0),(391,1,'2021-06-04 05:43:59','2021-06-04 05:43:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n\r\n[video width=\"4096\" height=\"2160\" mp4=\"https://innocent-angel.org/wp-content/uploads/2021/05/Food-For-The-Hungry.mp4\" loop=\"true\" autoplay=\"true\" preload=\"auto\"][/video]\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 5px;\">\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\"></div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-6\" style=\"padding: 0px 5px;\">\r\n<p class=\"\" style=\"margin-bottom: 5px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 70px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 60px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-04 05:43:59','2021-06-04 05:43:59','',113,'https://innocent-angel.org/?p=391',0,'revision','',0),(393,1,'2021-06-04 05:51:43','2021-06-04 05:51:43','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need and at the same time you can enjoy Innocent Angel beautiful cotton sleepwear.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h2>\r\n<p class=\"\">We are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"216\" height=\"227\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Beautifying The Community</h2>\r\n<p class=\"\">Do you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"183\" height=\"210\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\">Learning Center</h2>\r\n<p class=\"\">Our services are designed to help our customers focus on health. Whether you are worried about weight management ort simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-04 05:51:43','2021-06-04 05:51:43','',115,'https://innocent-angel.org/?p=393',0,'revision','',0),(394,1,'2021-06-04 23:52:24','2021-06-04 23:52:24','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Giving Homes A Facelift...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-04 23:52:24','2021-06-04 23:52:24','',351,'https://innocent-angel.org/?p=394',0,'revision','',0),(408,1,'2021-06-05 02:38:05','2021-06-05 02:38:05','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"440\" height=\"293\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Stylish Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"387\" height=\"290\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Confidence &amp; Comfort</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-05 02:38:05','2021-06-05 02:38:05','',160,'https://innocent-angel.org/?p=408',0,'revision','',0),(429,1,'2021-06-06 05:55:52','2021-06-06 05:55:52','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"426\" height=\"284\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 05:55:52','2021-06-06 05:55:52','',160,'https://innocent-angel.org/?p=429',0,'revision','',0),(411,1,'2021-06-05 02:44:41','2021-06-05 02:44:41','','School Supplies-2 - Copy','','inherit','open','closed','','school-supplies-2-copy','','','2021-06-05 02:44:41','2021-06-05 02:44:41','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy.jpg',0,'attachment','image/jpeg',0),(412,1,'2021-06-05 02:51:33','2021-06-05 02:51:33','','Building A House - Copy','','inherit','open','closed','','building-a-house-copy','','','2021-06-05 02:51:33','2021-06-05 02:51:33','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy.jpg',0,'attachment','image/jpeg',0),(413,1,'2021-06-05 02:56:05','2021-06-05 02:56:05','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-05 02:56:05','2021-06-05 02:56:05','',113,'https://innocent-angel.org/?p=413',0,'revision','',0),(422,1,'2021-06-05 03:52:16','2021-06-05 03:52:16','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-421 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-05 03:52:16','2021-06-05 03:52:16','',113,'https://innocent-angel.org/?p=422',0,'revision','',0),(415,1,'2021-06-05 02:59:04','2021-06-05 02:59:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-152\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/034bf0-05d04f12-mukhina1170900009.jpg\" alt=\"\" width=\"252\" height=\"189\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-05 02:59:04','2021-06-05 02:59:04','',113,'https://innocent-angel.org/?p=415',0,'revision','',0),(421,1,'2021-06-05 03:51:08','2021-06-05 03:51:08','','Fruits & Vegetables - Copy','','inherit','open','closed','','fruits-vegetables-copy','','','2021-06-05 03:51:08','2021-06-05 03:51:08','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-Copy.jpg',0,'attachment','image/jpeg',0),(416,1,'2021-06-05 03:04:48','2021-06-05 03:04:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, UBU is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel Collection to help the needy.</p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">BUY NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">BUY NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-05 03:04:48','2021-06-05 03:04:48','',159,'https://innocent-angel.org/?p=416',0,'revision','',0),(460,1,'2021-06-07 00:51:08','2021-06-07 00:51:08','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">&nbsp; &nbsp;Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-4 col-xs-12\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 00:51:08','2021-06-07 00:51:08','',158,'https://innocent-angel.org/?p=460',0,'revision','',0),(426,1,'2021-06-06 05:46:19','2021-06-06 05:46:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"390\" height=\"390\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-06 05:46:19','2021-06-06 05:46:19','',113,'https://innocent-angel.org/?p=426',0,'revision','',0),(423,1,'2021-06-05 03:54:37','2021-06-05 03:54:37','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 24px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\" style=\"margin: 2em 0;\">Engage benchmarking to, consequently, take this offline. Execute user experience to go viral. Funneling sprints and possibly improve overall outcomes.</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"290\" height=\"291\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n&nbsp;\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Come on in and see what we’ve got for you!</p>\r\n<p class=\"\">&nbsp;Our fashions range from the traditional to</p>\r\n<p class=\"\">&nbsp;the ultra-modern, so there’s something for everyone to appreciate. Conservative or fashion-forward, you can find great fashions that fit your lifestyle and make you feel comfortable and happy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-421 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I was looking for something to wear to a dinner party, and just couldn’t find the right look. Your fashion consultant helped me choose something I really</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-194\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/993bf667-295f4388-asphoto777190700020.jpg\" alt=\"\" width=\"289\" height=\"192\"></p>\r\n<p class=\"\">“No matter what I’m looking for, you always have something great. The fashions change so quickly that I can find a new outfit every week, and always be in</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n<p class=\"\">“I enjoy fashion-forward choices sometimes. It’s great to have a store where I can get both at one time, so I don’t have to travel around town.”</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">DONATE NOW!</a></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-05 03:54:37','2021-06-05 03:54:37','',113,'https://innocent-angel.org/?p=423',0,'revision','',0),(576,1,'2021-06-11 21:34:12','2021-06-11 21:34:12','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs manufacture, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical-based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 40px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-11 21:34:12','2021-06-11 21:34:12','',159,'https://innocent-angel.org/?p=576',0,'revision','',0),(458,1,'2021-06-07 00:46:30','2021-06-07 00:46:30','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to build a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/contact-us/\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-07 00:46:30','2021-06-07 00:46:30','',115,'https://innocent-angel.org/?p=458',0,'revision','',0),(459,1,'2021-06-07 00:47:46','2021-06-07 00:47:46','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to build a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Our mission is to help the needy!&nbsp; So, let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/contact-us/\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-07 00:47:46','2021-06-07 00:47:46','',115,'https://innocent-angel.org/?p=459',0,'revision','',0),(575,1,'2021-06-11 21:32:05','2021-06-11 21:32:05','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-512 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png\" alt=\"\" width=\"537\" height=\"401\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-autosave-v1','','','2021-06-11 21:32:05','2021-06-11 21:32:05','',158,'https://innocent-angel.org/?p=575',0,'revision','',0),(466,1,'2021-06-07 01:04:05','2021-06-07 01:04:05','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">&nbsp; &nbsp; Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 01:04:05','2021-06-07 01:04:05','',158,'https://innocent-angel.org/?p=466',0,'revision','',0),(468,1,'2021-06-07 01:05:33','2021-06-07 01:05:33','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 01:05:33','2021-06-07 01:05:33','',158,'https://innocent-angel.org/?p=468',0,'revision','',0),(470,1,'2021-06-07 01:13:54','2021-06-07 01:13:54','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><a class=\"btn btn-3d btn-pill btn-color-1\" href=\"#\">BUY NOW!</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-07 01:13:54','2021-06-07 01:13:54','',159,'https://innocent-angel.org/?p=470',0,'revision','',0),(473,1,'2021-06-07 01:20:36','2021-06-07 01:20:36','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 40px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-07 01:20:36','2021-06-07 01:20:36','',159,'https://innocent-angel.org/?p=473',0,'revision','',0),(569,1,'2021-06-08 04:28:48','2021-06-08 04:28:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs, manufactures, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 40px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cottons in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Gives Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-revision-v1','','','2021-06-08 04:28:48','2021-06-08 04:28:48','',159,'https://innocent-angel.org/?p=569',0,'revision','',0),(495,1,'2021-06-07 02:32:05','2021-06-07 02:32:05','{\n    \"nav_menu_item[116]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 115,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/about-us-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 02:32:05\"\n    },\n    \"nav_menu_item[167]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 158,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/alma-hayes-foundation/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Alma Hayes Foundation\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 02:32:05\"\n    },\n    \"nav_menu_item[491]\": {\n        \"value\": {\n            \"object_id\": 481,\n            \"object\": \"page\",\n            \"menu_item_parent\": 116,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Sponsors\",\n            \"url\": \"https://innocent-angel.org/?page_id=481\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Sponsors\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 02:32:05\"\n    }\n}','','','trash','closed','closed','','dbb36a10-7a93-412c-be30-08d17d5eea1e','','','2021-06-07 02:32:05','2021-06-07 02:32:05','',0,'https://innocent-angel.org/dbb36a10-7a93-412c-be30-08d17d5eea1e/',0,'customize_changeset','',0),(496,1,'2021-06-07 02:34:36','2021-06-07 02:34:36','{\n    \"nav_menu_item[488]\": {\n        \"value\": {\n            \"object_id\": 477,\n            \"object\": \"page\",\n            \"menu_item_parent\": 169,\n            \"position\": 8,\n            \"type\": \"post_type\",\n            \"title\": \"Helping The Needy\",\n            \"url\": \"https://innocent-angel.org/?page_id=477\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Helping The Need\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 02:34:33\"\n    }\n}','','','trash','closed','closed','','773c2f5e-d613-41de-83e4-05c50c78193a','','','2021-06-07 02:34:36','2021-06-07 02:34:36','',0,'https://innocent-angel.org/?p=496',0,'customize_changeset','',0),(497,1,'2021-06-07 02:39:36','2021-06-07 02:39:36','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-pricing_tables-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-6 col-xs-12 align-column-bottom\">\r\n<div class=\"row\" style=\"padding-bottom: 100px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div>\r\n<h2 class=\"\" style=\"text-align: left;\">Make A Difference in Someone\'s Life Today and Donate...</h2>\r\nDo not think that you can’t help!&nbsp; Every small amount makes a big difference in someone’s life.&nbsp; So, donate and help someone in need.\r\n<h3 class=\"color5-color\" style=\"text-align: left;\">&nbsp;</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-sm-12 col-xs-12 text-center\">\r\n<div>\r\n<h3 style=\"margin: 15px 0 30px;\">Beginner</h3>\r\n<h4 class=\"color5-color\">Get up and running quickly!</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n</ul>\r\n<h4>$100</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Intermediate</h3>\r\n<h4 class=\"color5-color\">Growing business, growing needs.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n</ul>\r\n<h4>$150</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Advanced</h3>\r\n<h4 class=\"color5-color\">Need more? Don\'t worry, we\'re here.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n 	<li>Integer eu faucibus leo</li>\r\n 	<li>Non pharetra dui</li>\r\n</ul>\r\n<h4>$250</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Donate','','inherit','closed','closed','','476-revision-v1','','','2021-06-07 02:39:36','2021-06-07 02:39:36','',476,'https://innocent-angel.org/?p=497',0,'revision','',0),(475,1,'2021-06-07 01:40:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2021-06-07 01:40:33','0000-00-00 00:00:00','',0,'https://innocent-angel.org/?page_id=475',0,'page','',0),(476,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-pricing_tables-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-6 col-xs-12 align-column-bottom\">\r\n<div class=\"row\" style=\"padding-bottom: 100px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div>\r\n<h2 class=\"\" style=\"text-align: left;\">Make A Difference in Someone\'s Life Today and Donate...</h2>\r\nDo not think that you can’t help!&nbsp; Every small amount makes a big difference in someone’s life.&nbsp; So, donate and help someone in need.\r\n<h3 class=\"color5-color\" style=\"text-align: left;\">&nbsp;</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-sm-12 col-xs-12 text-center\">\r\n<div>\r\n<h3 style=\"margin: 15px 0 30px;\">Beginner</h3>\r\n<h4 class=\"color5-color\">Get up and running quickly!</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n</ul>\r\n<h4>$100</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Intermediate</h3>\r\n<h4 class=\"color5-color\">Growing business, growing needs.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n</ul>\r\n<h4>$150</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Advanced</h3>\r\n<h4 class=\"color5-color\">Need more? Don\'t worry, we\'re here.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n 	<li>Integer eu faucibus leo</li>\r\n 	<li>Non pharetra dui</li>\r\n</ul>\r\n<h4>$250</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Donate','','publish','closed','closed','','donate','','','2021-06-07 02:39:36','2021-06-07 02:39:36','',0,'https://innocent-angel.org/?page_id=476',0,'page','',0),(477,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Healthy fresh vegetables are full of essential vitamins, minerals, and antioxidants that provide many important health benefits to your body.&nbsp; This is the reason we want to make sure we provide as many fresh fruits and vegetables to the community as possible.&nbsp; Keeping the community healthy…</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">No one should ever be hungry, especially a child.&nbsp; It is important that children are feed nutritious meals each day and are given the necessities needed to live a clean and healthy life.&nbsp; We hope to provide the necessities needed to keep children feed and clean and living in a safe healthy environment.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">There comes a time when the elderly cannot take care of themselves.&nbsp; When their voices are not heard because they are not able speak, we need to be their voice and make sure they are taken care of.&nbsp; Elderly abuse is growing rapidly and some of the elderly just give up because they have no one to turn to.&nbsp; We want to make sure the elderly is heard by checking on them and making sure they are feed.&nbsp; Making sure they are in a safe home.&nbsp; Think about it, one day it maybe you who need the help.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">As they say, you are what you eat…&nbsp; Everyone should have a hot healthy meal each day.&nbsp; Some people may not have a healthy meal available to them each day.&nbsp; We hope to provide healthy meals to those in need.&nbsp; Having a healthy meal each day makes a difference in one’s life.&nbsp; It gives you strength and energy to keep going.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child.&nbsp; So, if you have any spare time, please volunteer because we need you</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<strong>Our goal is to help as many people in need as possible!</strong>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','publish','closed','closed','','helping-the-needy','','','2021-06-12 01:35:32','2021-06-12 01:35:32','',0,'https://innocent-angel.org/?page_id=477',0,'page','',0),(478,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','{\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            476,\n            477,\n            479,\n            480,\n            481\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[-8746465946862055000]\": {\n        \"value\": {\n            \"object_id\": 476,\n            \"object\": \"page\",\n            \"menu_item_parent\": 118,\n            \"position\": 14,\n            \"type\": \"post_type\",\n            \"title\": \"Donate\",\n            \"url\": \"https://innocent-angel.org/?page_id=476\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Donate\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[-7271525398838680000]\": {\n        \"value\": {\n            \"object_id\": 477,\n            \"object\": \"page\",\n            \"menu_item_parent\": 169,\n            \"position\": 8,\n            \"type\": \"post_type\",\n            \"title\": \"Helping The Need\",\n            \"url\": \"https://innocent-angel.org/?page_id=477\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Helping The Need\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[170]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 161,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/more/\",\n            \"title\": \"More\\u2026\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"More\\u2026\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[342]\": {\n        \"value\": {\n            \"menu_item_parent\": 170,\n            \"object_id\": 339,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/upcoming-events/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 12,\n            \"status\": \"publish\",\n            \"original_title\": \"Upcoming Events\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[118]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 117,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/contact-us/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 13,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[-4844636419078793000]\": {\n        \"value\": {\n            \"object_id\": 479,\n            \"object\": \"page\",\n            \"menu_item_parent\": 169,\n            \"position\": 9,\n            \"type\": \"post_type\",\n            \"title\": \"Beautifying The Community\",\n            \"url\": \"https://innocent-angel.org/?page_id=479\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Beautifying The Community\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[-678884907458275300]\": {\n        \"value\": {\n            \"object_id\": 480,\n            \"object\": \"page\",\n            \"menu_item_parent\": 169,\n            \"position\": 10,\n            \"type\": \"post_type\",\n            \"title\": \"Community Center\",\n            \"url\": \"https://innocent-angel.org/?page_id=480\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Community Center\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:54:14\"\n    },\n    \"nav_menu_item[-2098141986125271000]\": {\n        \"value\": {\n            \"object_id\": 481,\n            \"object\": \"page\",\n            \"menu_item_parent\": 116,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Sponsors\",\n            \"url\": \"https://innocent-angel.org/?page_id=481\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Sponsors\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[116]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 115,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/about-us-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[167]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 158,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/alma-hayes-foundation/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Alma Hayes Foundation\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[168]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 159,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/innocent-angel-fashions/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Innocent Angel Fashions\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[169]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 160,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/community-outreach/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Community Outreach\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    },\n    \"nav_menu_item[353]\": {\n        \"value\": {\n            \"menu_item_parent\": 169,\n            \"object_id\": 351,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/cleveland-ms/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Cleveland, MS\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-07 01:55:11\"\n    }\n}','','','trash','closed','closed','','f72fb797-fae4-40b9-8228-29dd0369e344','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/?p=478',0,'customize_changeset','',0),(479,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Improving Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\" style=\"font-size: 57px;\">Making The Neighborhood Beautiful...</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child and cleaning the community.&nbsp; So, if you have any spare time, please volunteer because we need you!</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Beautifying the neighborhood is beautifying your life!</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','publish','closed','closed','','beautifying-the-community','','','2021-06-12 05:29:31','2021-06-12 05:29:31','',0,'https://innocent-angel.org/?page_id=479',0,'page','',0),(480,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">A mentor is someone who offer guidance, support individuals, and build strong relationships with young people.&nbsp; The support and encouragement given by mentors helps cultivate positive and healthy development in the things they do.&nbsp; A mentor is someone a young person can trust and look up to.&nbsp; Whether it is teaching them computer skill, helping them with their homework, or just simply having someone to talk to, a mentor can make a big difference in a young person’s life.&nbsp; If you have any small amount of time to help mentor a young person, we need you…</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\nMany people in low-income areas do not have access to computers.&nbsp; In today’s world if you want to move forward in life, you need to know how to use computers.&nbsp; Giving them access to computers to continue learning or to put together a resume for a job will boost their confidence.&nbsp; We want to teach them the skills in using computers.&nbsp; Children who do not have a computer at home will be able to research their homework and do better in school.&nbsp; There are many opportunities for those who want to learn and continue to grow.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\nLearning is not all about computers.&nbsp; It is also about picking up a book and learning how to read.&nbsp; Knowing math and how to add and subtract.&nbsp; It is about learning the history of our country and understanding the culture.&nbsp; It is about learning science and how cures are found for diseases. Studying and learning more about the world helps you determine who you want to be. &nbsp;At the learning center, we want to give everyone the opportunity to continue learning.&nbsp; Knowledge is immensely powerful, never stop learning!\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\nArt is a highly diverse expression of human creative skills.&nbsp; Art can range from visual expressions, performance art, paintings all capturing the way that an artist express themselves.&nbsp; Producing art is to be appreciated primarily for their beauty or emotional power.&nbsp; Many artists are stifled because they have no way of expressing themselves. &nbsp;We look forward to offering artists an outlet at the community center to find themselves and to express their artistic abilities.\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\nA playground is a place where children can play safely and enjoy themselves.&nbsp; How can they play on playground equipment that is not there or is broken?&nbsp; There are no slides or swing sets, and the basketball goals have no nets.&nbsp; There is not a merry-go-round, seesaw, or even a bench to set on.&nbsp; &nbsp;Then there are the gun shots in the area.&nbsp; No child should have to experience this when they only want to play.&nbsp; We hope to build a safe playground for children to feel comfortable playing and enjoying the outdoors.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\"><strong>Knowledge is enormously powerful, never stop learning!</strong></p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','publish','closed','closed','','community-center','','','2021-06-12 21:18:29','2021-06-12 21:18:29','',0,'https://innocent-angel.org/?page_id=480',0,'page','',0),(481,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Sponsors','','publish','closed','closed','','sponsors','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/?page_id=481',0,'page','',0),(482,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Donate','','inherit','closed','closed','','476-revision-v1','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',476,'https://innocent-angel.org/?p=482',0,'revision','',0),(483,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',477,'https://innocent-angel.org/?p=483',0,'revision','',0),(484,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',479,'https://innocent-angel.org/?p=484',0,'revision','',0),(485,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',480,'https://innocent-angel.org/?p=485',0,'revision','',0),(486,1,'2021-06-07 01:55:11','2021-06-07 01:55:11','','Sponsors','','inherit','closed','closed','','481-revision-v1','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',481,'https://innocent-angel.org/?p=486',0,'revision','',0),(487,1,'2021-06-07 01:55:11','2021-06-07 01:55:11',' ','','','publish','closed','closed','','487','','','2021-06-07 01:55:11','2021-06-07 01:55:11','',0,'https://innocent-angel.org/487/',14,'nav_menu_item','',0),(488,1,'2021-06-07 02:34:36','2021-06-07 01:55:11','','Helping The Needy','','publish','closed','closed','','488','','','2021-06-07 02:34:36','2021-06-07 02:34:36','',0,'https://innocent-angel.org/488/',8,'nav_menu_item','',0),(489,1,'2021-06-08 01:36:59','2021-06-07 01:55:11',' ','','','publish','closed','closed','','489','','','2021-06-08 01:36:59','2021-06-08 01:36:59','',0,'https://innocent-angel.org/489/',10,'nav_menu_item','',0),(490,1,'2021-06-08 01:36:59','2021-06-07 01:55:11',' ','','','publish','closed','closed','','490','','','2021-06-08 01:36:59','2021-06-08 01:36:59','',0,'https://innocent-angel.org/490/',9,'nav_menu_item','',0),(491,1,'2021-06-07 02:32:05','2021-06-07 01:55:11',' ','','','publish','closed','closed','','491','','','2021-06-07 02:32:05','2021-06-07 02:32:05','',0,'https://innocent-angel.org/491/',3,'nav_menu_item','',0),(493,1,'2021-06-07 02:01:59','2021-06-07 02:01:59','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df','','','2021-06-07 02:01:59','2021-06-07 02:01:59','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg',0,'attachment','image/jpeg',0),(494,1,'2021-06-07 02:23:48','2021-06-07 02:23:48','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-pricing_tables-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops32ef730d08b2ee1ae26638a3553fd1df.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-6 col-xs-12 align-column-bottom\">\r\n<div class=\"row\" style=\"padding-bottom: 100px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div>\r\n<h2 class=\"\" style=\"text-align: left;\">Make A Difference in Someone\'s Today and Donate...</h2>\r\nDo not think that you can’t help!&nbsp; Every small amount makes a big difference in someone’s life.&nbsp; So, donate and help someone in need.\r\n<h3 class=\"color5-color\" style=\"text-align: left;\">&nbsp;</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-sm-12 col-xs-12 text-center\">\r\n<div>\r\n<h3 style=\"margin: 15px 0 30px;\">Beginner</h3>\r\n<h4 class=\"color5-color\">Get up and running quickly!</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n</ul>\r\n<h4>$100</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Intermediate</h3>\r\n<h4 class=\"color5-color\">Growing business, growing needs.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n</ul>\r\n<h4>$150</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-12 align-column-bottom text-center\">\r\n<h3 style=\"margin: 15px 0 30px;\">Advanced</h3>\r\n<h4 class=\"color5-color\">Need more? Don\'t worry, we\'re here.</h4>\r\n<div class=\"row\" style=\"padding-top: 15px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1.5em;\">\r\n<ul class=\"bg-list-minus bg-list\" style=\"margin-bottom: 20px; text-align: left;\">\r\n 	<li>Lorem ipsum dolor sit</li>\r\n 	<li>Consectetur adiping elit</li>\r\n 	<li>Sed et turpis ullamcorper</li>\r\n 	<li>Molestie leo sodes metus</li>\r\n 	<li>Fusce luctus miet quis</li>\r\n 	<li>Nullam eu dignissim tortor</li>\r\n 	<li>Sit amet bibendum lacus</li>\r\n 	<li>Integer eu faucibus leo</li>\r\n 	<li>Non pharetra dui</li>\r\n</ul>\r\n<h4>$250</h4>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-regular\" style=\"font-weight: bold;\" href=\"#\">Learn More <i class=\"fa fa-caret-right\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Donate','','inherit','closed','closed','','476-revision-v1','','','2021-06-07 02:23:48','2021-06-07 02:23:48','',476,'https://innocent-angel.org/?p=494',0,'revision','',0),(502,1,'2021-06-07 04:32:01','2021-06-07 04:32:01','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 04:32:01','2021-06-07 04:32:01','',160,'https://innocent-angel.org/?p=502',0,'revision','',0),(504,1,'2021-06-07 04:36:18','2021-06-07 04:36:18','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Find out more</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 04:36:18','2021-06-07 04:36:18','',160,'https://innocent-angel.org/?p=504',0,'revision','',0),(503,1,'2021-06-07 04:33:25','2021-06-07 04:33:25','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\" style=\"margin: 30px 0 60px;\"><a class=\"btn-color-1 btn btn-3d btn-regular\" href=\"#\">Find Out More</a></p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">BF</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 04:33:25','2021-06-07 04:33:25','',160,'https://innocent-angel.org/?p=503',0,'revision','',0),(506,1,'2021-06-07 21:32:58','2021-06-07 21:32:58','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Find out more</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide.&nbsp; Maybe even starting a vegetable garden. So, fresh from garden to table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 21:32:58','2021-06-07 21:32:58','',160,'https://innocent-angel.org/?p=506',0,'revision','',0),(508,1,'2021-06-07 21:34:11','2021-06-07 21:34:11','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"margin-top: 60px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Find out more</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide.&nbsp; Maybe even starting a vegetable garden. Fresh from garden to table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Learn More...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">learn more...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 21:34:11','2021-06-07 21:34:11','',160,'https://innocent-angel.org/?p=508',0,'revision','',0),(509,1,'2021-06-07 21:51:42','2021-06-07 21:51:42','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide.&nbsp; Maybe even starting a vegetable garden. Fresh from garden to table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 21:51:42','2021-06-07 21:51:42','',160,'https://innocent-angel.org/?p=509',0,'revision','',0),(510,1,'2021-06-07 21:52:19','2021-06-07 21:52:19','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide. Maybe even starting a vegetable garden. Fresh from garden to table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 21:52:19','2021-06-07 21:52:19','',160,'https://innocent-angel.org/?p=510',0,'revision','',0),(524,1,'2021-06-07 22:21:27','2021-06-07 22:21:27','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"font-weight: 600; font-size: 22px;\" data-font-weight=\"600\"><strong><span style=\"color: #0000ff;\">Believe In Love...</span></strong></p>\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 22:21:27','2021-06-07 22:21:27','',160,'https://innocent-angel.org/?p=524',0,'revision','',0),(511,1,'2021-06-07 21:56:18','2021-06-07 21:56:18','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 21:56:18','2021-06-07 21:56:18','',160,'https://innocent-angel.org/?p=511',0,'revision','',0),(512,1,'2021-06-07 22:05:12','2021-06-07 22:05:12','','Alma Hayes Foundation','','inherit','open','closed','','alma-hayes-foundation-2','','','2021-06-07 22:05:12','2021-06-07 22:05:12','',158,'https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png',0,'attachment','image/png',0),(513,1,'2021-06-07 22:05:51','2021-06-07 22:05:51','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-512 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png\" alt=\"\" width=\"537\" height=\"401\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 22:05:51','2021-06-07 22:05:51','',158,'https://innocent-angel.org/?p=513',0,'revision','',0),(517,1,'2021-06-07 22:10:24','2021-06-07 22:10:24','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-512 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png\" alt=\"\" width=\"537\" height=\"401\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 22:10:24','2021-06-07 22:10:24','',158,'https://innocent-angel.org/?p=517',0,'revision','',0),(515,1,'2021-06-07 22:08:19','2021-06-07 22:08:19','<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color4-background-color bg-background-color color1-border-color tmpl-about-15 boldgrid-section dynamic-gridblock background-parallax\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-4l5fsRjJqLM-400x267-1.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0.6em;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"color-4-text-contrast color4-background-color\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">Our Mom\'s passion for sewing made her well know everywhere.&nbsp; She could take anything and turn it into something beautiful.&nbsp; She made the most beautiful quilts.&nbsp; Her quilt designs were incredible.&nbsp; She loved setting on her front steps with a cup of coffee talking to her neighbors.&nbsp; Her neighborhood may not have been the best neighborhood, but she loved it.&nbsp; This is the reason we must turn this neighborhood around for her.</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">The Alma Hayes Foundation was created in honor of Mrs. Alma Hayes.&nbsp; We want to make sure everyone can feel comfortable setting outside on their steps having a cup of coffee in a neighborhood that is safe and beautiful.&nbsp; It is about bring everyone together to fight hunger, abuse, and more.&nbsp; In her passing, we want to make sure we help feed as many people as possible.&nbsp; No one should ever be hungry!!!</p>\r\n<p class=\"\" style=\"font-family: \'Bree Serif\'; font-weight: 400; font-size: 18px;\" data-font-family=\"Bree Serif\" data-font-weight=\"400\" data-font-style=\"\">So, have a cup of coffee in honor of Mrs. Alma Hayes and find out how you can help...</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\" style=\"text-align: center;\">Alma Hayes<img class=\"wp-image-171 aligncenter\" style=\"background-color: var(--color-4); font-family: \'Open Sans\'; font-size: 14px;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Alma-Hayes-5-300x300.jpg\" alt=\"\" width=\"158\" height=\"158\"></h2>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-512 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Alma-Hayes-Foundation.png\" alt=\"\" width=\"537\" height=\"401\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-10\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-418\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-4-scaled.jpg\" alt=\"\" width=\"224\" height=\"151\"></p>\r\n\r\n<h2 class=\"\" style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Coffee-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"><img class=\"wp-image-202 alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-dG35-kUxv34-400x300-1.jpg\" alt=\"\" width=\"328\" height=\"246\"></h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"padding: 3em;\" data-bg-color-1=\"#EEEEEE\" data-bg-color-2=\"#EEEEEE\" data-bg-direction=\"to left\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12 align-column-top\" style=\"padding-right: 0em; padding-left: 0em;\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Alma Hayes Foundation','','inherit','closed','closed','','158-revision-v1','','','2021-06-07 22:08:19','2021-06-07 22:08:19','',158,'https://innocent-angel.org/?p=515',0,'revision','',0),(542,1,'2021-06-08 00:33:36','2021-06-08 00:33:36','','Salad - Copy','','inherit','open','closed','','salad-copy','','','2021-06-08 00:33:36','2021-06-08 00:33:36','',477,'https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy.jpg',0,'attachment','image/jpeg',0),(543,1,'2021-06-08 00:35:11','2021-06-08 00:35:11','','Cleaning Products-5','','inherit','open','closed','','cleaning-products-5','','','2021-06-08 00:35:11','2021-06-08 00:35:11','',477,'https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-Products-5.jpg',0,'attachment','image/jpeg',0),(518,1,'2021-06-07 22:17:12','2021-06-07 22:17:12','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4','','','2021-06-07 22:17:12','2021-06-07 22:17:12','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4.jpg',0,'attachment','image/jpeg',0),(519,1,'2021-06-07 22:17:12','2021-06-07 22:17:12','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588','','','2021-06-07 22:17:12','2021-06-07 22:17:12','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588.jpg',0,'attachment','image/jpeg',0),(520,1,'2021-06-07 22:17:12','2021-06-07 22:17:12','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a','','','2021-06-07 22:17:12','2021-06-07 22:17:12','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a.jpg',0,'attachment','image/jpeg',0),(521,1,'2021-06-07 22:17:12','2021-06-07 22:17:12','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a','','','2021-06-07 22:17:12','2021-06-07 22:17:12','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a.jpg',0,'attachment','image/jpeg',0),(522,1,'2021-06-07 22:17:13','2021-06-07 22:17:13','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8','','','2021-06-07 22:17:13','2021-06-07 22:17:13','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8.jpg',0,'attachment','image/jpeg',0),(544,1,'2021-06-08 00:38:55','2021-06-08 00:38:55','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Cleaning Supplies</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-543 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-Products-5-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-08 00:38:55','2021-06-08 00:38:55','',477,'https://innocent-angel.org/?p=544',0,'revision','',0),(523,1,'2021-06-07 22:17:31','2021-06-07 22:17:31','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img wp-image-520\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsec2b2ff732c4a835ee4ca4036e5dd16a.jpg\" width=\"555\" height=\"555\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1>Heading 1</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img wp-image-522\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops6c11da394023c31e64d378537b3fc3c8.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img wp-image-521\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops4acc8463d8add00d8d35a23742a9e25a.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img wp-image-519\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsaab24d4320029ddc08c435bff3ae5588.jpg\" width=\"400\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img wp-image-518\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropscc6318c3c9a6c590df2a671a1c76e4d4.jpg\" width=\"300\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 style=\"margin-top: 0;\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-07 22:17:31','2021-06-07 22:17:31','',477,'https://innocent-angel.org/?p=523',0,'revision','',0),(526,1,'2021-06-07 22:27:53','2021-06-07 22:27:53','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"font-weight: 600; font-size: 22px;\" data-font-weight=\"600\"><span style=\"color: #17a398;\"><strong>Believe In Love...</strong></span></p>\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach in the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 22:27:53','2021-06-07 22:27:53','',160,'https://innocent-angel.org/?p=526',0,'revision','',0),(527,1,'2021-06-07 22:35:58','2021-06-07 22:35:58','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b','','','2021-06-07 22:35:58','2021-06-07 22:35:58','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b.jpg',0,'attachment','image/jpeg',0),(528,1,'2021-06-07 22:36:00','2021-06-07 22:36:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252','','','2021-06-07 22:36:00','2021-06-07 22:36:00','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252.jpg',0,'attachment','image/jpeg',0),(529,1,'2021-06-07 22:36:00','2021-06-07 22:36:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b','','','2021-06-07 22:36:00','2021-06-07 22:36:00','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b.jpg',0,'attachment','image/jpeg',0),(530,1,'2021-06-07 22:36:00','2021-06-07 22:36:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a','','','2021-06-07 22:36:00','2021-06-07 22:36:00','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a.jpg',0,'attachment','image/jpeg',0),(531,1,'2021-06-07 22:36:00','2021-06-07 22:36:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147','','','2021-06-07 22:36:00','2021-06-07 22:36:00','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147.jpg',0,'attachment','image/jpeg',0),(568,1,'2021-06-08 04:19:16','2021-06-08 04:19:16','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Need Updated Playgrounds</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-08 04:19:16','2021-06-08 04:19:16','',480,'https://innocent-angel.org/?p=568',0,'revision','',0),(532,1,'2021-06-07 22:36:31','2021-06-07 22:36:31','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img wp-image-527\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsf8b1dda4372f8c6bbd5bf0f3c4c7c77b.jpg\" width=\"555\" height=\"555\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1>Heading 1</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img wp-image-530\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops7d0e33929ecad8de9bc7a3f049ba682a.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img wp-image-528\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops10add11ced0cc9d799988eb6aaafc252.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Heading 3</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img wp-image-529\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops89462e4962b75bf6cf779085f823041b.jpg\" width=\"400\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img wp-image-531\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsadc27f7187414ae4e6c5c8e6866a5147.jpg\" width=\"300\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 style=\"margin-top: 0;\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-07 22:36:31','2021-06-07 22:36:31','',480,'https://innocent-angel.org/?p=532',0,'revision','',0),(551,1,'2021-06-08 02:13:17','2021-06-08 02:13:17','','Learning Center','','inherit','open','closed','','learning-center','','','2021-06-08 02:13:17','2021-06-08 02:13:17','',480,'https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center.jpg',0,'attachment','image/jpeg',0),(552,1,'2021-06-08 02:17:39','2021-06-08 02:17:39','','Kids Playground','','inherit','open','closed','','kids-playground','','','2021-06-08 02:17:39','2021-06-08 02:17:39','',480,'https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground.jpg',0,'attachment','image/jpeg',0),(553,1,'2021-06-08 02:23:40','2021-06-08 02:23:40','','computers','','inherit','open','closed','','computers','','','2021-06-08 02:23:40','2021-06-08 02:23:40','',480,'https://innocent-angel.org/wp-content/uploads/2021/06/computers.jpg',0,'attachment','image/jpeg',0),(554,1,'2021-06-08 02:36:21','2021-06-08 02:36:21','','Books-3','','inherit','open','closed','','books-3','','','2021-06-08 02:36:21','2021-06-08 02:36:21','',480,'https://innocent-angel.org/wp-content/uploads/2021/06/Books-3.jpg',0,'attachment','image/jpeg',0),(555,1,'2021-06-08 02:38:00','2021-06-08 02:38:00','','Art','','inherit','open','closed','','art','','','2021-06-08 02:38:00','2021-06-08 02:38:00','',480,'https://innocent-angel.org/wp-content/uploads/2021/06/Art.jpg',0,'attachment','image/jpeg',0),(556,1,'2021-06-08 02:40:55','2021-06-08 02:40:55','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Need Updated Playgrounds</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-08 02:40:55','2021-06-08 02:40:55','',480,'https://innocent-angel.org/?p=556',0,'revision','',0),(534,1,'2021-06-07 23:04:48','2021-06-07 23:04:48','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983','','','2021-06-07 23:04:48','2021-06-07 23:04:48','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983.jpg',0,'attachment','image/jpeg',0),(535,1,'2021-06-07 23:04:49','2021-06-07 23:04:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f','','','2021-06-07 23:04:49','2021-06-07 23:04:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f.jpg',0,'attachment','image/jpeg',0),(536,1,'2021-06-07 23:04:49','2021-06-07 23:04:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8','','','2021-06-07 23:04:49','2021-06-07 23:04:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8.jpg',0,'attachment','image/jpeg',0),(537,1,'2021-06-07 23:04:49','2021-06-07 23:04:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7','','','2021-06-07 23:04:49','2021-06-07 23:04:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7.jpg',0,'attachment','image/jpeg',0),(538,1,'2021-06-07 23:04:49','2021-06-07 23:04:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1','','','2021-06-07 23:04:49','2021-06-07 23:04:49','',0,'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1.jpg',0,'attachment','image/jpeg',0),(564,1,'2021-06-08 03:15:39','2021-06-08 03:15:39','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Building New Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Beautifing The Community</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nH\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-08 03:15:39','2021-06-08 03:15:39','',479,'https://innocent-angel.org/?p=564',0,'revision','',0),(539,1,'2021-06-07 23:07:13','2021-06-07 23:07:13','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img wp-image-536\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw555h555fitcropsd4621e0369050212d77a77c30954e7f8.jpg\" width=\"555\" height=\"555\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1>Heading 1</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img wp-image-538\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcrops48fe36b124440419f0bf11dc6b8a4da1.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img wp-image-535\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h300fitcropsd082e7e897389efc47debcc20968c12f.jpg\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img wp-image-534\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops66c1769549350ca39610a70d8b84f983.jpg\" width=\"400\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3>Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2>Heading 2</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img wp-image-537\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw300h400fitcropsd786db57fd9f04130ff6e2db4ca57dc7.jpg\" width=\"300\" height=\"400\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 style=\"margin-top: 0;\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-07 23:07:13','2021-06-07 23:07:13','',479,'https://innocent-angel.org/?p=539',0,'revision','',0),(558,1,'2021-06-08 03:03:55','2021-06-08 03:03:55','','Black Girl Gardening','','inherit','open','closed','','black-girl-gardening','','','2021-06-08 03:03:55','2021-06-08 03:03:55','',479,'https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening.jpg',0,'attachment','image/jpeg',0),(559,1,'2021-06-08 03:05:59','2021-06-08 03:05:59','','Building A House (2) - Copy','','inherit','open','closed','','building-a-house-2-copy','','','2021-06-08 03:05:59','2021-06-08 03:05:59','',479,'https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy.jpg',0,'attachment','image/jpeg',0),(560,1,'2021-06-08 03:07:11','2021-06-08 03:07:11','','Aloe Ave -3','','inherit','open','closed','','aloe-ave-3-2','','','2021-06-08 03:07:11','2021-06-08 03:07:11','',479,'https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3-1.png',0,'attachment','image/png',0),(561,1,'2021-06-08 03:12:07','2021-06-08 03:12:07','','Volunteer','','inherit','open','closed','','volunteer','','','2021-06-08 03:12:07','2021-06-08 03:12:07','',479,'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer.jpg',0,'attachment','image/jpeg',0),(562,1,'2021-06-08 03:13:57','2021-06-08 03:13:57','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Building New Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Beautifing The Community</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nH\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-08 03:13:57','2021-06-08 03:13:57','',479,'https://innocent-angel.org/?p=562',0,'revision','',0),(541,1,'2021-06-08 00:17:04','2021-06-08 00:17:04','','Black Mother and Baby','','inherit','open','closed','','black-mother-and-baby','','','2021-06-08 00:17:04','2021-06-08 00:17:04','',477,'https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby.jpg',0,'attachment','image/jpeg',0),(545,1,'2021-06-08 00:47:41','2021-06-08 00:47:41','','Volunteer -2','','inherit','open','closed','','volunteer-2','','','2021-06-08 00:47:41','2021-06-08 00:47:41','',477,'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2.jpg',0,'attachment','image/jpeg',0),(546,1,'2021-06-08 00:49:02','2021-06-08 00:49:02','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Heading 3</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-08 00:49:02','2021-06-08 00:49:02','',477,'https://innocent-angel.org/?p=546',0,'revision','',0),(547,1,'2021-06-08 00:50:27','2021-06-08 00:50:27','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-08 00:50:27','2021-06-08 00:50:27','',477,'https://innocent-angel.org/?p=547',0,'revision','',0),(566,1,'2021-06-08 03:18:02','2021-06-08 03:18:02','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Need','','inherit','closed','closed','','477-revision-v1','','','2021-06-08 03:18:02','2021-06-08 03:18:02','',477,'https://innocent-angel.org/?p=566',0,'revision','',0),(549,1,'2021-06-08 01:02:49','0000-00-00 00:00:00','{\n    \"nav_menu_item[488]\": {\n        \"value\": {\n            \"menu_item_parent\": 353,\n            \"object_id\": 477,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/helping-the-need/\",\n            \"title\": \"Helping The Needy\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Helping The Need\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:02:49\"\n    },\n    \"nav_menu_item[489]\": {\n        \"value\": {\n            \"menu_item_parent\": 353,\n            \"object_id\": 479,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/beautifying-the-community/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Beautifying The Community\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:02:49\"\n    },\n    \"nav_menu_item[490]\": {\n        \"value\": {\n            \"menu_item_parent\": 353,\n            \"object_id\": 480,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://innocent-angel.org/community-center/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Community Center\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-06-08 01:02:49\"\n    }\n}','','','auto-draft','closed','closed','','8e400d24-6f31-43b6-aabc-1eb1e4385b22','','','2021-06-08 01:02:49','2021-06-08 01:02:49','',0,'https://innocent-angel.org/?p=549',0,'customize_changeset','',0),(583,1,'2021-06-11 21:48:17','2021-06-11 21:48:17','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Improving Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Beautifying The Community</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nH\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-11 21:48:17','2021-06-11 21:48:17','',479,'https://innocent-angel.org/?p=583',0,'revision','',0),(572,1,'2021-06-11 21:08:14','2021-06-11 21:08:14','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"font-weight: 600; font-size: 22px;\" data-font-weight=\"600\"><span style=\"color: #17a398;\"><strong>Believe In Love...</strong></span></p>\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It also starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class, and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach to the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-revision-v1','','','2021-06-11 21:08:14','2021-06-11 21:08:14','',160,'https://innocent-angel.org/?p=572',0,'revision','',0),(573,1,'2021-06-11 21:17:27','2021-06-11 21:17:27','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children, and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to the Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to building a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Our mission is to help the needy!&nbsp; So, let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness, or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections, a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/contact-us/\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-revision-v1','','','2021-06-11 21:17:27','2021-06-11 21:17:27','',115,'https://innocent-angel.org/?p=573',0,'revision','',0),(574,1,'2021-06-11 21:31:19','2021-06-11 21:31:19','<div class=\"boldgrid-slider boldgrid-section-wrap\" data-config=\"{&quot;arrows&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:false,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"boldgrid-section\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"container\" style=\"padding-left: 44.5874px; padding-right: 44.5874px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"font-size: 58px;\">Innocent Angel Foundation</h1>\r\n<h4 class=\"\">Through Our Fashions, We Give Others Life!</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Vision!</span></strong></p>\r\n<p class=\"\">There are many worthy causes in the world, but we are extremely passionate about helping those in need.&nbsp;&nbsp; Our goal is to help such worthy causes as elderly abuse, Breast Cancer Awareness, the homeless and hungry, terminally ill children, and more.</p>\r\n<p class=\"\">The amount of hungry and homeless people and terminally ill children continues to grow each year. By working together, we can change this. This is the reason for our Innocent Angel collections. Each time someone purchases items from our Innocent Angel collections, we donate a percentage of the purchase to the Innocent Angel Foundation and the Alma Hayes Foundation to help those in need. So, when you are wearing something from our Innocent Angel collections, just know that you are contributing to building a strong foundation to help those in need.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 23px;\"><strong><span style=\"color: #008080;\">Our Mission!</span></strong></p>\r\n<p class=\"\">Our mission is to help the needy!&nbsp; So, let\'s work together in helping those in need.&nbsp; No person should ever have to suffer from hunger, illness, or being homeless.&nbsp; Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry?&nbsp; Have you ever suffered from an illness, and you just want the pain to stop?&nbsp; Unfortunately, that is not an imaginary situation for millions of people around the world.&nbsp; Now, you can help when you purchase from Innocent Angel.&nbsp; We automatically donate to help those in need. With each purchase from our Innocent Angel collections, a percentage of proceeds go directly to help those in need.&nbsp; You may also donate directly to the foundation.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/contact-us/\">Contact us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row wow animated fadeIn\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.2s\" data-wow-delay=\"1s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-274 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n[caption id=\"attachment_275\" align=\"aligncenter\" width=\"1707\"]<img class=\"wp-image-275 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Children-Learning-Center-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"> Children Learning Center[/caption]\r\n\r\n&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-276 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-The-Community-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Cleaning The Community</h4>\r\n<p style=\"margin-bottom: 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n<p class=\"mod-img\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-140 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"290\" height=\"218\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #0000ff;\">Feeding The Hungry</span></h2>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter wp-image-279 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Cleaning-scaled-e1622518939816.jpg\" alt=\"\" width=\"214\" height=\"224\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #800080;\">Beautifying The Community</span></h2>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-278 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Girl-Studying-scaled-e1622518274881.jpg\" alt=\"\" width=\"190\" height=\"218\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 class=\"\" style=\"text-align: center; font-size: 54px;\"><span style=\"color: #0000ff;\">Learning Center</span></h2>\r\n<p class=\"\">Our community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','115-autosave-v1','','','2021-06-11 21:31:19','2021-06-11 21:31:19','',115,'https://innocent-angel.org/?p=574',0,'revision','',0),(577,1,'2021-06-11 21:34:42','2021-06-11 21:34:42','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-style: normal;\" data-font-style=\"normal\"><span style=\"color: #008080;\">Who We Are</span></h2>\r\n<p class=\"\" style=\"font-size: 17px;\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\" style=\"width: 485px; max-width: 100%; color: #333333; outline-color: transparent !important;\">\r\n<div>\r\n<p class=\"\">Innocent Angel designs manufacture, and markets high-quality pure cotton sleepwear and intimate apparel that have been sold through boutiques, specialty retail chains, and department stores around the world. The company’s collection of fun cool sleepwear is perfectly suited for sleeping or lounging. With a vision of helping those in need, Innocent Angel is donating a percentage of each sale to the Alma Hayes Foundation to help the needy.</p>\r\n<p class=\"\">Most of the sleepwear and intimate apparel available on the market are manufactured using chemical-based synthetics that are not safe for the human body. Innocent Angel offers a healthier alternative by using only the finest selection of 100% cotton fabrics that allow the body to breathe. With their elegant classic designs, Innocent Angel is looking to take sleepwear and intimate apparel to another level.</p>\r\n<p class=\"\" style=\"margin-top: 2em; margin-bottom: 2em;\">Unfortunately, poverty and fashion are two things that do not go together. Innocent Angel is determined to change things with their programs. Innocent Angel has partnered with the Alma Hayes Foundation for this great cause. This program will contribute a percentage of each purchase made from their Innocent Angel collections to help the needy.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<h4 class=\"\">&nbsp;</h4>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">&nbsp;</h2>\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\" data-font-style=\"\">&nbsp;</h2>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;8&quot;,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsBgColor&quot;:&quot;1&quot;,&quot;arrowsIcon&quot;:&quot;angle&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;1&quot;,&quot;dotsSize&quot;:&quot;50&quot;},&quot;colors&quot;:{&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;},&quot;dotsColor&quot;:{&quot;type&quot;:&quot;class&quot;,&quot;value&quot;:&quot;1&quot;,&quot;text&quot;:&quot;&quot;}}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 alignnone wp-image-234 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Angel-Pajama-Niteshirt-2.jpg\" alt=\"\" width=\"949\" height=\"1270\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 aligncenter wp-image-271 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/BJ-Pajama-Sets.jpg\" alt=\"\" width=\"1063\" height=\"1434\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-3 aligncenter wp-image-270 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/LT-Robe-Boxer.jpg\" alt=\"\" width=\"833\" height=\"1363\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-10 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 40px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 37px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\">THE cOOL COMFORT OF COTTON...</p>\r\n<p class=\"color1-color\">Innocent Angel uses the finest cotton in the world in designing each collection.</p>\r\n<p class=\"h1\" style=\"font-weight: 400; text-transform: uppercase; font-family: Adamina; font-size: 18px;\" data-font-family=\"Adamina\" data-font-weight=\"400\" data-font-style=\"\"><strong>Through Our Fashions, We Give Others Life!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 20px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-272 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Crinkle-Teddy-Wrap-3.jpg\" alt=\"\" width=\"1999\" height=\"1258\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-316 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_25_150_150_Angel-Chemise-Robe-3-251x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://unusualbabeundercover.com/collections/themes/Angel\">Buy now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-317 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_21_150_150_Angel-Tee-Boxer-Tank-2-206x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-318 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_3_150_150_BJ-Gown-Robe-3-294x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-319 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/5_0_150_150_Simply-Sweet-Chemise-Wrap-300x290.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-320 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_40_150_150_Crowdfunding-Photo-212x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-4 col-xs-4 text-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-edged aligncenter wp-image-321 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_38_150_150_LP-Niteshirt-2-168x300.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Innocent Angel Fashions','','inherit','closed','closed','','159-autosave-v1','','','2021-06-11 21:34:42','2021-06-11 21:34:42','',159,'https://innocent-angel.org/?p=577',0,'revision','',0),(578,1,'2021-06-11 21:35:50','2021-06-11 21:35:50','<div style=\"padding-bottom: 100px;\" class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"h3\">Love Brings Us Together</p>\r\n<p class=\"h4\">\"Love Everyone\"</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<p class=\"\" style=\"text-align: right;\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-5 text-center\">\r\n<p class=\"\" style=\"line-height: 1em; margin: -30px 0px;\"><img class=\"bg-img aligncenter wp-image-397 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Sisterhood-scaled.jpg\" alt=\"\" width=\"1785\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 align-column-center\">\r\n<p class=\"\" style=\"font-weight: 600; font-size: 22px;\" data-font-weight=\"600\"><span style=\"color: #17a398;\"><strong>Believe In Love...</strong></span></p>\r\n<p class=\"\">It starts with love.&nbsp; If you love yourself, you can love others which is a beautiful thing.&nbsp; It also starts with you.&nbsp; Then the ones around you.&nbsp; You must love your neighbors and the community and want to see it grow into a beautiful place.&nbsp; So, let’s stop hating and start loving…</p>\r\n<p class=\"\">We are all in this together.&nbsp; We all have the power to do something.&nbsp; So, let’s work together and make a change and make this world a better place.</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\">\r\n 	<li><strong>Feeding The Hungry</strong></li>\r\n 	<li><strong>Helping The Elderly</strong></li>\r\n 	<li><strong>Learning More</strong></li>\r\n 	<li><strong>Beautifying The Community</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/about-us-2/\">FIND OUT MORE</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"border-bottom: 10px solid; color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color color2-border-color tmpl-services-13 boldgrid-section dynamic-gridblock background-fixed\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 30px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-398 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Painted-Hands-scaled.jpg\" alt=\"\" width=\"488\" height=\"326\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Express Yourself</h3>\r\n<p class=\"\">Our Learning Center is there for everyone.&nbsp; A place where one can express themself with art, learn more computer skills, adult quilting class, and more.&nbsp; It is a place for you to be yourself.&nbsp; So, express yourself!!!</p>\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img-1 color5-border-color bg-img aligncenter wp-image-399 \" style=\"margin-top: 20px; border: 10px solid;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-3-Copy-scaled.jpg\" alt=\"\" width=\"424\" height=\"318\"></p>\r\n\r\n<div class=\"row wow zoomIn\" data-wow-duration=\"1s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-10\">\r\n<div style=\"padding: 1em; z-index: 1; position: relative; margin-top: -60px;\" class=\"color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h3>Fresh &amp; Healthy Food</h3>\r\nThere are so many artificial flavors and preservatives in food today.&nbsp; We want to provide a healthier approach to the food we provide. We can start a vegetable garden. Fresh from the garden to the table.&nbsp; You are what you eat!\r\n<p class=\"\" style=\"margin: 15px 0;\"><a class=\"btn-color-5 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/helping-the-need/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-1\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 text-center align-column-bottom\">\r\n<div style=\"z-index: 1; position: relative; padding: 1em; margin: 0 3em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h5 class=\"\">Our Passion Is Helping...</h5>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-8 align-column-center color2-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-full wp-image-400\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-2-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-2\"></div>\r\n</div>\r\n<div class=\"row\" style=\"margin-top: -60px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-10 align-column-center text-center\">\r\n<div style=\"z-index: 1; position: relative; margin: 0 2em;\" class=\"color2-background-color color-2-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"\">Knowledge...</h2>\r\n<p class=\"\" style=\"margin-top: 50px; margin-bottom: 25px;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-center/\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Outreach','','inherit','closed','closed','','160-autosave-v1','','','2021-06-11 21:35:50','2021-06-11 21:35:50','',160,'https://innocent-angel.org/?p=578',0,'revision','',0),(579,1,'2021-06-11 21:39:43','2021-06-11 21:39:43','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-11 21:39:43','2021-06-11 21:39:43','',351,'https://innocent-angel.org/?p=579',0,'revision','',0),(588,1,'2021-06-11 22:53:51','2021-06-11 22:53:51','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With have such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-11 22:53:51','2021-06-11 22:53:51','',351,'https://innocent-angel.org/?p=588',0,'revision','',0),(587,1,'2021-06-11 21:55:30','2021-06-11 21:55:30','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','inherit','closed','closed','','477-revision-v1','','','2021-06-11 21:55:30','2021-06-11 21:55:30','',477,'https://innocent-angel.org/?p=587',0,'revision','',0),(582,1,'2021-06-11 21:46:18','2021-06-11 21:46:18','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-lowercase btn-raised btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-11 21:46:18','2021-06-11 21:46:18','',480,'https://innocent-angel.org/?p=582',0,'revision','',0),(623,1,'2021-06-12 05:29:31','2021-06-12 05:29:31','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Improving Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\" style=\"font-size: 57px;\">Making The Neighborhood Beautiful...</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child and cleaning the community.&nbsp; So, if you have any spare time, please volunteer because we need you!</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Beautifying the neighborhood is beautifying your life!</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-12 05:29:31','2021-06-12 05:29:31','',479,'https://innocent-angel.org/?p=623',0,'revision','',0),(621,1,'2021-06-12 05:26:05','2021-06-12 05:26:05','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Improving Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\" style=\"font-size: 57px;\">Making The Neighborhood Beautiful...</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Beautifying the neighborhood is beautifying your life!</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nH\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-revision-v1','','','2021-06-12 05:26:05','2021-06-12 05:26:05','',479,'https://innocent-angel.org/?p=621',0,'revision','',0),(585,1,'2021-06-11 21:50:53','2021-06-11 21:50:53','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-call_to_action-12 boldgrid-section dynamic-gridblock background-scroll\" style=\"color: #1d1d1d; background-position: 50% 50%; background-size: cover; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\');\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops38c49b461458c378356c78475b03a2fc.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\">\r\n<h1 class=\"color2-color\" style=\"text-transform: uppercase;\">Give Life Meaning</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr-1 bg-hr\" style=\"margin-bottom: 30px; margin-right: auto; margin-left: auto;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">812 Aloe Ave ~ Cleveland, MS 38732</p>\r\n<p class=\"\">877-356-1056</p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-envelope\" style=\"border-radius: 50px; padding: 0.6em; font-size: 18px; border-width: 1px; border-style: solid;\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n<p class=\"\" style=\"margin-top: 50px;\"><a class=\"btn-color-2 btn btn-lowercase btn-pill btn-3d btn-regular\" href=\"#\">Sign Up</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Event Schedule</h2>\r\n<p class=\"\">To find out more about our upcoming events, please visit this page or call 877-356-1056.</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">11:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Feeding The Hungry</p>\r\n<p class=\"\">Free food will be given to the hungry once a week when it is available.&nbsp; The times and dates will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square alignnone wp-image-434 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-12-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Free Bags of Food</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">9:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Checking On The Elderly</p>\r\n<p class=\"\">Volunteers will visit the elderly in the neighborhood making sure they are okay and to see if they need anything.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Helping The Elderly</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">10:00 AM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color1-color\">Pancake Breakfast</p>\r\n<p class=\"\">We will have pancake breakfasts to help bring the neighborhood together. The dates and times will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-436 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Pancakes-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Delicious Pancakes</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Watermelon Wednesday</span></p>\r\n<p class=\"\">On those hot Wednesday, we will serve the neighborhood cold sweet watermelon when it is available</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-440 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-10-Copy-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Sweet Watermelon</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">12:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Hotdogs Day</span></p>\r\n<p class=\"\">We will provide hotdogs for the neighborhood when it\'s available.&nbsp; The date and time will be posted here.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-441 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Hotdogs-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Hotdogs For all</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">5:00 PM</p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color2-color\"><span style=\"color: #17a398;\">Block Party</span></p>\r\n<p class=\"\">Let\'s block off the streets and listen to some Marvin Gaye and Stevie Wonder and have a cold ice tea.&nbsp; There will be absolutely no alcohol.&nbsp; It is a time to catch up with your neighbors and enjoy each other.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-square aligncenter wp-image-442 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/797_149_1039_1558_Party-scaled.jpg\" alt=\"\" width=\"1039\" height=\"1558\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Just Having Fun</p>\r\n<p class=\"color5-color\" style=\"margin-top: 5px; font-style: italic;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-raised btn-regular color4-color\" style=\"margin: 5px;\" href=\"#\">Register</a> <a class=\"btn-color-5 btn btn-uppercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Details</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Upcoming Events','','inherit','closed','closed','','339-revision-v1','','','2021-06-11 21:50:53','2021-06-11 21:50:53','',339,'https://innocent-angel.org/?p=585',0,'revision','',0),(597,1,'2021-06-12 01:48:11','2021-06-12 01:48:11','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n<p class=\"\">[weforms id=\"73\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">B</a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-12 01:48:11','2021-06-12 01:48:11','',117,'https://innocent-angel.org/?p=597',0,'revision','',0),(589,1,'2021-06-12 01:28:56','2021-06-12 01:28:56','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Health fresh vegetables are full of essential vitamins, minerals, and antioxidants that provide many important health benefits to your body.&nbsp; This is the reason we want to make sure we provide as many fresh fruits and vegetables to the community as possible.&nbsp; Keeping the community healthy…</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">No one should ever be hungry, especially a child.&nbsp; It is important that children are feed nutritious meals each day and are given the necessities needed to live a clean and healthy life.&nbsp; We hope to provide the necessities needed to keep children feed and clean and living in a safe healthy environment.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">There comes a time when the elderly cannot take care of themselves.&nbsp; When their voices are not heard because they are not able speak, we need to be their voice and make sure they are taken care of.&nbsp; Elderly abuse is growly rapidly and some of the elderly just give up because they have no one to turn to.&nbsp; We want to make sure the elderly is heard by checking on them and making sure they are feed.&nbsp; Making sure they are in a safe home.&nbsp; Think about it, one day it maybe you who need the help.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">As they say, you are what you eat…&nbsp; Everyone should have a hot healthy meal each day.&nbsp; Some people may not have a healthy meal available to them each day.&nbsp; We hope to provide healthy meals to those in need.&nbsp; Having a healthy meal each day makes a difference in one’s life.&nbsp; It gives you strength and energy to keep going.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child.&nbsp; So, if you have any spare time, please volunteer because we need you</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<strong>Our goal is to help as many people in need as possible!</strong>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','inherit','closed','closed','','477-revision-v1','','','2021-06-12 01:28:56','2021-06-12 01:28:56','',477,'https://innocent-angel.org/?p=589',0,'revision','',0),(591,1,'2021-06-12 01:31:12','2021-06-12 01:31:12','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Healthy fresh vegetables are full of essential vitamins, minerals, and antioxidants that provide many important health benefits to your body.&nbsp; This is the reason we want to make sure we provide as many fresh fruits and vegetables to the community as possible.&nbsp; Keeping the community healthy…</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">No one should ever be hungry, especially a child.&nbsp; It is important that children are feed nutritious meals each day and are given the necessities needed to live a clean and healthy life.&nbsp; We hope to provide the necessities needed to keep children feed and clean and living in a safe healthy environment.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">There comes a time when the elderly cannot take care of themselves.&nbsp; When their voices are not heard because they are not able speak, we need to be their voice and make sure they are taken care of.&nbsp; Elderly abuse is growly rapidly and some of the elderly just give up because they have no one to turn to.&nbsp; We want to make sure the elderly is heard by checking on them and making sure they are feed.&nbsp; Making sure they are in a safe home.&nbsp; Think about it, one day it maybe you who need the help.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">As they say, you are what you eat…&nbsp; Everyone should have a hot healthy meal each day.&nbsp; Some people may not have a healthy meal available to them each day.&nbsp; We hope to provide healthy meals to those in need.&nbsp; Having a healthy meal each day makes a difference in one’s life.&nbsp; It gives you strength and energy to keep going.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child.&nbsp; So, if you have any spare time, please volunteer because we need you</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<strong>Our goal is to help as many people in need as possible!</strong>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','inherit','closed','closed','','477-revision-v1','','','2021-06-12 01:31:12','2021-06-12 01:31:12','',477,'https://innocent-angel.org/?p=591',0,'revision','',0),(592,1,'2021-06-12 01:35:32','2021-06-12 01:35:32','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Healthy fresh vegetables are full of essential vitamins, minerals, and antioxidants that provide many important health benefits to your body.&nbsp; This is the reason we want to make sure we provide as many fresh fruits and vegetables to the community as possible.&nbsp; Keeping the community healthy…</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">No one should ever be hungry, especially a child.&nbsp; It is important that children are feed nutritious meals each day and are given the necessities needed to live a clean and healthy life.&nbsp; We hope to provide the necessities needed to keep children feed and clean and living in a safe healthy environment.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">There comes a time when the elderly cannot take care of themselves.&nbsp; When their voices are not heard because they are not able speak, we need to be their voice and make sure they are taken care of.&nbsp; Elderly abuse is growing rapidly and some of the elderly just give up because they have no one to turn to.&nbsp; We want to make sure the elderly is heard by checking on them and making sure they are feed.&nbsp; Making sure they are in a safe home.&nbsp; Think about it, one day it maybe you who need the help.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">As they say, you are what you eat…&nbsp; Everyone should have a hot healthy meal each day.&nbsp; Some people may not have a healthy meal available to them each day.&nbsp; We hope to provide healthy meals to those in need.&nbsp; Having a healthy meal each day makes a difference in one’s life.&nbsp; It gives you strength and energy to keep going.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child.&nbsp; So, if you have any spare time, please volunteer because we need you</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<strong>Our goal is to help as many people in need as possible!</strong>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','inherit','closed','closed','','477-revision-v1','','','2021-06-12 01:35:32','2021-06-12 01:35:32','',477,'https://innocent-angel.org/?p=592',0,'revision','',0),(593,1,'2021-06-12 01:35:54','2021-06-12 01:35:54','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-395 \" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-7-Copy-scaled.jpg\" alt=\"\" width=\"426\" height=\"341\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color color1-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\">Fresh Vegetables</h1>\r\n<p class=\"\">Healthy fresh vegetables are full of essential vitamins, minerals, and antioxidants that provide many important health benefits to your body.&nbsp; This is the reason we want to make sure we provide as many fresh fruits and vegetables to the community as possible.&nbsp; Keeping the community healthy…</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Providing For Children</h2>\r\n<p class=\"\">No one should ever be hungry, especially a child.&nbsp; It is important that children are feed nutritious meals each day and are given the necessities needed to live a clean and healthy life.&nbsp; We hope to provide the necessities needed to keep children feed and clean and living in a safe healthy environment.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-541 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Mother-and-Baby-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img alignnone wp-image-435 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Elderly-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Helping The Elderly</h3>\r\n<p class=\"\">There comes a time when the elderly cannot take care of themselves.&nbsp; When their voices are not heard because they are not able speak, we need to be their voice and make sure they are taken care of.&nbsp; Elderly abuse is growing rapidly and some of the elderly just give up because they have no one to turn to.&nbsp; We want to make sure the elderly is heard by checking on them and making sure they are feed.&nbsp; Making sure they are in a safe home.&nbsp; Think about it, one day it maybe you who need the help.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color1-background-color color-1-text-contrast bg-background-color color1-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-542 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Salad-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Healthy Meals</h3>\r\n<p class=\"\">As they say, you are what you eat…&nbsp; Everyone should have a hot healthy meal each day.&nbsp; Some people may not have a healthy meal available to them each day.&nbsp; We hope to provide healthy meals to those in need.&nbsp; Having a healthy meal each day makes a difference in one’s life.&nbsp; It gives you strength and energy to keep going.</p>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child.&nbsp; So, if you have any spare time, please volunteer because we need you</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color1-background-color color-1-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-545 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-2-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Helping The Needy</h3>\r\n<strong>Our goal is to help as many people in need as possible!</strong>\r\n<p class=\"\"><strong><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-raised btn-normal\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color1-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Helping The Needy','','inherit','closed','closed','','477-autosave-v1','','','2021-06-12 01:35:54','2021-06-12 01:35:54','',477,'https://innocent-angel.org/?p=593',0,'revision','',0),(594,1,'2021-06-12 01:39:45','2021-06-12 01:39:45','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Button</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Butto</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Butto</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-12 01:39:45','2021-06-12 01:39:45','',480,'https://innocent-angel.org/?p=594',0,'revision','',0),(595,1,'2021-06-12 01:43:49','2021-06-12 01:43:49','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\"><strong>Knowledge is enormously powerful, never stop learning!</strong></p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-12 01:43:49','2021-06-12 01:43:49','',480,'https://innocent-angel.org/?p=595',0,'revision','',0),(609,1,'2021-06-12 02:24:05','2021-06-12 02:24:05','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"353\" height=\"237\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:24:05','2021-06-12 02:24:05','',113,'https://innocent-angel.org/?p=609',0,'revision','',0),(598,1,'2021-06-12 01:58:52','2021-06-12 01:58:52','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">Contact Us</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n<p class=\"\">[weforms id=\"73\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-12 01:58:52','2021-06-12 01:58:52','',117,'https://innocent-angel.org/?p=598',0,'revision','',0),(600,1,'2021-06-12 02:03:38','2021-06-12 02:03:38','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"http://info@innocent-angel.org\">CONTACT US</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n<p class=\"\">[weforms id=\"73\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2021-06-12 02:03:38','2021-06-12 02:03:38','',117,'https://innocent-angel.org/?p=600',0,'revision','',0),(601,1,'2021-06-12 02:04:12','2021-06-12 02:04:12','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-contact-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 15px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div style=\"padding-right: 3em;\" class=\"bg-box\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Contact Us</h3>\r\n<p class=\"\"><strong>No One Should Ever Be Hungry!</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<p class=\"\"><a style=\"color: inherit;\" href=\"#\">Facebook</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Twitter</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Pinterest</a></p>\r\n<p class=\"\" style=\"margin-top: 15px;\"><a style=\"color: inherit;\" href=\"#\">Google+</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<div class=\"bg-box\">\r\n<h4 class=\"\" style=\"margin-top: 0;\">Sign up for Our newsletter</h4>\r\n<p class=\"\"><a class=\"btn-color-3 btn btn-lowercase btn-rounded btn-3d btn-regular\" href=\"#\">Subscribe</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-307 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Here-To-Help-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1706\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"color1-color\" style=\"font-size: 24px;\"><strong>Headquarters</strong></p>\r\n\r\n<ul class=\"\">\r\n 	<li><span style=\"color: #008080;\"><strong>Innocent Angel Foundation</strong></span></li>\r\n 	<li><strong>P. O. Box 6238</strong></li>\r\n 	<li><strong>Pine Mountain Club, CA 93222</strong></li>\r\n</ul>\r\n<h3 class=\"\" style=\"font-size: 56px;\"><span style=\"color: #008080;\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone - 877-356-1056</span></h3>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"http://info@innocent-angel.org\">CONTACT US</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"><span style=\"color: #008080;\">Get in Touch</span></h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n<p class=\"\">[weforms id=\"73\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color bg-background-color tmpl-contact-4 boldgrid-section dynamic-gridblock background-parallax\" style=\"color: #1d1d1d; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(\'https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\'); background-size: cover; background-position: 50% 50%;\" data-bg-overlaycolor=\"rgba(255, 255, 255, 0.8)\" data-image-url=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-scaled.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 text-center\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-10 col-xs-10\">\r\n<div style=\"margin-bottom: -60px; z-index: 1; position: relative;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<h2>Where We Are</h2>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 color1-border-color\" style=\"border: 10px solid; padding: 2em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\" style=\"margin: 100px 0;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 bg-box-flush\">\r\n<p class=\"boldgrid-google-maps color2-border-color\" style=\"line-height: 100%; margin: 0px; border: 10px solid;\"><iframe style=\"width: 100%;\" src=\"https://maps.google.com/maps?q=New+York%2C+NY&amp;t=m&amp;z=16&amp;output=embed\" width=\"1000\" height=\"400\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-10 text-center\">\r\n<div style=\"margin-top: -60px; padding: 1.5em; z-index: 1; position: relative;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">812 Aloe Ave</p>\r\n<p class=\"\">Cleveland, MS 38732</p>\r\n<p class=\"\">Hello@innocent-angel.org</p>\r\n<p class=\"\">877-356-1056</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-2 col-xs-1\"></div>\r\n</div>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>Donate now!&nbsp;</strong></a></p>\r\n\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','117-autosave-v1','','','2021-06-12 02:04:12','2021-06-12 02:04:12','',117,'https://innocent-angel.org/?p=601',0,'revision','',0),(602,1,'2021-06-12 02:06:49','2021-06-12 02:06:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:06:49','2021-06-12 02:06:49','',113,'https://innocent-angel.org/?p=602',0,'revision','',0),(603,1,'2021-06-12 02:07:35','2021-06-12 02:07:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:07:35','2021-06-12 02:07:35','',113,'https://innocent-angel.org/?p=603',0,'revision','',0),(604,1,'2021-06-12 02:13:37','2021-06-12 02:13:37','','Fruits & Vegetables-5 - Copy','','inherit','open','closed','','fruits-vegetables-5-copy','','','2021-06-12 02:13:37','2021-06-12 02:13:37','',113,'https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy.jpg',0,'attachment','image/jpeg',0),(605,1,'2021-06-12 02:18:08','2021-06-12 02:18:08','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">But</a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:18:08','2021-06-12 02:18:08','',113,'https://innocent-angel.org/?p=605',0,'revision','',0),(606,1,'2021-06-12 02:19:41','2021-06-12 02:19:41','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"224\" height=\"149\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"375\" height=\"376\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:19:41','2021-06-12 02:19:41','',113,'https://innocent-angel.org/?p=606',0,'revision','',0),(608,1,'2021-06-12 02:22:24','2021-06-12 02:22:24','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"311\" height=\"207\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:22:24','2021-06-12 02:22:24','',113,'https://innocent-angel.org/?p=608',0,'revision','',0),(611,1,'2021-06-12 02:26:57','2021-06-12 02:26:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"353\" height=\"237\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:26:57','2021-06-12 02:26:57','',113,'https://innocent-angel.org/?p=611',0,'revision','',0),(613,1,'2021-06-12 02:29:17','2021-06-12 02:29:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"353\" height=\"237\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-revision-v1','','','2021-06-12 02:29:17','2021-06-12 02:29:17','',113,'https://innocent-angel.org/?p=613',0,'revision','',0),(614,1,'2021-06-12 02:41:44','2021-06-12 02:41:44','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row\" style=\"padding-bottom: 5px; padding-top: 20px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding: 0px 5px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}\">\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInDownBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"alignnone wp-image-403 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-4-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1920\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Feeding The Hungry</h4>\r\n<p style=\"margin-bottom: 0;\">No One Should Ever Be Hungry...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"width: 100%; display: inline-block;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n<p class=\"wow animated fadeInUpBig\" style=\"animation-duration: 1.5s;\" data-wow-duration=\"1.5s\" data-wow-delay=\"0s\"><img class=\"aligncenter wp-image-411 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/School-Supplies-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1442\">&nbsp;</p>\r\n\r\n<h4 style=\"margin-top: 25px;\">Learning Center</h4>\r\n<p style=\"margin-bottom: 0;\">Knowledge Is Powerful...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow animated fadeOutRightBig\" style=\"width: 100%; display: inline-block;\" data-wow-duration=\"1.6s\" data-wow-delay=\"0s\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"aligncenter wp-image-412 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\">&nbsp;\r\n<h4 style=\"margin-top: 25px;\">Beautifying The Community</h4>\r\n<p style=\"margin-bottom: 0;\">Keeping The Community Safe &amp; Beautiful For Everyone...</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em; font-size: 140px; text-align: center;\"><span style=\"color: #333333;\">YOU CAN MAKE A</span> <span style=\"color: #3366ff;\">DIFFERENCE </span>IN THE <span style=\"color: #993366;\">LIFE</span> OF A PERSON <span style=\"color: #3366ff;\">TODAY...</span></h2>\r\n<p class=\"\" style=\"font-size: 33px;\"><strong><span style=\"color: #993366;\">Helping The Needy!</span></strong></p>\r\n<p class=\"\" style=\"font-size: 17px;\">There are many people in this world who do not know where their next meal will come from.&nbsp; Some cannot remember the last time they had a hot meal or slept in a warm bed.&nbsp; It is time for a change…</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<ul class=\"\" style=\"font-size: 19px;\">\r\n 	<li><strong>Help feed the hungry</strong></li>\r\n 	<li><strong>Take care of the elderly</strong></li>\r\n 	<li><strong>Look out for your neighbors</strong></li>\r\n 	<li><strong>Educate the children</strong></li>\r\n 	<li><strong>Make the world a better place…</strong></li>\r\n</ul>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><img class=\"wp-image-256 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteers-Needed-scaled.jpg\" alt=\"\" width=\"353\" height=\"237\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"aligncenter wp-image-253 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Food-Donation-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"><img class=\"aligncenter wp-image-162 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/cropped-eeeeb7f3-a63fc0e5-dizanna150600652.jpg\" alt=\"\" width=\"403\" height=\"403\"><img class=\"aligncenter size-full wp-image-207\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/6-sjuLxUOEMY8-400x267-1.jpg\" alt=\"\" width=\"400\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\"><strong>donate now!&nbsp;</strong></a></p>\r\n<p class=\"\"><img class=\" wp-image-604 aligncenter\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Fruits-Vegetables-5-Copy-300x225.jpg\" alt=\"\" width=\"407\" height=\"306\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-6 col-sm-12 align-column-center\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n<div class=\"col-xs-3 col-sm-3 col-md-3\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-1 col-sm-1 col-md-1\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-md-12 col-sm-12 align-column-center\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n<div class=\"bg-hr bg-hr-1\"></div>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"\" style=\"text-align: right;\"><span style=\"color: #993366;\">changing perspective changing life!!!</span></h2>\r\n<p class=\"\" style=\"font-size: 26px;\"><strong><span style=\"color: #0000ff;\">Poverty &amp; Fashions...</span></strong></p>\r\n<p class=\"\"><img class=\" wp-image-206 alignnone alignright\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Volunteers-1-e1622324624634.png\" alt=\"\" width=\"460\" height=\"307\"></p>\r\n<p class=\"\">Poverty and fashions are two things that do not go together.&nbsp; Now, Innocent Angel is changing things.&nbsp; Millions of people are living in poverty in the United States and that number continues to grow. Whether it is a homeless or hungry person or children\'s hospitals, we are here to make a difference.&nbsp; No person should ever have to suffer from hunger, abuse, illness or being homeless. Imagine if you were in this situation, you would want someone to help you.&nbsp; Have you ever been hungry? Have you ever suffered from an illness, and you just want the pain to stop? Unfortunately, that is not an imaginary situation for millions of people around the world.</p>\r\n<p class=\"\">Poverty continues to increase along with children with illnesses.&nbsp; By working together, we can help put a stop to the suffering.&nbsp;&nbsp; Each time a purchase is made from our Innocent Angel collections a percentage of the purchase helps the needy.</p>\r\n<p class=\"\" style=\"margin-top: 30px;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-1 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\"><span style=\"color: #993366;\">Making A Difference...</span></h2>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Feeding The Hungry</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-424 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Vegetables-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nAre you hungry?&nbsp; We are here to provide food for those in need. We need your help to help make a difference in the life of the needy. No one should be hungry.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-6\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Beautifying The Community</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter wp-image-425 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Gardening-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nCleaning up unwanted trash around your home will make a big difference in your life and the community.&nbsp;&nbsp; We are here to help make the community beautiful.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div class=\"bg-box color1-background-color color-1-text-contrast bg-background-color\">\r\n<h3 class=\"\" style=\"text-align: center;\">Community Center</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"padding-left: 3em; padding-right: 0em;\">\r\n<div class=\"bg-box\" style=\"border-style: solid; border-width: 0px 5px 5px 0px; padding: 2em;\">\r\n<p class=\"\"><img class=\"aligncenter size-full wp-image-223\" src=\"https://innocent-angel.org/wp-content/uploads/2021/05/Child-Learning-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\nOur community center will be there to help anyone continue to learn.&nbsp; Knowledge is the key to a successful life, and you should never stop learning.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 60px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></strong></p>\r\n<p class=\"\" style=\"text-align: right;\"><a class=\"button-secondary\" href=\"about-us\">More About Us</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','113-autosave-v1','','','2021-06-12 02:41:44','2021-06-12 02:41:44','',113,'https://innocent-angel.org/?p=614',0,'revision','',0),(615,1,'2021-06-12 03:01:57','2021-06-12 03:01:57','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With have such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">We need more police presents in the community.&nbsp; Gun violence need to stop! Speedy down streets need to stop?&nbsp; If a child runs into the street and there are gun shots and cars speedy down the street, they could be killed instantly.&nbsp; The polices need to protect all communities and keep them safe.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-12 03:01:57','2021-06-12 03:01:57','',351,'https://innocent-angel.org/?p=615',0,'revision','',0),(617,1,'2021-06-12 03:03:40','2021-06-12 03:03:40','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With have such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">We need more police presents in the community.&nbsp; Gun violence need to stop! Speedy down streets need to stop!&nbsp; If a child runs into the street and there are gun shots and cars speedy down the street, they could be killed instantly.&nbsp; The polices need to protect all communities and keep them safe.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"1024\" height=\"576\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-12 03:03:40','2021-06-12 03:03:40','',351,'https://innocent-angel.org/?p=617',0,'revision','',0),(618,1,'2021-06-12 03:11:38','2021-06-12 03:11:38','','Grammy Museum-2','','inherit','open','closed','','grammy-museum-2','','','2021-06-12 03:11:38','2021-06-12 03:11:38','',351,'https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum-2.jpg',0,'attachment','image/jpeg',0),(619,1,'2021-06-12 03:12:45','2021-06-12 03:12:45','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">donate now!</a></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With have such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">We need more police presents in the community.&nbsp; Gun violence need to stop! Speedy down streets need to stop!&nbsp; If a child runs into the street and there are gun shots and cars speedy down the street, they could be killed instantly.&nbsp; The polices need to protect all communities and keep them safe.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">LEARN MORE...</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"475\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle alignnone wp-image-618 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum-2-300x214.jpg\" alt=\"\" width=\"483\" height=\"344\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">DONATE NOW!</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-12 03:12:45','2021-06-12 03:12:45','',351,'https://innocent-angel.org/?p=619',0,'revision','',0),(624,1,'2021-06-12 19:19:41','2021-06-12 19:19:41','<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-premium-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">Cleveland, MS</h2>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"\">Cleveland, Mississippi is the home of the second Grammy Museum.&nbsp; The first Grammy Museum is in Los Angeles, California.&nbsp; On May 4, 1959, the first Grammys were issued in a start-stuttered event at the Grand Ballroom at the Beverly Hilton in Beverly Hills, California.&nbsp; There were elite celebrities such as Frank Sinatra, Sammy Davis, Jr, Dean Martin and many more.&nbsp; Today the Grammys Awards is one of largest musical events of the year with musicians such as Beyonce, Justin Timberlake, Alicia Keys, Billie Eilish, Dua Lepa, Taylor Swift, and many more.&nbsp;</p>\r\n<p class=\"\">With having such a prestige museum located in the heart of Cleveland, Mississippi, all parts of the city should be held up to that standard.&nbsp; Just a few miles away are ran down homes, trash in the streets, people who do not know where their next meal may come from.&nbsp; It is time for a change!&nbsp; It is time for all community to be safe and beautiful.&nbsp; We can do this by coming together as one and working together.</p>\r\n<p class=\"\">We need more police presents in the community.&nbsp; Gun violence need to stop! Speedy down streets need to stop!&nbsp; If a child runs into the street and there are gun shots and cars speedy down the street, they could be killed instantly.&nbsp; The polices need to protect all communities and keep them safe.</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/community-outreach/\">LEARN MORE...</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-bottom\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle aligncenter wp-image-381 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum.jpg\" alt=\"\" width=\"475\" height=\"267\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-circle alignnone wp-image-618 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Museum-2-300x214.jpg\" alt=\"\" width=\"483\" height=\"344\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2 class=\"color1-color\" style=\"margin-bottom: 0;\">The Community</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color1-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 42px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"color4-background-color color-4-text-contrast bg-background-color tmpl-gallery-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-380\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Delta-State.jpg\" alt=\"\" width=\"915\" height=\"609\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-378 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Grammy-Musume-4.png\" alt=\"\" width=\"438\" height=\"403\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Delta State University</strong></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Improving Homes</strong></p>\r\n<p class=\"\"><strong>Improves Lives...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-379 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/812-Aloe-Ave.png\" alt=\"\" width=\"242\" height=\"184\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 1px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 color4-background-color color-4-text-contrast bg-background-color\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-382 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-2.png\" alt=\"\" width=\"283\" height=\"214\"></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Making The Playground Safe!</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center align-column-center\">\r\n<div>\r\n<p class=\"\"><strong>Cleaning Up The Community...</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img aligncenter wp-image-383 \" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-3.png\" alt=\"\" width=\"331\" height=\"283\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img aligncenter wp-image-384 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Aloe-Ave-Playground.png\" alt=\"\" width=\"450\" height=\"235\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a> <a style=\"font-size: 30px; margin-right: 15px; ; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color1-color\" aria-hidden=\"true\"><span style=\"display: none;\">&nbsp;</span></i></a></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: right; font-weight: 600;\" data-font-weight=\"600\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"https://innocent-angel.org/donate/\">DONATE NOW!</a></strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cleveland, MS','','inherit','closed','closed','','351-revision-v1','','','2021-06-12 19:19:41','2021-06-12 19:19:41','',351,'https://innocent-angel.org/?p=624',0,'revision','',0),(622,1,'2021-06-12 05:30:14','2021-06-12 05:30:14','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img alignnone wp-image-412 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1775\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color color4-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 68px;\">Improving Homes</h1>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\" style=\"font-size: 57px;\">Making The Neighborhood Beautiful...</h2>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-558 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Black-Girl-Gardening-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-559 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Building-A-House-2-Copy-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Home Repairs</h3>\r\n<p class=\"\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color4-background-color color-4-text-contrast bg-background-color color4-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-560 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/0_17_326_245_Aloe-Ave-3-1.png\" alt=\"\" width=\"326\" height=\"245\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\">Cleaning The Community</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">Purchase</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Volunteers Needed</h2>\r\n<p class=\"\">Volunteers are always needed to help with giving out food and supplies, checking on the elderly, or being a mentor to a child and cleaning the community.&nbsp; So, if you have any spare time, please volunteer because we need you!</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color4-background-color color-4-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-561 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Volunteer-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Beautifying The Community</h3>\r\n<p class=\"\">Beautifying the neighborhood is beautifying your life!</p>\r\n<p class=\"\"><strong><a class=\"btn-color-1 btn btn-uppercase btn-normal\" href=\"#\">donate Now!</a></strong></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color4-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Beautifying The Community','','inherit','closed','closed','','479-autosave-v1','','','2021-06-12 05:30:14','2021-06-12 05:30:14','',479,'https://innocent-angel.org/?p=622',0,'revision','',0),(626,1,'2021-06-12 21:18:29','2021-06-12 21:18:29','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">A mentor is someone who offer guidance, support individuals, and build strong relationships with young people.&nbsp; The support and encouragement given by mentors helps cultivate positive and healthy development in the things they do.&nbsp; A mentor is someone a young person can trust and look up to.&nbsp; Whether it is teaching them computer skill, helping them with their homework, or just simply having someone to talk to, a mentor can make a big difference in a young person’s life.&nbsp; If you have any small amount of time to help mentor a young person, we need you…</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\nMany people in low-income areas do not have access to computers.&nbsp; In today’s world if you want to move forward in life, you need to know how to use computers.&nbsp; Giving them access to computers to continue learning or to put together a resume for a job will boost their confidence.&nbsp; We want to teach them the skills in using computers.&nbsp; Children who do not have a computer at home will be able to research their homework and do better in school.&nbsp; There are many opportunities for those who want to learn and continue to grow.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\nLearning is not all about computers.&nbsp; It is also about picking up a book and learning how to read.&nbsp; Knowing math and how to add and subtract.&nbsp; It is about learning the history of our country and understanding the culture.&nbsp; It is about learning science and how cures are found for diseases. Studying and learning more about the world helps you determine who you want to be. &nbsp;At the learning center, we want to give everyone the opportunity to continue learning.&nbsp; Knowledge is immensely powerful, never stop learning!\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\nArt is a highly diverse expression of human creative skills.&nbsp; Art can range from visual expressions, performance art, paintings all capturing the way that an artist express themselves.&nbsp; Producing art is to be appreciated primarily for their beauty or emotional power.&nbsp; Many artists are stifled because they have no way of expressing themselves. &nbsp;We look forward to offering artists an outlet at the community center to find themselves and to express their artistic abilities.\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\nA playground is a place where children can play safely and enjoy themselves.&nbsp; How can they play on playground equipment that is not there or is broken?&nbsp; There are no slides or swing sets, and the basketball goals have no nets.&nbsp; There is not a merry-go-round, seesaw, or even a bench to set on.&nbsp; &nbsp;Then there are the gun shots in the area.&nbsp; No child should have to experience this when they only want to play.&nbsp; We hope to build a safe playground for children to feel comfortable playing and enjoying the outdoors.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\"><strong>Knowledge is enormously powerful, never stop learning!</strong></p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-revision-v1','','','2021-06-12 21:18:29','2021-06-12 21:18:29','',480,'https://innocent-angel.org/?p=626',0,'revision','',0),(627,1,'2021-06-12 21:18:52','2021-06-12 21:18:52','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-premium-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 150px; padding-bottom: 50px;\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-8 align-column-bottom color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -100px -70px 35px 20px;\"><img class=\"bg-img aligncenter wp-image-551 size-full\" style=\"position: relative; z-index: 1;\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Learning-Center-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1709\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-4\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color bg-box\" style=\"position: relative; z-index: 0; margin: 50px 0px 0px -90px; padding: 5em; border: 15px solid;\"></div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-center\">\r\n<h1 class=\"\" style=\"font-size: 76px;\">Mentors Are Needed</h1>\r\n<p class=\"\">A mentor is someone who offer guidance, support individuals, and build strong relationships with young people.&nbsp; The support and encouragement given by mentors helps cultivate positive and healthy development in the things they do.&nbsp; A mentor is someone a young person can trust and look up to.&nbsp; Whether it is teaching them computer skill, helping them with their homework, or just simply having someone to talk to, a mentor can make a big difference in a young person’s life.&nbsp; If you have any small amount of time to help mentor a young person, we need you…</p>\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-6 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Access To Computers</h2>\r\nMany people in low-income areas do not have access to computers.&nbsp; In today’s world if you want to move forward in life, you need to know how to use computers.&nbsp; Giving them access to computers to continue learning or to put together a resume for a job will boost their confidence.&nbsp; We want to teach them the skills in using computers.&nbsp; Children who do not have a computer at home will be able to research their homework and do better in school.&nbsp; There are many opportunities for those who want to learn and continue to grow.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-xs-9 col-sm-4 color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: 30px -70px -100px 15px;\"><img class=\"bg-img aligncenter wp-image-553 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/computers-scaled-e1623119153752.jpg\" alt=\"\" width=\"1708\" height=\"1472\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-1\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 100px;\">\r\n<div class=\"col-md-3 col-xs-9 col-sm-5 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: -40px -60px 30px 20px;\"><img class=\"bg-img aligncenter wp-image-554 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Books-3-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1708\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-xs-3 col-sm-7\"></div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\">\r\n<h3 class=\"\">Never Stop Learning</h3>\r\nLearning is not all about computers.&nbsp; It is also about picking up a book and learning how to read.&nbsp; Knowing math and how to add and subtract.&nbsp; It is about learning the history of our country and understanding the culture.&nbsp; It is about learning science and how cures are found for diseases. Studying and learning more about the world helps you determine who you want to be. &nbsp;At the learning center, we want to give everyone the opportunity to continue learning.&nbsp; Knowledge is immensely powerful, never stop learning!\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 align-column-bottom\" style=\"padding-right: 2.5em;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 100px; padding-bottom: 50px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n<div class=\"col-md-1 col-sm-2 col-xs-8 align-column-center\" style=\"padding: 0em 0em 0em 0.9em;\">\r\n<div class=\"bg-box-square bg-box-cover color-neutral-background-color color-neutral-text-contrast bg-background-color bg-box\" style=\"position: relative; z-index: 0; border-radius: 0px; margin: -100px 0px 0px 10px; padding: 5em 0em;\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color color-neutral-border-color\" style=\"border: 7px solid;\">\r\n<p class=\"\" style=\"margin: -75px 0px 25px -65px;\"><img class=\"bg-img aligncenter wp-image-555 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Art-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12\">\r\n<h3 class=\"\" style=\"font-size: 43px;\">Express Yourself With Art</h3>\r\nArt is a highly diverse expression of human creative skills.&nbsp; Art can range from visual expressions, performance art, paintings all capturing the way that an artist express themselves.&nbsp; Producing art is to be appreciated primarily for their beauty or emotional power.&nbsp; Many artists are stifled because they have no way of expressing themselves. &nbsp;We look forward to offering artists an outlet at the community center to find themselves and to express their artistic abilities.\r\n<p class=\"\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 75px;\">\r\n<div class=\"col-md-7 col-sm-5 col-xs-12 align-column-bottom\">\r\n<h2 class=\"\">Make Playgrounds Safe...</h2>\r\nA playground is a place where children can play safely and enjoy themselves.&nbsp; How can they play on playground equipment that is not there or is broken?&nbsp; There are no slides or swing sets, and the basketball goals have no nets.&nbsp; There is not a merry-go-round, seesaw, or even a bench to set on.&nbsp; &nbsp;Then there are the gun shots in the area.&nbsp; No child should have to experience this when they only want to play.&nbsp; We hope to build a safe playground for children to feel comfortable playing and enjoying the outdoors.\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-3 col-sm-5 col-xs-7 align-column-bottom color-neutral-background-color color-neutral-text-contrast bg-background-color\">\r\n<p class=\"\" style=\"margin: 75px -50px -60px 19px;\"><img class=\"bg-img aligncenter wp-image-552 size-full\" src=\"https://innocent-angel.org/wp-content/uploads/2021/06/Kids-Playground-scaled.jpg\" alt=\"\" width=\"1707\" height=\"2560\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-4\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 75px;\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-top: 7px solid; border-left: 7px solid; padding-bottom: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h3 class=\"\" style=\"margin-top: 0;\">Community Center</h3>\r\n<p class=\"\"><strong>Knowledge is enormously powerful, never stop learning!</strong></p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn-color-1 btn btn-uppercase btn-pill btn-raised btn-regular\" href=\"#\">register</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-7 col-xs-12 col-sm-10 color-neutral-border-color\" style=\"border-right: 7px solid; border-bottom: 7px solid; padding-top: 1.5em;\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Community Center','','inherit','closed','closed','','480-autosave-v1','','','2021-06-12 21:18:52','2021-06-12 21:18:52','',480,'https://innocent-angel.org/?p=627',0,'revision','',0);
/*!40000 ALTER TABLE `wpzv_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_posts` with 520 row(s)
--

--
-- Table structure for table `wpzv_term_relationships`
--

DROP TABLE IF EXISTS `wpzv_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_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 `wpzv_term_relationships`
--

LOCK TABLES `wpzv_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpzv_term_relationships` DISABLE KEYS */;
INSERT INTO `wpzv_term_relationships` VALUES (1,1,0),(114,2,0),(116,2,0),(118,2,0),(167,2,0),(168,2,0),(169,2,0),(170,2,0),(342,2,0),(353,2,0),(487,2,0),(488,2,0),(489,2,0),(490,2,0),(491,2,0);
/*!40000 ALTER TABLE `wpzv_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_term_relationships` with 15 row(s)
--

--
-- Table structure for table `wpzv_term_taxonomy`
--

DROP TABLE IF EXISTS `wpzv_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_term_taxonomy`
--

LOCK TABLES `wpzv_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpzv_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpzv_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,14);
/*!40000 ALTER TABLE `wpzv_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wpzv_termmeta`
--

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

--
-- Dumping data for table `wpzv_termmeta`
--

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

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

--
-- Table structure for table `wpzv_terms`
--

DROP TABLE IF EXISTS `wpzv_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(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 `wpzv_terms`
--

LOCK TABLES `wpzv_terms` WRITE;
/*!40000 ALTER TABLE `wpzv_terms` DISABLE KEYS */;
INSERT INTO `wpzv_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'primary','primary',0);
/*!40000 ALTER TABLE `wpzv_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wpzv_usermeta`
--

DROP TABLE IF EXISTS `wpzv_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_usermeta`
--

LOCK TABLES `wpzv_usermeta` WRITE;
/*!40000 ALTER TABLE `wpzv_usermeta` DISABLE KEYS */;
INSERT INTO `wpzv_usermeta` VALUES (1,1,'nickname','JWhitt'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpzv_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpzv_user_level','10'),(14,1,'dismissed_wp_pointers','wp410_dfw,boldgrid_image_search_internal_only_8,boldgrid_image_size_do_you_need_help_8'),(15,1,'show_welcome_panel','1'),(17,1,'first_login','2021-05-24 01:13:55'),(18,1,'last_login','2021-06-12 19:14:10'),(19,1,'bglibDashboardOrder','1'),(20,1,'jetpack_tracks_anon_id','jetpack:dWISqjjmCNvJtQbYqLf/Cq7A'),(21,1,'wpzv_dashboard_quick_press_last_post_id','570'),(22,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"64.188.176.0\";}'),(23,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1621818914;}'),(26,1,'default_password_nag',''),(27,1,'session_tokens','a:3:{s:64:\"7d33aaae8d94ef4892cdc196e3c805214084f8420a657d379bc44af6e007ad86\";a:4:{s:10:\"expiration\";i:1623541214;s:2:\"ip\";s:13:\"64.188.176.35\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36\";s:5:\"login\";i:1622331614;}s:64:\"763776171806db6c6021895c01ab78445e94f2fc8956fc37d0a0c7b6966dd040\";a:4:{s:10:\"expiration\";i:1623622201;s:2:\"ip\";s:13:\"64.188.176.35\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41\";s:5:\"login\";i:1623449401;}s:64:\"f49fd7f55f92f66ceff0ee99b77988e5fc0c984a93056fe1ee8fa37f8c1e53f1\";a:4:{s:10:\"expiration\";i:1623698050;s:2:\"ip\";s:13:\"64.188.176.35\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41\";s:5:\"login\";i:1623525250;}}'),(24,1,'wpzv_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=hide'),(25,1,'wpzv_user-settings-time','1623532912'),(28,1,'meta-box-order_page','a:3:{s:4:\"side\";s:82:\"submitdiv,postimagediv,bgtfw-attributes-meta-box,crio-premium-page-header-override\";s:6:\"normal\";s:70:\"revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:26:\"butterbean-ui-boldgrid_seo\";}'),(29,1,'screen_layout_page','2'),(30,1,'closedpostboxes_page','a:1:{i:0;s:33:\"crio-premium-page-header-override\";}'),(31,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(32,1,'nav_menu_recently_edited','2'),(33,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\";}'),(34,1,'metaboxhidden_nav-menus','a:2:{i:0;s:22:\"add-post-type-bg_block\";i:1;s:12:\"add-post_tag\";}');
/*!40000 ALTER TABLE `wpzv_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_usermeta` with 33 row(s)
--

--
-- Table structure for table `wpzv_users`
--

DROP TABLE IF EXISTS `wpzv_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_users`
--

LOCK TABLES `wpzv_users` WRITE;
/*!40000 ALTER TABLE `wpzv_users` DISABLE KEYS */;
INSERT INTO `wpzv_users` VALUES (1,'JWhitt','$P$BpAeseyZo9fHe0hxR.ksCYlgDjG71F.','jwhitt','JWhitt@ubinternational.net','https://innocent-angel.org','2021-05-24 01:10:13','',0,'JWhitt');
/*!40000 ALTER TABLE `wpzv_users` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wpzv_weforms_entries`
--

DROP TABLE IF EXISTS `wpzv_weforms_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_weforms_entries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` int(11) unsigned DEFAULT NULL,
  `user_device` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'publish',
  `created_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_weforms_entries`
--

LOCK TABLES `wpzv_weforms_entries` WRITE;
/*!40000 ALTER TABLE `wpzv_weforms_entries` DISABLE KEYS */;
INSERT INTO `wpzv_weforms_entries` VALUES (1,73,1,1086107683,'Google Chrome/Windows','https://innocent-angel.org/contact-us/','publish','2021-06-12 02:43:22'),(2,73,0,2321472060,'Google Chrome/Windows','https://innocent-angel.org/contact-us/','publish','2021-06-12 17:44:53');
/*!40000 ALTER TABLE `wpzv_weforms_entries` ENABLE KEYS */;
UNLOCK TABLES;

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

--
-- Table structure for table `wpzv_weforms_entrymeta`
--

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

--
-- Dumping data for table `wpzv_weforms_entrymeta`
--

LOCK TABLES `wpzv_weforms_entrymeta` WRITE;
/*!40000 ALTER TABLE `wpzv_weforms_entrymeta` DISABLE KEYS */;
INSERT INTO `wpzv_weforms_entrymeta` VALUES (1,1,'name_1','Jannie| | Whitt'),(2,1,'email_2','janniewhitt2@gmail.com'),(3,1,'text_3','Volunteer'),(4,1,'textarea_4','I would like to volunteer'),(5,2,'name_1','Eric Jones| | Jones'),(6,2,'email_2','eric.jones.z.mail@gmail.com'),(7,2,'text_3','instead, congrats'),(8,2,'textarea_4','Good day, My name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations What for? Part of my job is to check out websites and the work you’ve done with innocent-angel.org definitely stands out. It’s clear you took building a website seriously and made a real investment of time and resources into making it top quality. There is, however, a catch… more accurately, a question… So when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? More importantly, how do you make a connection with that person? Studies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind. Here’s a way to create INSTANT engagement that you may not have known about… Talk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out innocent-angel.org. CLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works. It could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.) Plus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship. Everything I’ve just described is simple, easy, and effective. CLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business. You could be converting up to 100X more leads today! Eric PS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. You have customers waiting to talk with you right now… don’t keep them waiting. CLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now. If you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=innocent-angel.org');
/*!40000 ALTER TABLE `wpzv_weforms_entrymeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wpzv_weforms_entrymeta` with 8 row(s)
--

--
-- Table structure for table `wpzv_wpforms_lite`
--

DROP TABLE IF EXISTS `wpzv_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpzv_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpzv_wpforms_lite`
--

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

-- Dumped table `wpzv_wpforms_lite` 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: Sat, 12 Jun 2021 21:21:54 +0000
